ATLAS Offline Software
Loading...
Searching...
No Matches
METReaderAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3*/
4
5// METReaderAlg.h
6
7#ifndef METReaderAlg_H
8#define METReaderAlg_H
9
14
15
16namespace met {
48
49}
50
51#endif
defines an "iterator" over instances of a given type in StoreGateSvc
An algorithm that can be simultaneously executed in multiple threads.
Property holding a SG store/key/clid from which a ReadHandle is made.
SG::ReadHandleKey< xAOD::MissingETContainer > m_met_Truth
SG::ReadHandleKey< xAOD::MissingETContainer > m_met_LocHadTopo
~METReaderAlg()
Destructor:
SG::ReadHandleKey< xAOD::MissingETComponentMap > m_metMap_RefFinal
METReaderAlg(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
SG::ReadHandleKey< xAOD::MissingETContainer > m_met_RefFinal
SG::ReadHandleKey< xAOD::MissingETContainer > m_met_PFlow
virtual StatusCode finalize() override
METReaderAlg()
Default constructor:
SG::ReadHandleKey< xAOD::MissingETContainer > m_met_Track
virtual StatusCode execute(const EventContext &ctx) const override
SG::ReadHandleKey< xAOD::MissingETComponentMap > m_metMap_LocHadTopo
SG::ReadHandleKey< xAOD::MissingETContainer > m_met_TruthReg
virtual StatusCode initialize() override
Athena algorithm's Hooks.