Ecal Monitor Utility functions. More...
#include "DQM/EcalCommon/interface/UtilFunctions.h"
#include <cmath>
#include <iostream>
#include "TH1F.h"
#include "TProfile.h"
#include "TH2.h"
#include "TClass.h"
#include "TAxis.h"
#include "DQMServices/Core/interface/MonitorElement.h"
Go to the source code of this file.
Namespaces | |
namespace | ecaldqm |
Functions | |
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) |
TObject * | ecaldqm::cloneIt (MonitorElement *me, std::string histo) |
void | ecaldqm::getAverageFromTProfile (TProfile *p, double &mean, double &rms) |
void | ecaldqm::getMeanRms (TObject *pre, TObject *cur, double &mean, double &rms) |
void | ecaldqm::shift (TH1 *h, Directions d, int bins) |
void | ecaldqm::shift2Left (TH1 *h, int bins) |
void | ecaldqm::shift2Right (TH1 *h, int bins) |
void | ecaldqm::shiftAxis (TH1 *h, Directions d, double shift) |
Ecal Monitor Utility functions.
Definition in file UtilFunctions.cc.