29 std::cout <<
" Error openning file " << refFilename << std::endl;
30 std::cout <<
" we will not compare histograms. " << std::endl;
33 std::cout <<
" open file " << refFilename << std::endl;
54 resHisto_ = (TH1*) h->Clone(TString(h->GetName())+
"_residuals");
58 TH1 *htemp = (TH1*) h->Clone(TString(h->GetName()));
62 refHisto_ = (TH1*) gDirectory->Get( hname );
68 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, TString hname)