![]() |
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. | |
| virtual void | print () const =0 |
| Print the state of the tool. | |
Definition at line 15 of file IIParticleRetrievalTool.h.
|
pure virtualinherited |
Print the state of the tool.
Implemented in asg::AsgTool, AsgHelloTool, HI::HIPileupTool, JetBottomUpSoftDrop, JetConstituentsRetriever, JetDumper, JetFinder, JetFromPseudojet, JetModifiedMassDrop, JetPileupLabelingTool, JetPruner, JetPseudojetRetriever, JetReclusterer, JetReclusteringTool, JetRecTool, JetRecursiveSoftDrop, JetSoftDrop, JetSplitter, JetSubStructureMomentToolsBase, JetToolRunner, JetTrimmer, JetTruthLabelingTool, KtDeltaRTool, and LundVariablesTool.
|
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.