Functions | |
void | calcBins (int binWidth, int divisor, long int start_time, long int last_time, long int current_time, long int &binDiff, long int &diff) |
TObject * | cloneIt (MonitorElement *me, std::string histo) |
void | getAverageFromTProfile (TProfile *p, double &mean, double &rms) |
void | getMeanRms (TObject *pre, TObject *cur, double &mean, double &rms) |
void | shift2Left (TProfile *p, int bins) |
void | shift2Right (TProfile *p, int bins) |
void ecaldqm::calcBins | ( | int | binWidth, |
int | divisor, | ||
long int | start_time, | ||
long int | last_time, | ||
long int | current_time, | ||
long int & | binDiff, | ||
long int & | diff | ||
) |
Definition at line 28 of file UtilFunctions.h.
References evf::utils::start_time.
Referenced by EBTrendTask::analyze(), EETrendTask::analyze(), EETrendClient::analyze(), and EBTrendClient::analyze().
TObject* ecaldqm::cloneIt | ( | MonitorElement * | me, |
std::string | histo | ||
) |
Definition at line 186 of file UtilFunctions.h.
References MonitorElement::getRootObject(), runTheMatrix::ret, and indexGen::title.
Referenced by EBTrendClient::analyze(), and EETrendClient::analyze().
void ecaldqm::getAverageFromTProfile | ( | TProfile * | p, |
double & | mean, | ||
double & | rms | ||
) |
Definition at line 123 of file UtilFunctions.h.
References i, ExpressReco_HICollisions_FallBack::nbins, mathSSE::sqrt(), and ExpressReco_HICollisions_FallBack::y.
Referenced by getMeanRms().
void ecaldqm::getMeanRms | ( | TObject * | pre, |
TObject * | cur, | ||
double & | mean, | ||
double & | rms | ||
) |
Definition at line 145 of file UtilFunctions.h.
References getAverageFromTProfile(), AlCaRecoCosmics_cfg::name, and mathSSE::sqrt().
Referenced by EBTrendClient::analyze(), and EETrendClient::analyze().
void ecaldqm::shift2Left | ( | TProfile * | p, |
int | bins | ||
) |
void ecaldqm::shift2Right | ( | TProfile * | p, |
int | bins | ||
) |
Definition at line 61 of file UtilFunctions.h.
References i.
Referenced by ESTrendTask::analyze(), EETrendTask::analyze(), EBTrendTask::analyze(), EETrendClient::analyze(), and EBTrendClient::analyze().