Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
ParticleLevelMissingETAlg.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
6 
7 #ifndef TRUTH__PARTICLELEVEL_MISSINGET__ALG_H
8 #define TRUTH__PARTICLELEVEL_MISSINGET__ALG_H
9 
10 // Algorithm includes
14 
15 // Framework includes
17 
18 namespace CP {
20  public:
22  virtual StatusCode initialize() final;
23  virtual StatusCode execute(const EventContext &ctx) const final;
24 
25  private:
27  this, "met", "", "the name of the input MET container"};
28 };
29 
30 } // namespace CP
31 
32 #endif
SG::ReadHandleKey
Property holding a SG store/key/clid from which a ReadHandle is made.
Definition: StoreGate/StoreGate/ReadHandleKey.h:39
CP
Select isolated Photons, Electrons and Muons.
Definition: Control/xAODRootAccess/xAODRootAccess/TEvent.h:49
CP::ParticleLevelMissingETAlg::m_metKey
SG::ReadHandleKey< xAOD::MissingETContainer > m_metKey
Definition: ParticleLevelMissingETAlg.h:26
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
CP::ParticleLevelMissingETAlg::initialize
virtual StatusCode initialize() final
Definition: ParticleLevelMissingETAlg.cxx:11
CP::ParticleLevelMissingETAlg::execute
virtual StatusCode execute(const EventContext &ctx) const final
Definition: ParticleLevelMissingETAlg.cxx:18
ReadHandle.h
Handle class for reading from StoreGate.
EL::AnaReentrantAlgorithm::AnaReentrantAlgorithm
AnaReentrantAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Definition: AnaReentrantAlgorithm.cxx:29
EL::AnaReentrantAlgorithm
the base class for EventLoop reentrant algorithms
Definition: AnaReentrantAlgorithm.h:51
CP::ParticleLevelMissingETAlg
Definition: ParticleLevelMissingETAlg.h:19
AnaReentrantAlgorithm.h
MissingETContainer.h