11 m_oAllPlots(this,
"PhotAll/",
"Reco All"),
12 m_oPhotPlots(this,
"Phot/",
"Reco Phot"),
13 m_oTopoPhotPlots(this,
"PhotTopo/",
"Reco Topo Phot"),
14 m_oAmbPhotPlots(this,
"PhotAmb/",
"Reco Ambig Phot"),
15 m_oConvPhotPlots(this,
"Conv/",
"Reco Converted"),
16 m_oTruthAllPlots(this,
"TruthAll/All/",
"Truth Photon"),
17 m_oTruthAllIsoPlots(this,
"TruthAll/Iso/all/",
"Truth Iso photon"),
18 m_oTruthAllIsoConvPlots(this,
"TruthAll/Iso/Conv/",
"Truth Iso Conv"),
19 m_oTruthAllIsoUncPlots(this,
"TruthAll/Iso/Unc/",
"Truth Iso Unc"),
20 m_oTruthRecoPlots(this,
"Truth/Reco/all/",
"Reco Truth Photon"),
21 m_oTruthRecoConvPlots(this,
"Truth/Reco/Conv/",
"Reco Truth Conv Photon"),
22 m_oTruthRecoUncPlots(this,
"Truth/Reco/Unc/",
"Reco Truth Unc Photon"),
23 m_oTruthRecoLoosePlots(this,
"Truth/RecoLoose/all/",
"Reco Truth as loose Photon"),
24 m_oTruthRecoLooseConvPlots(this,
"Truth/RecoLoose/Conv/",
"Reco Truth Conv as loose Photon"),
25 m_oTruthRecoLooseUncPlots(this,
"Truth/RecoLoose/Unc/",
"Reco Truth Unc as loose Photon"),
26 m_oTruthRecoTightPlots(this,
"Truth/RecoTight/all/",
"Reco Truth as tight Photon"),
27 m_oTruthRecoTightConvPlots(this,
"Truth/RecoTight/Conv/",
"Reco Truth Conv as tight Photon"),
28 m_oTruthRecoTightUncPlots(this,
"Truth/RecoTight/Unc/",
"Reco Truth Unc as tight Photon"),
29 m_oTruthIsoPlots(this,
"Truth/Iso/all/",
"Truth Iso photon"),
30 m_oTruthIsoConvPlots(this,
"Truth/Iso/Conv/",
"Truth Iso Conv"),
31 m_oTruthIsoUncPlots(this,
"Truth/Iso/Unc/",
"Truth Iso Unc"),
34 convTruthMatchedR(nullptr),
35 convTruthRvsEta(nullptr),
36 convTruthMatchedRvsEta(nullptr),
49 res_et =
BookTProfile(
"res_et",
" IsoPhoton;E_{T}^{truth}, [GeV];(E_{T} - E_{T}^{truth})/E_{T}^{truth}",100, 0., 200.);
50 res_eta =
BookTProfile(
"res_eta",
" IsoPhoton;#eta;(E_{T} - E_{T}^{truth})/E_{T}^{truth}",60, -3., 3.);
51 res_et_cut =
BookTProfile(
"res_et_cut",
" IsoPhoton;E_{T}^{truth}, [GeV];(E_{T} - E_{T}^{truth})/E_{T}^{truth}",100, 0., 200.);