29 if (prefixME_.substr(prefixME_.size()-1,prefixME_.size())!=
"/")
30 prefixME_.append(
"/");
57 if (
debug_>2)
std::cout <<
"\t\tHcalNZSClient::calculateProblems()"<<std::endl;
60 int etabins=0, phibins=0, zside=0;
61 double problemvalue=0;
107 if (totalevents==0 || totalevents<
minevents_)
continue;
114 if (ieta==-9999)
continue;
119 if (problemvalue==0)
continue;
120 problemvalue/=totalevents;
121 problemvalue =
std::min(1.,problemvalue);
125 ieta<0 ? zside = -1 : zside = 1;
149 if (
debug_>0)
std::cout <<
"<HcalNZSClient::analyze> ProblemCells histogram does not exist!"<<std::endl;
175 std::cout <<
"<HcalNZSClient::beginJob()> Displaying dqmStore directory structure:"<<std::endl;
186 if (
debug_>0)
std::cout <<
"<HcalNZSClient::beginRun> dqmStore does not exist!"<<std::endl;
194 " Problem NZS Rate for all HCAL;ieta;iphi",
217 if (
debug_>1)
std::cout <<
"<HcalNZSClient::hasErrors_Temp> ProblemCells histogram does not exist!"<<std::endl;
223 for (
int depth=0;depth<4; ++depth)
227 for (
int hist_eta=0;hist_eta<etabins;++hist_eta)
229 for (
int hist_phi=0; hist_phi<phibins;++hist_phi)
232 if (ieta==-9999)
continue;
242 if (problemcount>0)
return true;
bool isHO(int etabin, int depth)
T getUntrackedParameter(std::string const &, T const &) const
const std::string & getName(void) const
get name of ME
void calculateProblems(void)
MonitorElement * ProblemCells
void setBinContent(int binx, double content)
set content of bin (1-D)
std::vector< std::string > HcalEtaPhiHistNames()
bool hasErrors_Temp(void)
void setup(DQMStore *&m_dbe, std::string Name, std::string Units="")
bool isHE(int etabin, int depth)
~HcalNZSClient()
Destructor.
std::vector< MonitorElement * > depth
int CalcIeta(int subdet, int eta, int depth)
std::vector< std::string > problemnames_
EtaPhiHists * ProblemCellsByDepth
bool isHB(int etabin, int depth)
bool isHF(int etabin, int depth)
HcalNZSClient()
Constructors.
std::map< HcalDetId, unsigned int > badstatusmap
void FillUnphysicalHEHFBins(std::vector< TH2F > &hh)
double getBinContent(int binx) const
get content of bin (1-D)
bool hasWarnings_Temp(void)
void showDirStructure(void) const
int badChannelStatusMask_
TH2F * getTH2F(void) const
MonitorElement * book2D(const char *name, const char *title, int nchX, double lowX, double highX, int nchY, double lowY, double highY)
Book 2D histogram.
void Reset(void)
reset ME (ie. contents, errors, etc)
void setCurrentFolder(const std::string &fullpath)
void updateChannelStatus(std::map< HcalDetId, unsigned int > &myqual)