ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Tracking
TrkTruthTracks
TrkTruthTrackInterfaces
TrkTruthTrackInterfaces
IPRD_TruthTrajectoryBuilder.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
// IPRD_TruthTrajectoryBuilder.h, (c) ATLAS Detector software
8
9
#ifndef TRK_TRKTRUTHTRACKS_IPRD_TRUTHTRAJECTORYBUILDER_H
10
#define TRK_TRKTRUTHTRACKS_IPRD_TRUTHTRAJECTORYBUILDER_H 1
11
12
// Gaudi
13
#include "GaudiKernel/IAlgTool.h"
14
#include "
TrkTruthTrackInterfaces/PRD_TruthTrajectory.h
"
15
16
#include "
AtlasHepMC/GenParticle_fwd.h
"
17
18
namespace
Trk
{
19
27
28
class
IPRD_TruthTrajectoryBuilder
:
virtual
public
IAlgTool {
29
30
public
:
32
DeclareInterfaceID
(
IPRD_TruthTrajectoryBuilder
, 1, 0);
33
35
virtual
~IPRD_TruthTrajectoryBuilder
(){}
36
38
virtual
std::map< HepMC::ConstGenParticlePtr, PRD_TruthTrajectory >
truthTrajectories
(
const
EventContext& ctx)
const
= 0;
39
40
};
41
42
}
// end of namespace
43
44
#endif
// TRK_TRKTRUTHTRACKS_IPRD_TRUTHTRAJECTORYBUILDER_H
GenParticle_fwd.h
PRD_TruthTrajectory.h
Trk::IPRD_TruthTrajectoryBuilder
The interface for the truth PRD trajectory finder.
Definition
IPRD_TruthTrajectoryBuilder.h:28
Trk::IPRD_TruthTrajectoryBuilder::~IPRD_TruthTrajectoryBuilder
virtual ~IPRD_TruthTrajectoryBuilder()
Virtual destructor.
Definition
IPRD_TruthTrajectoryBuilder.h:35
Trk::IPRD_TruthTrajectoryBuilder::truthTrajectories
virtual std::map< HepMC::ConstGenParticlePtr, PRD_TruthTrajectory > truthTrajectories(const EventContext &ctx) const =0
return a vector of PrepRawData trajectories
Trk::IPRD_TruthTrajectoryBuilder::DeclareInterfaceID
DeclareInterfaceID(IPRD_TruthTrajectoryBuilder, 1, 0)
Interface ID.
Trk
Ensure that the ATLAS eigen extensions are properly loaded.
Definition
FakeTrackBuilder.h:9
Generated on
for ATLAS Offline Software by
1.17.0