27 std::cout <<
" Error openning file " << refFilename << std::endl;
28 std::cout <<
" we will not compare histograms. " << std::endl;
31 std::cout <<
" open file " << refFilename << std::endl;
48 resHisto_ = (TH1 *)h->Clone(TString(h->GetName()) +
"_residuals");
52 TH1 *htemp = (TH1 *)h->Clone(TString(h->GetName()));
56 refHisto_ = (TH1 *)gDirectory->Get(hname);
62 htemp->Scale(1. / htemp->Integral());
The Signals That Services Can Subscribe To This is based on ActivityRegistry h
Helper function to determine trigger accepts.
TH1 * Compare(TH1 *h, const TString &hname)