Skip to content
Snippets Groups Projects
THcRawHit.cxx 878 B
Newer Older
  • Learn to ignore specific revisions
  • ///////////////////////////////////////////////////////////////////////////////
    //                                                                           //
    // THcRawHit                                                                 //
    //                                                                           //
    // Abstract class for a single raw hit                                       //
    //                                                                           //
    // Contains plane, counter and at least one data value                       //
    //                                                                           //
    ///////////////////////////////////////////////////////////////////////////////
    
    #include "THcRawHit.h"
    
    //THcRawHit::~THcRawHit()
    //{}
    
    ClassImp(THcRawHit)
    
    //_____________________________________________________________________________