ATLAS Offline Software
Loading...
Searching...
No Matches
Tracking
TrkValidation
TrkValTools
TrkValTools
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
13
#include "
TrkValInterfaces/IGenParticleSelector.h
"
14
#include "
AthenaBaseComps/AthAlgTool.h
"
15
16
namespace
Trk
{
17
21
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);
27
~InDetHaloSelector
() {}
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
AthAlgTool.h
IGenParticleSelector.h
AthAlgTool::AthAlgTool
AthAlgTool(const std::string &type, const std::string &name, const IInterface *parent)
Constructor with parameters:
Definition
AthAlgTool.cxx:16
McEventCollection
This defines the McEventCollection, which is really just an ObjectVector of McEvent objectsFile: Gene...
Definition
McEventCollection.h:32
Trk::IGenParticleSelector
provides the interface for tools to select generated particles
Definition
IGenParticleSelector.h:30
Trk::InDetHaloSelector::~InDetHaloSelector
~InDetHaloSelector()
Definition
InDetHaloSelector.h:27
Trk::InDetHaloSelector::initialize
virtual StatusCode initialize()
initialize
Definition
InDetHaloSelector.cxx:29
Trk::InDetHaloSelector::finalize
virtual StatusCode finalize()
Definition
InDetHaloSelector.cxx:34
Trk::InDetHaloSelector::InDetHaloSelector
InDetHaloSelector(const std::string &type, const std::string &name, const IInterface *parent)
Definition
InDetHaloSelector.cxx:17
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
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition
FakeTrackBuilder.h:9
type
Generated on
for ATLAS Offline Software by
1.14.0