Skip to content
Snippets Groups Projects
THcCherenkovHit.cxx 614 B
Newer Older
  • Learn to ignore specific revisions
  • /** \class  THcCherenkovHit                                                     
        \ingroup DetSupport
    
    Class representing Cherenkov PMT hit     
    Inherits from THcRawHodoHit
                                                                         
     Contains plane, counter and pos/neg adc                             
                                                                         
    
    \author Zafar Ahmed
                                                                          
    */
    
    
    
    #include "THcCherenkovHit.h"
    
    //////////////////////////////////////////////////////////////////////////
    ClassImp(THcCherenkovHit)