Belle II Software
release-08-01-10
|
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 More... | |
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 104 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 135 of file BeamBkgMixerModule.h.