ATLAS Offline Software
PhotonFilter.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef GENERATORFILTERS_PHOTONFILTER_H
6 #define GENERATORFILTERS_PHOTONFILTER_H
7 
9 
13 class PhotonFilter : public GenFilter {
14 public:
15 
16  PhotonFilter(const std::string& name, ISvcLocator* pSvcLocator);
17  virtual StatusCode filterEvent();
18 
19 private:
20 
21  double m_Ptmin;
22  double m_Ptmax;
23  double m_EtaRange;
25 
26 };
27 
28 #endif
PhotonFilter::m_Ptmin
double m_Ptmin
Definition: PhotonFilter.h:21
PhotonFilter::filterEvent
virtual StatusCode filterEvent()
Definition: PhotonFilter.cxx:22
PhotonFilter::m_EtaRange
double m_EtaRange
Definition: PhotonFilter.h:23
GenFilter.h
PhotonFilter
Filters and looks for photons.
Definition: PhotonFilter.h:13
GenFilter
Base class for event generator filtering modules.
Definition: GenFilter.h:30
PhotonFilter::PhotonFilter
PhotonFilter(const std::string &name, ISvcLocator *pSvcLocator)
Definition: PhotonFilter.cxx:9
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
PhotonFilter::m_Ptmax
double m_Ptmax
Definition: PhotonFilter.h:22
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
PhotonFilter::m_NPhotons
int m_NPhotons
Definition: PhotonFilter.h:24