ATLAS Offline Software
xAODTTbarWToLeptonFilter.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef GENERATORFILTERS_XAODTTBARWTOLEPTONFILTER_H
6 #define GENERATORFILTERS_XAODTTBARWTOLEPTONFILTER_H
7 
9 
10 #include "xAODTruth/TruthEvent.h"
13 
21 public:
22 
23  xAODTTbarWToLeptonFilter(const std::string& name, ISvcLocator* pSvcLocator);
24  virtual StatusCode filterEvent();
25 
26 private:
27 
28  double m_Ptmin;
32 
33 
34 };
35 
36 #endif
xAODTTbarWToLeptonFilter::m_Ptmin
double m_Ptmin
Definition: xAODTTbarWToLeptonFilter.h:28
xAODTTbarWToLeptonFilter::filterEvent
virtual StatusCode filterEvent()
Definition: xAODTTbarWToLeptonFilter.cxx:16
GenFilter.h
xAODTTbarWToLeptonFilter::m_fourTopsFilter
bool m_fourTopsFilter
Definition: xAODTTbarWToLeptonFilter.h:30
xAODTTbarWToLeptonFilter
Require the event to contain at least one charged lepton (from W decay, which should come from top) w...
Definition: xAODTTbarWToLeptonFilter.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
xAODTTbarWToLeptonFilter::m_SSMLFilter
bool m_SSMLFilter
Definition: xAODTTbarWToLeptonFilter.h:31
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
xAODTTbarWToLeptonFilter::xAODTTbarWToLeptonFilter
xAODTTbarWToLeptonFilter(const std::string &name, ISvcLocator *pSvcLocator)
Definition: xAODTTbarWToLeptonFilter.cxx:7
TruthParticle.h
TruthEventContainer.h
TruthEvent.h
xAODTTbarWToLeptonFilter::m_numLeptons
int m_numLeptons
Definition: xAODTTbarWToLeptonFilter.h:29