ATLAS Offline Software
|
#include <ITruthNtupleTool.h>
Public Member Functions | |
virtual StatusCode | writeTruthData (const std::vector< Trk::ValidationTrackTruthData > &)=0 |
fill ntuple data for a given vector of truth particle More... | |
virtual unsigned int | getNumberOfTreeRecords () const =0 |
virtual StatusCode | initBranches (const std::vector< const Trk::ITrackTruthClassifier * > &classifiers, bool, const std::vector< std::string > trackCollectionNames)=0 |
Static Public Member Functions | |
static const InterfaceID & | interfaceID () |
Interface ID, declared here, and defined below. More... | |
provides the interface for validation tools which write special information about truth particles into ntuples.
Definition at line 55 of file ITruthNtupleTool.h.
|
pure virtual |
Implemented in Trk::TruthNtupleTool.
|
pure virtual |
Implemented in Trk::TruthNtupleTool.
|
inlinestatic |
Interface ID, declared here, and defined below.
Definition at line 71 of file ITruthNtupleTool.h.
|
pure virtual |
fill ntuple data for a given vector of truth particle
Implemented in Trk::TruthNtupleTool.