1 #ifndef DQM_ECALCOMMON_UtilFunctions_H
2 #define DQM_ECALCOMMON_UtilFunctions_H
32 void calcBins(
int binWidth,
int divisor,
long int start_time,
long int last_time,
long int current_time,
33 long int & binDiff,
long int &
diff);
void getAverageFromTProfile(TProfile *p, double &mean, double &rms)
void shiftAxis(TH1 *h, Directions d, double shift)
void shift2Left(TH1 *h, int bins)
void shift(TH1 *h, Directions d, int bins)
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
TObject * cloneIt(MonitorElement *me, std::string histo)
void calcBins(int binWidth, int divisor, long int start_time, long int last_time, long int current_time, long int &binDiff, long int &diff)
void shift2Right(TH1 *h, int bins)
void getMeanRms(TObject *pre, TObject *cur, double &mean, double &rms)