CMS 3D CMS Logo

Namespaces | Functions

/data/refman/pasoursint/CMSSW_4_4_5_patch3/src/DQM/EcalCommon/src/UtilFunctions.cc File Reference

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)

Detailed Description

Ecal Monitor Utility functions.

Author:
Dongwook Jang
Version:
Revision:
1.3
Date:
Date:
2011/08/12 08:25:22

Definition in file UtilFunctions.cc.