18 TH1* th1 =
e.second.th1;
19 assert(th1->GetDimension() == 2);
20 TH2D* th2 =
dynamic_cast<TH2D*
>(th1);
25 for (
int x = 1;
x <= th1->GetNbinsX();
x++) {
28 for (
int y = 1;
y <= th1->GetNbinsY();
y++) {
29 double val = th1->GetBinContent(
x,
y);
31 if (val != 0.0) nonzero++;
34 if (nonzero == 0)
continue;
38 for (
int y = 1;
y <= th1->GetNbinsY();
y++) {
void setBinContent(int binx, double content)
set content of bin (1-D)
#define DEFINE_FWK_MODULE(type)
SiPixelPhase1DigisHarvester(const edm::ParameterSet &conf)
void setCurrentFolder(const std::string &fullpath)
std::map< GeometryInterface::Values, AbstractHistogram > Table
std::vector< HistogramManager > histo
MonitorElement * book2DD(Args &&...args)