ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
Jet
JetInterface
JetInterface
IJetEventSelector.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2020 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// IJetEventSelector.h
6
7
#ifndef IJetEventSelector_H
8
#define IJetEventSelector_H
9
12
13
#include "
AsgTools/IAsgTool.h
"
14
#include "
xAODEventInfo/EventInfo.h
"
15
#include "
xAODJet/JetContainer.h
"
16
17
class
IJetEventSelector
:
virtual
public
asg::IAsgTool
{
18
ASG_TOOL_INTERFACE
(
IJetEventSelector
)
19
20
public
:
21
23
virtual
~IJetEventSelector
() { };
24
27
virtual
int
keep
(
const
xAOD::EventInfo
&e,
const
xAOD::JetContainer
& jets)
const
=0;
28
29
};
30
31
#endif
ASG_TOOL_INTERFACE
#define ASG_TOOL_INTERFACE(CLASSNAME)
Definition
AsgToolMacros.h:40
IAsgTool.h
JetContainer.h
IJetEventSelector
IJetEventSelector is a dual-use tool interface for a tool that selects a jet based on EventInfo selec...
Definition
IJetEventSelector.h:17
IJetEventSelector::~IJetEventSelector
virtual ~IJetEventSelector()
Destructor.
Definition
IJetEventSelector.h:23
IJetEventSelector::keep
virtual int keep(const xAOD::EventInfo &e, const xAOD::JetContainer &jets) const =0
Method to select.
asg::IAsgTool
Base class for the dual-use tool interface classes.
Definition
IAsgTool.h:41
xAOD::EventInfo
EventInfo_v1 EventInfo
Definition of the latest event info version.
Definition
IEventInfoCnvTool.h:16
xAOD::JetContainer
JetContainer_v1 JetContainer
Definition of the current "jet container version".
Definition
JetContainer.h:17
EventInfo.h
Generated on
for ATLAS Offline Software by
1.17.0