ATLAS Offline Software
TTbarWToLeptonFilter.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_TTBARWTOLEPTONFILTER_H
6 #define GENERATORFILTERS_TTBARWTOLEPTONFILTER_H
7 
9 
17 public:
18 
19  TTbarWToLeptonFilter(const std::string& name, ISvcLocator* pSvcLocator);
20  virtual StatusCode filterEvent();
21 
22 private:
23 
24  double m_Ptmin;
28 
29 
30 };
31 
32 #endif
TTbarWToLeptonFilter::m_SSMLFilter
bool m_SSMLFilter
Definition: TTbarWToLeptonFilter.h:27
TTbarWToLeptonFilter::m_numLeptons
int m_numLeptons
Definition: TTbarWToLeptonFilter.h:25
GenFilter.h
TTbarWToLeptonFilter::m_Ptmin
double m_Ptmin
Definition: TTbarWToLeptonFilter.h:24
GenFilter
Base class for event generator filtering modules.
Definition: GenFilter.h:30
TTbarWToLeptonFilter
Definition: TTbarWToLeptonFilter.py:1
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
TTbarWToLeptonFilter::TTbarWToLeptonFilter
TTbarWToLeptonFilter(const std::string &name, ISvcLocator *pSvcLocator)
Definition: TTbarWToLeptonFilter.cxx:7
TTbarWToLeptonFilter::filterEvent
virtual StatusCode filterEvent()
Definition: TTbarWToLeptonFilter.cxx:18
TTbarWToLeptonFilter::m_fourTopsFilter
bool m_fourTopsFilter
Definition: TTbarWToLeptonFilter.h:26