ATLAS Offline Software
Public Member Functions | Static Public Member Functions | List of all members
Trk::IPRD_TruthTrajectoryBuilder Class Referenceabstract

The interface for the truth PRD trajectory finder. More...

#include <IPRD_TruthTrajectoryBuilder.h>

Inheritance diagram for Trk::IPRD_TruthTrajectoryBuilder:
Collaboration diagram for Trk::IPRD_TruthTrajectoryBuilder:

Public Member Functions

virtual ~IPRD_TruthTrajectoryBuilder ()
 Virtual destructor. More...
 
virtual std::map< HepMC::ConstGenParticlePtr, PRD_TruthTrajectorytruthTrajectories () const =0
 return a vector of PrepRawData trajectories - uses internal cache More...
 
virtual StatusCode refreshEvent ()=0
 Event refresh - can't be an IIncident, because it has to run after PRD creation and PRD truth creation. More...
 

Static Public Member Functions

static const InterfaceID & interfaceID ()
 AlgTool interface methods. More...
 

Detailed Description

The interface for the truth PRD trajectory finder.

The truth PRD trajectory builder, works with a cache, it distinguishes between ID and MS and calls the sub-helpers.

Author
Andreas.Salzburger -at- cern.ch, Thijs.Cornelissen -at- cern.ch, Roland.Wolfgang.Jansky -at- cern.ch

The truth PRD trajectory builder, works with a cache, it distinguishes between ID and MS and calls the sub-helpers. This is done because it should also run for upgrade layouts and thus not know about dedicated detector technologies. The cache is filled and created in the BeginEvent incident, the accessible PRDs are steered by the PRD multi truth collections and handed forward from the IPRD_Provider (which should use a hash-lookup)

A dedicated PRD_TruthTrajectoryManipulator can be used to shape the TruthTrajectories after beeing created

Author
Andreas.Salzburger -at- cern.ch, Thijs.Cornelissen -at- cern.ch

Definition at line 31 of file IPRD_TruthTrajectoryBuilder.h.

Constructor & Destructor Documentation

◆ ~IPRD_TruthTrajectoryBuilder()

virtual Trk::IPRD_TruthTrajectoryBuilder::~IPRD_TruthTrajectoryBuilder ( )
inlinevirtual

Virtual destructor.

Definition at line 35 of file IPRD_TruthTrajectoryBuilder.h.

35 {}

Member Function Documentation

◆ interfaceID()

static const InterfaceID& Trk::IPRD_TruthTrajectoryBuilder::interfaceID ( )
inlinestatic

AlgTool interface methods.

Definition at line 38 of file IPRD_TruthTrajectoryBuilder.h.

38 { return IID_IPRD_TruthTrajectoryBuilder; }

◆ refreshEvent()

virtual StatusCode Trk::IPRD_TruthTrajectoryBuilder::refreshEvent ( )
pure virtual

Event refresh - can't be an IIncident, because it has to run after PRD creation and PRD truth creation.

Implemented in Trk::PRD_TruthTrajectoryBuilder.

◆ truthTrajectories()

virtual std::map< HepMC::ConstGenParticlePtr, PRD_TruthTrajectory > Trk::IPRD_TruthTrajectoryBuilder::truthTrajectories ( ) const
pure virtual

return a vector of PrepRawData trajectories - uses internal cache

Implemented in Trk::PRD_TruthTrajectoryBuilder.


The documentation for this class was generated from the following file: