![]() |
ATLAS Offline Software
|
#include <IIParticleRetrievalTool.h>
Public Member Functions | |
virtual StatusCode | retrieveParticles (std::vector< std::vector< const xAOD::IParticle * >> &combinations, const std::string &chain, bool rerun=false) const =0 |
Retrieve the particles that caused this trigger to fire. More... | |
virtual void | print () const =0 |
Print the state of the tool. More... | |
Definition at line 15 of file IIParticleRetrievalTool.h.
|
pure virtualinherited |
Print the state of the tool.
Implemented in JetRecTool, JetFinder, JetModifiedMassDrop, JetFromPseudojet, JetReclusterer, JetReclusteringTool, JetTruthLabelingTool, JetPileupLabelingTool, HI::HIPileupTool, asg::AsgTool, JetDumper, JetBottomUpSoftDrop, JetRecursiveSoftDrop, JetSoftDrop, JetConstituentsRetriever, JetSubStructureMomentToolsBase, JetSplitter, JetToolRunner, JetPruner, JetPseudojetRetriever, JetTrimmer, AsgHelloTool, and KtDeltaRTool.
|
pure virtual |
Retrieve the particles that caused this trigger to fire.
[out] | combinations | All combinations of particles that could have caused the trigger to fire. |
chain | The name of the chain. | |
rerun | Whether to look at the chain in 'rerun' mode. |
Implemented in Trig::IParticleRetrievalTool, and Trig::R3IParticleRetrievalTool.