Skip to content
Snippets Groups Projects
THcAerogelHit.cxx 1.06 KiB
Newer Older
  • Learn to ignore specific revisions
  • ///////////////////////////////////////////////////////////////////////////////
    //                                                                           //
    // THcAerogelHit                                                             //
    //                                                                           //
    // 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.                                                                     //
    //                                                                           //
    ///////////////////////////////////////////////////////////////////////////////
    
    #include "THcAerogelHit.h"
    
    //////////////////////////////////////////////////////////////////////////
    ClassImp(THcAerogelHit)