18 const char* fN =
m_name.c_str();
21 histoMap[
"truthType"] =
new TH1D(Form(
"%s_truthType",fN),
";truth type; Events", 41,-1,40);
22 histoMap[
"truthOrigin"] =
new TH1D(Form(
"%s_truthOrigin",fN),
";truth origin; Events",51,-1,50);
27 histo2DMap[
"eta_nTracks"] =
new TH2D(Form(
"%s_eta_nTracks",fN),
28 ";#eta;n_{trk}; Events", 90, -4.5, 4.5, 10, 0,10);
31 histo3DMap[
"eteta_eop"] =
new TH3D(Form(
"%s_eteta_eop",fN),
32 ";E_{T} [GeV];#eta;E/p; Events", 20, 0, 200, 25, 0, 2.5, 250, 0.5,3.);
35 return StatusCode::SUCCESS;
StatusCode initializePlots()
void fill(const xAOD::IParticle &egamma)
virtual double pt() const override final
The transverse momentum ( ) of the particle.