Belle II Software
release-08-01-10
|
Structure for background description. More...
#include <BackgroundInfo.h>
Public Attributes | |
BackgroundMetaData::BG_TAG | tag = BackgroundMetaData::bg_none |
background tag denoting type | |
std::string | type |
background type | |
BackgroundMetaData::EFileType | fileType = BackgroundMetaData::c_Usual |
file type | |
std::vector< std::string > | fileNames |
file names | |
double | realTime = 0 |
real time of BG samlpe | |
unsigned | numEvents = 0 |
number of events (tree entries) in the sample | |
double | scaleFactor = 1 |
scale factor for the rate | |
double | rate = 0 |
background rate of the sample | |
unsigned | reused = 0 |
number of times the sample is reused | |
Structure for background description.
Definition at line 47 of file BackgroundInfo.h.