ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
Reconstruction
HeavyIonRec
HIJetRec
Root
HIJetMaxOverMeanTool.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
// HIJetMaxOverMeanTool.h
6
7
#ifndef __HIJETREC_HIJETMAXOVERMEANTOOL_H__
8
#define __HIJETREC_HIJETMAXOVERMEANTOOL_H__
9
22
23
#include "
StoreGate/WriteDecorHandleKey.h
"
24
#include "
JetInterface/IJetDecorator.h
"
25
#include "
AsgTools/AsgTool.h
"
26
27
class
HIJetMaxOverMeanTool
:
public
asg::AsgTool
,
28
virtual
public
IJetDecorator
29
{
30
31
ASG_TOOL_CLASS0
(
HIJetMaxOverMeanTool
)
32
33
public
:
34
35
HIJetMaxOverMeanTool
(
const
std::string& t);
36
37
virtual
StatusCode
initialize
()
override
;
38
39
//The modifyJet function has to be replaced by decorate
40
//virtual int modifyJet(xAOD::Jet& ) const ;
41
virtual
StatusCode
decorate
(
const
xAOD::JetContainer
& jets)
const override
;
42
43
private
:
44
45
SG::WriteDecorHandleKey< xAOD::JetContainer >
m_jetMaxConstituentETKey
{
this
,
"MaxConstituentETKey"
,
"MaxConstituentET"
,
"Key for MaxConstituentET tile Jet attribute"
};
46
SG::WriteDecorHandleKey< xAOD::JetContainer >
m_jetMaxOverMeanKey
{
this
,
"MaxOverMeanKey"
,
"MaxOverMean"
,
"Key for MaxOverMean tile Jet attribute"
};
47
48
Gaudi::Property<std::string>
m_jetContainerName
{
this
,
"JetContainer"
,
""
,
"SG key for the input jet container"
};
49
50
};
51
52
#endif
ASG_TOOL_CLASS0
#define ASG_TOOL_CLASS0(CLASSNAME)
Definition
AsgToolMacros.h:62
AsgTool.h
IJetDecorator.h
WriteDecorHandleKey.h
Property holding a SG store/key/clid/attr name from which a WriteDecorHandle is made.
HIJetMaxOverMeanTool::m_jetMaxConstituentETKey
SG::WriteDecorHandleKey< xAOD::JetContainer > m_jetMaxConstituentETKey
Definition
HIJetMaxOverMeanTool.h:45
HIJetMaxOverMeanTool::m_jetMaxOverMeanKey
SG::WriteDecorHandleKey< xAOD::JetContainer > m_jetMaxOverMeanKey
Definition
HIJetMaxOverMeanTool.h:46
HIJetMaxOverMeanTool::HIJetMaxOverMeanTool
HIJetMaxOverMeanTool(const std::string &t)
Definition
HIJetMaxOverMeanTool.cxx:8
HIJetMaxOverMeanTool::decorate
virtual StatusCode decorate(const xAOD::JetContainer &jets) const override
Decorate a jet collection without otherwise modifying it.
Definition
HIJetMaxOverMeanTool.cxx:31
HIJetMaxOverMeanTool::initialize
virtual StatusCode initialize() override
Dummy implementation of the initialisation function.
Definition
HIJetMaxOverMeanTool.cxx:14
HIJetMaxOverMeanTool::m_jetContainerName
Gaudi::Property< std::string > m_jetContainerName
Definition
HIJetMaxOverMeanTool.h:48
IJetDecorator
Interface for adding a decoration to a jet container.
Definition
IJetDecorator.h:21
SG::WriteDecorHandleKey< xAOD::JetContainer >
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