29 if (prefixME_.substr(prefixME_.size()-1,prefixME_.size())!=
"/")
30 prefixME_.append(
"/");
60 if (
debug_>2)
std::cout <<
"\t\tHcalNZSClient::calculateProblems()"<<std::endl;
62 int etabins=0, phibins=0,
zside=0;
63 double problemvalue=0;
109 if (totalevents==0 || totalevents<
minevents_)
continue;
116 if (ieta==-9999)
continue;
121 if (problemvalue==0)
continue;
122 problemvalue/=totalevents;
123 problemvalue =
std::min(1.,problemvalue);
127 ieta<0 ?
zside = -1 : zside = 1;
151 if (
debug_>0)
std::cout <<
"<HcalNZSClient::analyze> ProblemCells histogram does not exist!"<<std::endl;
182 " Problem NZS Rate for all HCAL;ieta;iphi",
213 if (
debug_>1)
std::cout <<
"<HcalNZSClient::hasErrors_Temp> ProblemCells histogram does not exist!"<<std::endl;
223 for (
int hist_eta=0;hist_eta<etabins;++hist_eta)
225 for (
int hist_phi=0; hist_phi<phibins;++hist_phi)
228 if (ieta==-9999)
continue;
238 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
MonitorElement * ProblemCells
void setBinContent(int binx, double content)
set content of bin (1-D)
std::vector< std::string > HcalEtaPhiHistNames()
bool hasErrors_Temp(void)
bool isHE(int etabin, int depth)
void analyze(DQMStore::IBooker &, DQMStore::IGetter &)
~HcalNZSClient()
Destructor.
std::vector< MonitorElement * > depth
int CalcIeta(int subdet, int eta, int depth)
std::vector< std::string > problemnames_
EtaPhiHists * ProblemCellsByDepth
void setup(DQMStore::IBooker &m_dbe, std::string Name, std::string Units="")
bool isHB(int etabin, int depth)
virtual void calculateProblems(void)
bool isHF(int etabin, int depth)
void setCurrentFolder(const std::string &fullpath)
HcalNZSClient()
Constructors.
MonitorElement * book2D(Args &&...args)
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)
int badChannelStatusMask_
TH2F * getTH2F(void) const
void Reset(void)
reset ME (ie. contents, errors, etc)
void setupProblemCells(DQMStore::IBooker &, DQMStore::IGetter &)
void updateChannelStatus(std::map< HcalDetId, unsigned int > &myqual)