ATLAS Offline Software
MultiLeptonFilter.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_MULTILEPTONFILTER_H
6 #define GENERATORFILTERS_MULTILEPTONFILTER_H
7 
9 
10 class MultiLeptonFilter : public GenFilter {
11 public:
12 
13  MultiLeptonFilter(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
MultiLeptonFilter
Definition: MultiLeptonFilter.py:1
MultiLeptonFilter::m_Ptmin
double m_Ptmin
Definition: MultiLeptonFilter.h:18
GenFilter.h
MultiLeptonFilter::MultiLeptonFilter
MultiLeptonFilter(const std::string &name, ISvcLocator *pSvcLocator)
Definition: MultiLeptonFilter.cxx:9
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
MultiLeptonFilter::m_NLeptons
int m_NLeptons
Definition: MultiLeptonFilter.h:20
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
MultiLeptonFilter::m_EtaRange
double m_EtaRange
Definition: MultiLeptonFilter.h:19
MultiLeptonFilter::filterEvent
virtual StatusCode filterEvent()
Definition: MultiLeptonFilter.cxx:18