ATLAS Offline Software
InDetHaloSelector.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 // InDetHaloSelector.h
7 // Header file for InDetHaloSelector
9 
10 #ifndef TRKVALTOOLS_HALOSELECTOR_H
11 #define TRKVALTOOLS_HALOSELECTOR_H
12 
15 
16 namespace Trk {
17 
22  class InDetHaloSelector : virtual public IGenParticleSelector, public AthAlgTool {
23  public:
24 
25  InDetHaloSelector(const std::string& type, const std::string& name,
26  const IInterface* parent);
28  virtual StatusCode initialize();
29  virtual StatusCode finalize();
30 
33  virtual std::vector<HepMC::ConstGenParticlePtr>*
34  selectGenSignal (const McEventCollection*) const;
35  };
36 
37 } // end namespace
38 #endif
Trk::InDetHaloSelector::selectGenSignal
virtual std::vector< HepMC::ConstGenParticlePtr > * selectGenSignal(const McEventCollection *) const
main method performing the genparticle selection; it works on the entire collection.
Definition: InDetHaloSelector.cxx:40
IGenParticleSelector.h
Trk::InDetHaloSelector::initialize
virtual StatusCode initialize()
initialize
Definition: InDetHaloSelector.cxx:29
Trk::InDetHaloSelector::finalize
virtual StatusCode finalize()
Definition: InDetHaloSelector.cxx:34
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgTool.h
test_pyathena.parent
parent
Definition: test_pyathena.py:15
McEventCollection
This defines the McEventCollection, which is really just an ObjectVector of McEvent objects.
Definition: McEventCollection.h:33
Trk::InDetHaloSelector::~InDetHaloSelector
~InDetHaloSelector()
Definition: InDetHaloSelector.h:27
Trk::InDetHaloSelector::InDetHaloSelector
InDetHaloSelector(const std::string &type, const std::string &name, const IInterface *parent)
Definition: InDetHaloSelector.cxx:17
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition: FakeTrackBuilder.h:9
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:221
Trk::InDetHaloSelector
Definition: InDetHaloSelector.h:22
python.CaloScaleNoiseConfig.type
type
Definition: CaloScaleNoiseConfig.py:78
Trk::IGenParticleSelector
provides the interface for tools to select generated particles
Definition: IGenParticleSelector.h:30
AthAlgTool
Definition: AthAlgTool.h:26