ATLAS Offline Software
|
Provides interface for tool to return a "detailed" track truth map. More...
#include <IDetailedMuonPatternTruthBuilder.h>
Public Member Functions | |
virtual void | buildDetailedMuonPatternTruth (DetailedMuonPatternTruthCollection *output, const MuonPatternCombinationCollection &tracks, const std::vector< const PRD_MultiTruthCollection * > &prdTruth)=0 |
The main tool method. More... | |
virtual void | buildDetailedTrackTruth (std::vector< DetailedTrackTruth > *output, const Muon::MuonPatternCombination &pattern, const std::vector< const PRD_MultiTruthCollection * > &prdTruth)=0 |
virtual void | buildDetailedTrackTruthFromSegments (std::vector< DetailedSegmentTruth > *output, const Muon::MuonSegment &segment, const std::vector< const PRD_MultiTruthCollection * > &prdTruth)=0 |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
Provides interface for tool to return a "detailed" track truth map.
Definition at line 31 of file IDetailedMuonPatternTruthBuilder.h.
|
pure virtual |
The main tool method.
Fills a pre-existing DetailedTrackTruthCollection pointed to by output with data for the tracks, using the prdTruth collections. pdrTruth is allowed to contain null pointers. Each non-null pointer must correspond to collection for a single subdetector.
This method does not impose a memory management model on the caller. (As e.g. returning an object on the heap would do.) The caller can use it to work with stack or heap objects. Call with output==0 is a no-op. (But output should not be garbage, it must be initialized.)
Implemented in Trk::DetailedMuonPatternTruthBuilder.
|
pure virtual |
Implemented in Trk::DetailedMuonPatternTruthBuilder.
|
pure virtual |
Implemented in Trk::DetailedMuonPatternTruthBuilder.
|
inlinestatic |
Definition at line 33 of file IDetailedMuonPatternTruthBuilder.h.