ATLAS Offline Software
xAODMultiLeptonFilter.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef GENERATORFILTERS_XAODMULTILEPTONFILTER_H
6 #define GENERATORFILTERS_XAODMULTILEPTONFILTER_H
7 
9 
11 public:
12 
13  xAODMultiLeptonFilter(const std::string& name, ISvcLocator* pSvcLocator);
14  virtual StatusCode filterEvent();
15 
16 private:
17 
18  double m_Ptmin;
19  double m_EtaRange;
21 
22 };
23 
24 #endif
xAODMultiLeptonFilter::filterEvent
virtual StatusCode filterEvent()
Definition: xAODMultiLeptonFilter.cxx:20
xAODMultiLeptonFilter::m_EtaRange
double m_EtaRange
Definition: xAODMultiLeptonFilter.h:19
xAODMultiLeptonFilter::m_Ptmin
double m_Ptmin
Definition: xAODMultiLeptonFilter.h:18
GenFilter.h
xAODMultiLeptonFilter::m_NLeptons
int m_NLeptons
Definition: xAODMultiLeptonFilter.h:20
GenFilter
Base class for event generator filtering modules.
Definition: GenFilter.h:30
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
xAODMultiLeptonFilter::xAODMultiLeptonFilter
xAODMultiLeptonFilter(const std::string &name, ISvcLocator *pSvcLocator)
Definition: xAODMultiLeptonFilter.cxx:11
xAODMultiLeptonFilter
Definition: xAODMultiLeptonFilter.h:10