All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
TPCPurityInfo.hh
Go to the documentation of this file.
1 /**
2  * \class TPCPurityInfo
3  *
4  * \ingroup anab
5  *
6  * \brief TPCPurity Analysis Info
7  *
8  */
9 
10 #ifndef TPCPurityInfo_hh_
11 #define TPCPurityInfo_hh_
12 
13 
14 namespace anab {
15 
16  struct TPCPurityInfo{
17 
18  unsigned int Run;
19  unsigned int Subrun;
20  unsigned int Event;
21 
22  unsigned int Cryostat;
23  unsigned int TPC;
24 
25  double Attenuation;
26  double FracError;
27 
28  double Wires;
29  double Ticks;
30 
31  TPCPurityInfo();
32  void Print() const;
33  };
34 
35 }
36 
37 
38 #endif
void Print() const
unsigned int Subrun
unsigned int Event
unsigned int Cryostat