ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
Jet
JetRec
JetRec
JetSorter.h
Go to the documentation of this file.
1
// -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
#ifndef JETREC_JETSORTER_H
8
#define JETREC_JETSORTER_H
9
10
#include <string>
11
12
#include "
AsgTools/AsgTool.h
"
13
14
15
#include "
JetInterface/IJetModifier.h
"
16
17
18
19
class
JetSorter
20
:
public
asg::AsgTool
,
21
virtual
public
IJetModifier
{
22
23
ASG_TOOL_CLASS
(
JetSorter
,
IJetModifier
)
24
public
:
25
26
JetSorter
(
const
std::string& t);
27
28
29
virtual
StatusCode
modify
(
xAOD::JetContainer
& jets)
const
;
30
31
protected
:
32
std::string
m_sortType
;
33
34
};
35
36
#endif
ASG_TOOL_CLASS
#define ASG_TOOL_CLASS(CLASSNAME, INT1)
Definition
AsgToolMacros.h:68
AsgTool.h
IJetModifier.h
IJetModifier
IJetModifier is a dual-use tool interface for a tool that modifies a jet collection.
Definition
IJetModifier.h:20
JetSorter::modify
virtual StatusCode modify(xAOD::JetContainer &jets) const
Method to modify a jet collection.
Definition
JetSorter.cxx:24
JetSorter::m_sortType
std::string m_sortType
Definition
JetSorter.h:32
JetSorter::JetSorter
JetSorter(const std::string &t)
Definition
JetSorter.cxx:17
asg::AsgTool
Base class for the dual-use tool implementation classes.
Definition
AsgTool.h:47
xAOD::JetContainer
JetContainer_v1 JetContainer
Definition of the current "jet container version".
Definition
JetContainer.h:17
Generated on
for ATLAS Offline Software by
1.17.0