ATLAS Offline Software
Loading...
Searching...
No Matches
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
16class IJetConstituentModifier: virtual public asg::IAsgTool {
18
19public:
20 virtual StatusCode process (xAOD::IParticleContainer* cont) const = 0;
21
22};
23
24#endif
#define ASG_TOOL_INTERFACE(CLASSNAME)
virtual StatusCode process(xAOD::IParticleContainer *cont) const =0
Base class for the dual-use tool interface classes.
Definition IAsgTool.h:41
DataVector< IParticle > IParticleContainer
Simple convenience declaration of IParticleContainer.