Main Page
Related Pages
Modules
Namespaces
Classes
Files
File List
File Members
•
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Macros
Groups
Pages
srcs
sbnobj
sbnobj
Common
Analysis
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
anab::TPCPurityInfo::TPC
unsigned int TPC
Definition:
TPCPurityInfo.hh:23
anab::TPCPurityInfo::FracError
double FracError
Definition:
TPCPurityInfo.hh:26
anab::TPCPurityInfo::Print
void Print() const
Definition:
TPCPurityInfo.cc:15
anab::TPCPurityInfo::TPCPurityInfo
TPCPurityInfo()
Definition:
TPCPurityInfo.cc:4
anab::TPCPurityInfo::Subrun
unsigned int Subrun
Definition:
TPCPurityInfo.hh:19
anab::TPCPurityInfo
Definition:
TPCPurityInfo.hh:16
anab::TPCPurityInfo::Event
unsigned int Event
Definition:
TPCPurityInfo.hh:20
anab::TPCPurityInfo::Cryostat
unsigned int Cryostat
Definition:
TPCPurityInfo.hh:22
anab::TPCPurityInfo::Wires
double Wires
Definition:
TPCPurityInfo.hh:28
anab::TPCPurityInfo::Run
unsigned int Run
Definition:
TPCPurityInfo.hh:18
anab::TPCPurityInfo::Ticks
double Ticks
Definition:
TPCPurityInfo.hh:29
anab::TPCPurityInfo::Attenuation
double Attenuation
Definition:
TPCPurityInfo.hh:25
Generated by
1.8.5