PadRecData.cc
Go to the documentation of this file.
1 #include <cevt/PadRecData.h>
2 
3 using namespace cevt;
4 
5 
7  fIsInFiducialArea(false),
8  fHasFiducialAreaInfo(false),
9  fHasSlantMassInfo(false),
10  fSlantMass(0.0)
11 {
12 }
13 
14 
15 // Configure (x)emacs for this file ...
16 // Local Variables:
17 // mode: c++
18 // End:

, generated on Tue Sep 26 2023.