![]() |
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) | |
| useful 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 84 of file BeamBkgMixerModule.h.
|
inline |
default constructor
Definition at line 101 of file BeamBkgMixerModule.h.
|
inline |
useful 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 115 of file BeamBkgMixerModule.h.
| unsigned eventCount |
current event (tree entry)
Definition at line 94 of file BeamBkgMixerModule.h.
| std::vector<std::string> fileNames |
file names
Definition at line 89 of file BeamBkgMixerModule.h.
| BackgroundMetaData::EFileType fileType |
file type
Definition at line 90 of file BeamBkgMixerModule.h.
| unsigned index |
index of this element in the std::vector
Definition at line 96 of file BeamBkgMixerModule.h.
| unsigned numEvents |
number of events (tree entries) in the sample
Definition at line 93 of file BeamBkgMixerModule.h.
| unsigned numFiles |
number of files connected to TChain
Definition at line 92 of file BeamBkgMixerModule.h.
| double rate |
background rate of the sample
Definition at line 95 of file BeamBkgMixerModule.h.
| double realTime |
real time of BG samlpe
Definition at line 87 of file BeamBkgMixerModule.h.
| double scaleFactor |
scale factor for the rate
Definition at line 88 of file BeamBkgMixerModule.h.
background tag
Definition at line 85 of file BeamBkgMixerModule.h.
| std::unique_ptr<TChain> tree |
tree pointer
Definition at line 91 of file BeamBkgMixerModule.h.
| std::string type |
background type
Definition at line 86 of file BeamBkgMixerModule.h.