![]() |
ATLAS Offline Software
|
the code used in this implementation is kindly stolen from: atlasoff:: ISF/ISF_Core/ISF_Tools More...
#include <SkimmingToolExample.h>
Public Member Functions | |
| virtual StatusCode | finalize () override |
| Athena algtool's Hooks. | |
| virtual bool | eventPassesFilter () const override |
| Check that the current event passes this filter. | |
Private Attributes | |
| Gaudi::Property< std::string > | m_muonSGKey {this, "MuonContainerKey", "Muons", "Key for muon container"} |
| Gaudi::Property< unsigned int > | m_nMuons {this, "NumberOfMuons", 2, "Minimum number of muons"} |
| Gaudi::Property< double > | m_muonPtCut {this, "MuonPtCut", 10000.0, "p_T cut on muon in MeV"} |
| std::atomic< unsigned int > | m_ntot {0} |
| std::atomic< unsigned int > | m_npass {0} |
the code used in this implementation is kindly stolen from: atlasoff:: ISF/ISF_Core/ISF_Tools
Definition at line 30 of file SkimmingToolExample.h.
|
overridevirtual |
Check that the current event passes this filter.
Definition at line 26 of file SkimmingToolExample.cxx.
|
overridevirtual |
Athena algtool's Hooks.
Definition at line 18 of file SkimmingToolExample.cxx.
|
private |
Definition at line 49 of file SkimmingToolExample.h.
|
private |
Definition at line 43 of file SkimmingToolExample.h.
|
private |
Definition at line 46 of file SkimmingToolExample.h.
|
mutableprivate |
Definition at line 53 of file SkimmingToolExample.h.
|
mutableprivate |
Definition at line 52 of file SkimmingToolExample.h.