ATLAS Offline Software
Loading...
Searching...
No Matches
RecoPhotonHistograms.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef EGAMMAVALIDATION_RECOPHOTONHISTOGRAMS_H
6#define EGAMMAVALIDATION_RECOPHOTONHISTOGRAMS_H
7
8#include "xAODEgamma/Photon.h"
10
11class TH1D;
12
13namespace egammaMonitoring {
14
16
17 public:
18 using ParticleHistograms::ParticleHistograms;
19
20 StatusCode initializePlots();
21
23 void fill(const xAOD::Photon& phrec);
24
25 private:
26 float m_cR_bins[15] =
27 {0, 50, 89, 123, 170, 210, 250, 299, 335, 371, 443, 514, 554, 800, 1085};
28
29 };
30
31}
32
33#endif
void fill(const xAOD::IParticle &egamma)
Photon_v1 Photon
Definition of the current "egamma version".