ATLAS Offline Software
IIParticleRetrievalTool.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 #ifndef TriggerMatchingTool_IIParticleRetrievalTool_H
6 #define TriggerMatchingTool_IIParticleRetrievalTool_H
7 
8 // Framework includes
9 #include "AsgTools/IAsgTool.h"
10 #include "xAODBase/IParticle.h"
11 
12 #include <vector>
13 
14 namespace Trig {
15  class IIParticleRetrievalTool : public virtual asg::IAsgTool {
17  public:
26  std::vector<std::vector<const xAOD::IParticle*>>& combinations,
27  const std::string& chain,
28  bool rerun = false) const = 0;
29  }; //> end class IIParticleRetrievalTool
30 } //> end namespace Trig
31 
32 #endif //> !TriggerMatchingTool_IIParticleRetrievalTool_H
runLayerRecalibration.chain
chain
Definition: runLayerRecalibration.py:175
IParticle.h
Trig
The common trigger namespace for trigger analysis tools.
Definition: CaloTowerVecMon.h:44
asg::IAsgTool
Base class for the dual-use tool interface classes.
Definition: IAsgTool.h:41
Trig::IIParticleRetrievalTool
Definition: IIParticleRetrievalTool.h:15
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ASG_TOOL_INTERFACE
#define ASG_TOOL_INTERFACE(CLASSNAME)
Definition: AsgToolMacros.h:40
IAsgTool.h
python.combo.combinations
def combinations(items, n)
Definition: combo.py:85
Trig::IIParticleRetrievalTool::retrieveParticles
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.