Skip to content
Snippets Groups Projects
THcCherenkovHit.cxx 1.22 KiB
Newer Older
  • Learn to ignore specific revisions
  • ///////////////////////////////////////////////////////////////////////////////
    //                                                                           //
    // THcCherenkovHit                                                           //
    //                                                                           //
    // Class representing a single raw hit for a pair of aerogel tubes           //
    //                                                                           //
    // Contains plane, counter and pos/neg adc                                   //
    //                                                                           //
    // Assumes Aerogel design where Aerogel PMT's are in pairs and only have     //
    // ADCs.                                                                     //
    //                                                                           //
    // Ahmed. First attempt. September 27 2013.                                  //
    //                                                                           //
    ///////////////////////////////////////////////////////////////////////////////
    
    #include "THcCherenkovHit.h"
    
    //////////////////////////////////////////////////////////////////////////
    ClassImp(THcCherenkovHit)