ATLAS Offline Software
PhysicsAnalysis
Algorithms
TruthParticleLevelAnalysisAlgorithms
TruthParticleLevelAnalysisAlgorithms
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
11
#include <
AnaAlgorithm/AnaAlgorithm.h
>
12
#include <
AsgDataHandles/ReadHandle.h
>
13
#include <
AsgDataHandles/ReadHandleKey.h
>
14
15
// Framework includes
16
#include <
xAODMissingET/MissingETContainer.h
>
17
18
namespace
CP
{
19
class
ParticleLevelMissingETAlg
:
public
EL::AnaAlgorithm
{
20
public
:
21
using
EL::AnaAlgorithm::AnaAlgorithm
;
22
virtual
StatusCode
initialize
()
final
;
23
virtual
StatusCode
execute
()
final
;
24
25
private
:
26
SG::ReadHandleKey<xAOD::MissingETContainer>
m_metKey
{
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
Generated on Fri Jan 10 2025 21:15:42 for ATLAS Offline Software by
1.8.18