ATLAS Offline Software
Loading...
Searching...
No Matches
ParticleHistograms.h
Go to the documentation of this file.
1/*
2Copyright (C) 2002-2018 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef EGAMMAVALIDATION_PARTICLEHISTOGRAMS_H
6#define EGAMMAVALIDATION_PARTICLEHISTOGRAMS_H
7
8#include "IHistograms.h"
9
10namespace xAOD {
11 class IParticle;
12}
13
14namespace egammaMonitoring {
15
17 public:
18
20
21 StatusCode initializePlots();
22
23 void fill(const xAOD::IParticle& egamma);
24 void fill(const xAOD::IParticle& egamma, float mu);
25
26 void hasFwd(bool a = true) { m_hasFwd = a; }
27
28 private:
29 bool m_hasFwd = false;
30
31 };
32
33}
34
35#endif
36
static Double_t a
void fill(const xAOD::IParticle &egamma)
elec/gamma data class.
Definition egamma.h:58
Class providing the definition of the 4-vector interface.
ICaloAffectedTool is abstract interface for tools checking if 4 mom is in calo affected region.