55 static int SetFlag(
int Type,
int bin,
const double* pars,
double ratio, TH1F* hist, TH1F* refhist, TH1I* flaghist);
81 static int SetFlag(
int Type,
int bin,
const double* pars,
double ratio, TH1I* hist, TH1I* refhist, TH1I* flaghist);
The class collects utility functions for creating DQM histograms: prepared for PXD,...
static void CreateDBHisto(TH1F *HistoBD)
Function for filling of TH1F histogram to database.
static void CreateDBHistoGroup(TH1F **HistoBD, int number)
Function for filling of group of TH1F histogram to database.
static int LoadDBHistoGroup(TH1F **HistoBD, int number)
Function for loading of group of TH1F histogram from database.
static int SetFlag(int Type, int bin, const double *pars, double ratio, TH1F *hist, TH1F *refhist, TH1I *flaghist)
Function return flag histogram filled based on condition from TH1F source.
static int LoadDBHisto(TH1F *HistoBD)
Function for loading of TH1F histogram from database.
Abstract base class for different kinds of events.