|
ATLAS Offline Software
|
Go to the documentation of this file.
8 #ifndef CALOCONDPHYSALGS_CALONOISE2NTUPLE_H
9 #define CALOCONDPHYSALGS_CALONOISE2NTUPLE_H
16 #include "GaudiKernel/ToolHandle.h"
21 #include "GaudiKernel/ITHistSvc.h"
56 {
this,
"TotalNoiseKey",
"totalNoise",
"SG key for total noise" };
58 {
this,
"ElecNoiseKey",
"electronicNoise",
"SG key for electronic noise" };
60 {
this,
"PileupNoiseKey",
"pileupNoise",
"SG key for pileup noise" };
62 {
this,
"CaloDetDescrManager",
"CaloDetDescrManager",
"SG Key for CaloDetDescrManager in the Condition Store" };
SG::ReadCondHandleKey< CaloNoise > m_elecNoiseKey
Definition of CaloDetDescrManager.
SG::ReadCondHandleKey< CaloNoise > m_totalNoiseKey
const CaloCell_ID * m_calo_id
::StatusCode StatusCode
StatusCode definition for legacy code.
ServiceHandle< ITHistSvc > m_thistSvc
virtual StatusCode execute() override
standard Athena-Algorithm method
Helper class for offline cell identifiers.
virtual StatusCode initialize() override
standard Athena-Algorithm method
virtual StatusCode finalize() override
standard Athena-Algorithm method
virtual ~CaloNoise2Ntuple()
Default Destructor.
SG::ReadCondHandleKey< CaloNoise > m_pileupNoiseKey
virtual StatusCode stop() override
standard Athena-Algorithm method
CaloNoise2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Standard Athena-Algorithm Constructor.
SG::ReadCondHandleKey< CaloDetDescrManager > m_caloMgrKey