Belle II Software development
|
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 | |
int | runNumber = 0 |
run number of run-dependent overlay, otherwise 0 | |
Structure for background description.
Definition at line 47 of file BackgroundInfo.h.
std::vector<std::string> fileNames |
file names
Definition at line 51 of file BackgroundInfo.h.
file type
Definition at line 50 of file BackgroundInfo.h.
unsigned numEvents = 0 |
number of events (tree entries) in the sample
Definition at line 53 of file BackgroundInfo.h.
double rate = 0 |
background rate of the sample
Definition at line 55 of file BackgroundInfo.h.
double realTime = 0 |
real time of BG samlpe
Definition at line 52 of file BackgroundInfo.h.
unsigned reused = 0 |
number of times the sample is reused
Definition at line 56 of file BackgroundInfo.h.
int runNumber = 0 |
run number of run-dependent overlay, otherwise 0
Definition at line 57 of file BackgroundInfo.h.
double scaleFactor = 1 |
scale factor for the rate
Definition at line 54 of file BackgroundInfo.h.
background tag denoting type
Definition at line 48 of file BackgroundInfo.h.
std::string type |
background type
Definition at line 49 of file BackgroundInfo.h.