ATLAS Offline Software
Loading...
Searching...
No Matches
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
18
19namespace CP
20{
22
23 class MetBuilderAlg final : public EL::AnaAlgorithm
24 {
26 public:
28 StatusCode initialize () override;
29 StatusCode execute () override;
30
31
32
34 private:
36
38 private:
40 this, "met", "MissingET_%SYS%", "the met collection we run on"};
41
43 private:
44 Gaudi::Property<std::string> m_finalKey {this, "finalKey", "Final", "the key for the final met term"};
45
47 private:
48 Gaudi::Property<std::string> m_softTerm {this, "softTerm", "PVSoftTrk", "the key for the soft term"};
49 };
50}
51
52#endif
an algorithm for calling IMetCalibrationAndSmearingTool
StatusCode execute() override
Gaudi::Property< std::string > m_finalKey
the key for the final met term
StatusCode initialize() override
Gaudi::Property< std::string > m_softTerm
the key for the soft term
SysCopyHandle< xAOD::MissingETContainer > m_metHandle
the met collection we run on
SysListHandle m_systematicsList
the systematics list we run
a systematics data handle that will either copy the input object or act like an update handle
a class managing the property to configure the list of systematics to process
the (new) base class for EventLoop algorithms
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Select isolated Photons, Electrons and Muons.