ATLAS Offline Software
xAODDirectPhotonFilter.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 #ifndef GENERATORFILTERS_XAODDIRECTPHOTONFILTER_H
5 #define GENERATORFILTERS_XAODDIRECTPHOTONFILTER_H
6 
8 
9 #include "xAODTruth/TruthEvent.h"
11 
13 
14 #include <limits>
15 
19 public:
20 
21  xAODDirectPhotonFilter(const std::string& name, ISvcLocator* pSvcLocator);
22  virtual StatusCode filterInitialize();
23  virtual StatusCode filterEvent();
24 
25 private:
26 
27  std::vector<double> m_Ptmin;
28  std::vector<double> m_Ptmax;
29  double m_EtaRange;
30  size_t m_NPhotons;
33 };
34 
35 #endif
xAODDirectPhotonFilter::m_OrderPhotons
bool m_OrderPhotons
Definition: xAODDirectPhotonFilter.h:32
xAODDirectPhotonFilter::xAODDirectPhotonFilter
xAODDirectPhotonFilter(const std::string &name, ISvcLocator *pSvcLocator)
Definition: xAODDirectPhotonFilter.cxx:9
GenFilter.h
xAODDirectPhotonFilter::filterInitialize
virtual StatusCode filterInitialize()
Definition: xAODDirectPhotonFilter.cxx:21
xAODDirectPhotonFilter::m_EtaRange
double m_EtaRange
Definition: xAODDirectPhotonFilter.h:29
xAODDirectPhotonFilter::filterEvent
virtual StatusCode filterEvent()
Definition: xAODDirectPhotonFilter.cxx:57
GenFilter
Base class for event generator filtering modules.
Definition: GenFilter.h:30
xAODDirectPhotonFilter::m_Ptmin
std::vector< double > m_Ptmin
Definition: xAODDirectPhotonFilter.h:27
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
xAODDirectPhotonFilter
Filters and looks for photons from brem or hadr proc.
Definition: xAODDirectPhotonFilter.h:18
xAODDirectPhotonFilter::m_Ptmax
std::vector< double > m_Ptmax
Definition: xAODDirectPhotonFilter.h:28
xAODDirectPhotonFilter::m_AllowSUSYDecay
bool m_AllowSUSYDecay
Definition: xAODDirectPhotonFilter.h:31
TruthParticle.h
TruthEventContainer.h
xAODDirectPhotonFilter::m_NPhotons
size_t m_NPhotons
Definition: xAODDirectPhotonFilter.h:30
TruthEvent.h