ATLAS Offline Software
ParticleLevelMissingETAlg.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 #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() 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
EL::AnaAlgorithm::AnaAlgorithm
AnaAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
constructor with parameters
Definition: AnaAlgorithm.cxx:40
AnaAlgorithm.h
CP::ParticleLevelMissingETAlg::m_metKey
SG::ReadHandleKey< xAOD::MissingETContainer > m_metKey
Definition: ParticleLevelMissingETAlg.h:26
EL::AnaAlgorithm
the (new) base class for EventLoop algorithms
Definition: AnaAlgorithm.h:73
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::execute
virtual StatusCode execute() final
Definition: ParticleLevelMissingETAlg.cxx:18
CP::ParticleLevelMissingETAlg::initialize
virtual StatusCode initialize() final
Definition: ParticleLevelMissingETAlg.cxx:11
ReadHandle.h
Handle class for reading from StoreGate.
CP::ParticleLevelMissingETAlg
Definition: ParticleLevelMissingETAlg.h:19
MissingETContainer.h