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
17
18namespace CP
19{
21
22 class MetBuilderAlg final : public EL::AnaAlgorithm
23 {
25 public:
27 StatusCode initialize () override;
28 StatusCode execute () override;
29
30
31
33 private:
35
37 private:
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
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.