ATLAS Offline Software
DefaultSimSelector.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // DefaultSimSelector.h, (c) ATLAS Detector software
8 
9 #ifndef ISF_TOOLS_DEFAULTSIMFILTER_H
10 #define ISF_TOOLS_DEFAULTSIMFILTER_H 1
11 
12 // ISF includes
13 #include "BaseSimulationSelector.h"
14 
15 namespace ISF
16 {
17 
26  {
27 
28  public:
30  DefaultSimSelector( const std::string& t, const std::string& n, const IInterface* p );
31 
34 
35  // Athena algtool's Hooks
36  StatusCode initialize() override;
37  StatusCode finalize() override;
38 
40  inline virtual bool passSelectorCuts(const ISFParticle& particle) const override;
41  };
42 
43 }
44 
45 
46 #endif //> !ISF_TOOLS_DEFAULTSIMFILTER_H
Trk::ParticleSwitcher::particle
constexpr ParticleHypothesis particle[PARTICLEHYPOTHESES]
the array of masses
Definition: ParticleHypothesis.h:76
python.PerfMonSerializer.p
def p
Definition: PerfMonSerializer.py:743
ISF::ISFParticle
Definition: ISFParticle.h:42
ISF::DefaultSimSelector::passSelectorCuts
virtual bool passSelectorCuts(const ISFParticle &particle) const override
check whether given particle passes all cuts -> will be used for routing decision
Definition: DefaultSimSelector.cxx:41
read_hist_ntuple.t
t
Definition: read_hist_ntuple.py:5
ISF::BaseSimulationSelector
Definition: BaseSimulationSelector.h:31
beamspotman.n
n
Definition: beamspotman.py:731
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ISF::DefaultSimSelector::finalize
StatusCode finalize() override
Definition: DefaultSimSelector.cxx:34
BaseSimulationSelector.h
ISF::DefaultSimSelector::~DefaultSimSelector
~DefaultSimSelector()
Destructor.
Definition: DefaultSimSelector.cxx:23
ISF::DefaultSimSelector::DefaultSimSelector
DefaultSimSelector(const std::string &t, const std::string &n, const IInterface *p)
Constructor with parameters.
Definition: DefaultSimSelector.cxx:17
ISF
ISFParticleOrderedQueue.
Definition: PrimaryParticleInformation.h:13
ISF::DefaultSimSelector
Definition: DefaultSimSelector.h:26
ISF::DefaultSimSelector::initialize
StatusCode initialize() override
Definition: DefaultSimSelector.cxx:28