◆ PerformanceHist()
54 cout <<
"New set of histograms for " <<
name << endl;
◆ FillMatched()
void FillMatched |
( |
const auto & |
Photon, |
|
|
float |
w |
|
) |
| |
|
inline |
60 pt_eta.Fill(Photon->CorrP4().Pt(), Photon->CorrP4().Eta(), w);
61 e_eta.Fill(Photon->CorrP4().E(), Photon->CorrP4().Eta(), w);
62 phi_eta.Fill(Photon->CorrP4().Phi(), Photon->CorrP4().Eta(), w);
◆ FillUnmatched()
void FillUnmatched |
( |
const auto & |
Photon, |
|
|
float |
w |
|
) |
| |
|
inline |
66 pt_eta.Fill(Photon.CorrP4().Pt(), Photon.CorrP4().Eta(), w);
67 e_eta.Fill(Photon.CorrP4().E(), Photon.CorrP4().Eta(), w);
68 phi_eta.Fill(Photon.CorrP4().Phi(), Photon.CorrP4().Eta(), w);
◆ Write()
void Write |
( |
TDirectory * |
dir | ) |
|
|
inline |
74 auto subdir = dir->mkdir(
name);
77 h->SetDirectory(subdir);
78 TString hname = h->GetName();
79 hname.ReplaceAll(
name,
"");
◆ e_eta
◆ name
◆ phi_eta
◆ pt_eta
The documentation for this struct was generated from the following file: