ATLAS Offline Software
Loading...
Searching...
No Matches
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
18namespace 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
Property holding a SG store/key/clid from which a ReadHandle is made.
Handle class for reading from StoreGate.
virtual StatusCode execute(const EventContext &ctx) const final
SG::ReadHandleKey< xAOD::MissingETContainer > m_metKey
the base class for EventLoop reentrant algorithms
AnaReentrantAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Property holding a SG store/key/clid from which a ReadHandle is made.
Select isolated Photons, Electrons and Muons.