ATLAS Offline Software
IJetConstituentModifier.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 // IJetConstituentModifier.h
6 
7 #ifndef JETINTERFACE_IJETCONSTITUENTMODIFIER_H
8 #define JETINTERFACE_IJETCONSTITUENTMODIFIER_H
9 
10 // // Michael Nelson, CERN & Univesity of Oxford
11 // // February, 2016
12 
13 #include "AsgTools/IAsgTool.h"
15 
16 class IJetConstituentModifier: virtual public asg::IAsgTool {
18 
19 public:
20  virtual StatusCode process (xAOD::IParticleContainer* cont) const = 0;
21 
22 };
23 
24 #endif
asg::IAsgTool
Base class for the dual-use tool interface classes.
Definition: IAsgTool.h:41
IJetConstituentModifier
Definition: IJetConstituentModifier.h:16
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
IParticleContainer.h
ASG_TOOL_INTERFACE
#define ASG_TOOL_INTERFACE(CLASSNAME)
Definition: AsgToolMacros.h:40
IAsgTool.h
DataVector
Derived DataVector<T>.
Definition: DataVector.h:581
IJetConstituentModifier::process
virtual StatusCode process(xAOD::IParticleContainer *cont) const =0