Belle II Software development
BackgroundInfo::BackgroundDescr Struct Reference

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
 

Detailed Description

Structure for background description.

Definition at line 47 of file BackgroundInfo.h.

Member Data Documentation

◆ fileNames

std::vector<std::string> fileNames

file names

Definition at line 51 of file BackgroundInfo.h.

◆ fileType

file type

Definition at line 50 of file BackgroundInfo.h.

◆ numEvents

unsigned numEvents = 0

number of events (tree entries) in the sample

Definition at line 53 of file BackgroundInfo.h.

◆ rate

double rate = 0

background rate of the sample

Definition at line 55 of file BackgroundInfo.h.

◆ realTime

double realTime = 0

real time of BG samlpe

Definition at line 52 of file BackgroundInfo.h.

◆ reused

unsigned reused = 0

number of times the sample is reused

Definition at line 56 of file BackgroundInfo.h.

◆ runNumber

int runNumber = 0

run number of run-dependent overlay, otherwise 0

Definition at line 57 of file BackgroundInfo.h.

◆ scaleFactor

double scaleFactor = 1

scale factor for the rate

Definition at line 54 of file BackgroundInfo.h.

◆ tag

background tag denoting type

Definition at line 48 of file BackgroundInfo.h.

◆ type

std::string type

background type

Definition at line 49 of file BackgroundInfo.h.


The documentation for this struct was generated from the following file: