ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
Jet
JetInterface
JetInterface
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
"
14
#include "
xAODBase/IParticleContainer.h
"
15
16
class
IJetConstituentModifier
:
virtual
public
asg::IAsgTool
{
17
ASG_TOOL_INTERFACE
(
IJetConstituentModifier
)
18
19
public
:
20
virtual
StatusCode
process
(
xAOD::IParticleContainer
* cont)
const
= 0;
21
22
};
23
24
#endif
ASG_TOOL_INTERFACE
#define ASG_TOOL_INTERFACE(CLASSNAME)
Definition
AsgToolMacros.h:40
IAsgTool.h
IJetConstituentModifier
Definition
IJetConstituentModifier.h:16
IJetConstituentModifier::process
virtual StatusCode process(xAOD::IParticleContainer *cont) const =0
asg::IAsgTool
Base class for the dual-use tool interface classes.
Definition
IAsgTool.h:41
xAOD::IParticleContainer
DataVector< IParticle > IParticleContainer
Simple convenience declaration of IParticleContainer.
Definition
xAOD/xAODBase/xAODBase/IParticleContainer.h:32
IParticleContainer.h
Generated on
for ATLAS Offline Software by
1.17.0