Hall-D Software  alpha
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
dirc_tree/DrcHit.cc
Go to the documentation of this file.
1 #include "DrcHit.h"
2 
3 ClassImp(DrcHit)
4 
5 // ----- Default constructor -------------------------------------------
6 DrcHit::DrcHit(): fType(-1),fNreflections(0),fPathId(0),fEnergy(-1),fCherenkovMC(0),fPmtId(-1),fPixelId(-1),fChannel(-1),fLeadTime(-1),fTotTime(-1){
7 }