ATLAS Offline Software
|
#include <IJetTruthNtupleTool.h>
Public Member Functions | |
virtual StatusCode | writeJetTruthData (const std::vector< Trk::GenParticleJet > &, const int &)=0 |
fill ntuple data for a given vector of truth jets More... | |
virtual unsigned int | getNumberOfTreeRecords () const =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 35 of file IJetTruthNtupleTool.h.
|
pure virtual |
Implemented in Trk::JetTruthNtupleTool.
|
inlinestatic |
Interface ID, declared here, and defined below.
Definition at line 47 of file IJetTruthNtupleTool.h.
|
pure virtual |
fill ntuple data for a given vector of truth jets
Implemented in Trk::JetTruthNtupleTool.