ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
PhysicsAnalysis
Algorithms
MetAnalysisAlgorithms
MetAnalysisAlgorithms
MetBuilderAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3
*/
4
6
7
8
9
#ifndef MET_ANALYSIS_ALGORITHMS__MET_BUILDER_ALG_H
10
#define MET_ANALYSIS_ALGORITHMS__MET_BUILDER_ALG_H
11
12
#include <
AnaAlgorithm/AnaAlgorithm.h
>
13
#include <
SystematicsHandles/SysCopyHandle.h
>
14
#include <
SystematicsHandles/SysListHandle.h
>
15
#include <
xAODMissingET/MissingETContainer.h
>
16
#include <
AsgTools/PropertyWrapper.h
>
17
18
namespace
CP
19
{
21
22
class
MetBuilderAlg
final :
public
EL::AnaAlgorithm
23
{
25
public
:
26
using
EL::AnaAlgorithm::AnaAlgorithm
;
27
StatusCode
initialize
()
override
;
28
StatusCode
execute
(
const
EventContext& ctx)
override
;
29
30
31
33
private
:
34
SysListHandle
m_systematicsList
{
this
};
35
37
private
:
38
SysCopyHandle<xAOD::MissingETContainer>
m_metHandle
{
39
this
,
"met"
,
"MissingET_%SYS%"
,
"the met collection we run on"
};
40
42
private
:
43
Gaudi::Property<std::string>
m_finalKey
{
this
,
"finalKey"
,
"Final"
,
"the key for the final met term"
};
44
46
private
:
47
Gaudi::Property<std::string>
m_softTerm
{
this
,
"softTerm"
,
"PVSoftTrk"
,
"the key for the soft term"
};
48
};
49
}
50
51
#endif
AnaAlgorithm.h
MissingETContainer.h
PropertyWrapper.h
SysCopyHandle.h
SysListHandle.h
CP::MetBuilderAlg
an algorithm for calling IMetCalibrationAndSmearingTool
Definition
MetBuilderAlg.h:23
CP::MetBuilderAlg::m_finalKey
Gaudi::Property< std::string > m_finalKey
the key for the final met term
Definition
MetBuilderAlg.h:43
CP::MetBuilderAlg::initialize
StatusCode initialize() override
Definition
MetBuilderAlg.cxx:29
CP::MetBuilderAlg::m_softTerm
Gaudi::Property< std::string > m_softTerm
the key for the soft term
Definition
MetBuilderAlg.h:47
CP::MetBuilderAlg::m_metHandle
SysCopyHandle< xAOD::MissingETContainer > m_metHandle
the met collection we run on
Definition
MetBuilderAlg.h:38
CP::MetBuilderAlg::m_systematicsList
SysListHandle m_systematicsList
the systematics list we run
Definition
MetBuilderAlg.h:34
CP::SysCopyHandle
a systematics data handle that will either copy the input object or act like an update handle
Definition
SysCopyHandle.h:65
CP::SysListHandle
a class managing the property to configure the list of systematics to process
Definition
SysListHandle.h:33
EL::AnaAlgorithm
the (new) base class for EventLoop algorithms
Definition
AnaAlgorithm.h:74
EL::AnaAlgorithm::AnaAlgorithm
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Definition
AnaAlgorithm.cxx:40
EL::AnaAlgorithm::execute
virtual::StatusCode execute()
execute this algorithm
Definition
AnaAlgorithm.cxx:315
CP
Select isolated Photons, Electrons and Muons.
Definition
Control/xAODRootAccess/xAODRootAccess/TEvent.h:27
Generated on
for ATLAS Offline Software by
1.17.0