Belle II Software development
|
structure to hold samples of a particular background type More...
Public Member Functions | |
BkgFiles () | |
default constructor | |
BkgFiles (BackgroundMetaData::BG_TAG bkgTag, const std::string &bkgType, const std::string &fileName, double time, double scaleFac, BackgroundMetaData::EFileType fileTyp=BackgroundMetaData::c_Usual, unsigned indx=0) | |
usefull constructor | |
Public Attributes | |
BackgroundMetaData::BG_TAG | tag |
background tag | |
std::string | type |
background type | |
double | realTime |
real time of BG samlpe | |
double | scaleFactor |
scale factor for the rate | |
std::vector< std::string > | fileNames |
file names | |
BackgroundMetaData::EFileType | fileType |
file type | |
std::unique_ptr< TChain > | tree |
tree pointer | |
unsigned | numFiles |
number of files connected to TChain | |
unsigned | numEvents |
number of events (tree entries) in the sample | |
unsigned | eventCount |
current event (tree entry) | |
double | rate |
background rate of the sample | |
unsigned | index |
index of this element in the std::vector | |
structure to hold samples of a particular background type
Definition at line 101 of file BeamBkgMixerModule.h.
|
inline |
default constructor
Definition at line 118 of file BeamBkgMixerModule.h.
|
inline |
usefull constructor
bkgTag | background tag |
bkgType | background type |
fileName | file name |
time | real time that corresponds to background sample |
scaleFac | scale factor for the rate |
fileTyp | file type |
indx | index of this element in the std::vector |
Definition at line 132 of file BeamBkgMixerModule.h.
unsigned eventCount |
current event (tree entry)
Definition at line 111 of file BeamBkgMixerModule.h.
std::vector<std::string> fileNames |
file names
Definition at line 106 of file BeamBkgMixerModule.h.
BackgroundMetaData::EFileType fileType |
file type
Definition at line 107 of file BeamBkgMixerModule.h.
unsigned index |
index of this element in the std::vector
Definition at line 113 of file BeamBkgMixerModule.h.
unsigned numEvents |
number of events (tree entries) in the sample
Definition at line 110 of file BeamBkgMixerModule.h.
unsigned numFiles |
number of files connected to TChain
Definition at line 109 of file BeamBkgMixerModule.h.
double rate |
background rate of the sample
Definition at line 112 of file BeamBkgMixerModule.h.
double realTime |
real time of BG samlpe
Definition at line 104 of file BeamBkgMixerModule.h.
double scaleFactor |
scale factor for the rate
Definition at line 105 of file BeamBkgMixerModule.h.
background tag
Definition at line 102 of file BeamBkgMixerModule.h.
std::unique_ptr<TChain> tree |
tree pointer
Definition at line 108 of file BeamBkgMixerModule.h.
std::string type |
background type
Definition at line 103 of file BeamBkgMixerModule.h.