ATLAS Offline Software
LArMphysOverMcal2Ntuple.h
Go to the documentation of this file.
1 //Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 
19 #ifndef LARMPHYSOVERMCAL2NTUPLE_H
20 #define LARMPHYSOVERMCAL2NTUPLE_H
21 
24 
26 {
27  public:
28  LArMphysOverMcal2Ntuple(const std::string & name, ISvcLocator * pSvcLocator);
30 
32 
33  //standard algorithm methods
34  virtual StatusCode stop();
35  StatusCode finalize(){return StatusCode::SUCCESS;}
36  private:
37  SG::ReadCondHandleKey<ILArMphysOverMcal> m_contKey{this,"ContainerKey","LArMphysOverMcal"};
38 
39 };
40 
41 #endif
LArMphysOverMcal2Ntuple::LArMphysOverMcal2Ntuple
LArMphysOverMcal2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition: LArMphysOverMcal2Ntuple.cxx:12
LArCond2NtupleBase.h
LArMphysOverMcal2Ntuple
This algrithm produces a column-wise NTuple out of a LArMphysOverMcalDB.
Definition: LArMphysOverMcal2Ntuple.h:26
LArMphysOverMcal2Ntuple::stop
virtual StatusCode stop()
Definition: LArMphysOverMcal2Ntuple.cxx:28
LArCond2NtupleBase
Definition: LArCond2NtupleBase.h:32
ILArMphysOverMcal.h
LArMphysOverMcal2Ntuple::finalize
StatusCode finalize()
Definition: LArMphysOverMcal2Ntuple.h:35
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArMphysOverMcal2Ntuple::m_contKey
SG::ReadCondHandleKey< ILArMphysOverMcal > m_contKey
Definition: LArMphysOverMcal2Ntuple.h:37
LArMphysOverMcal2Ntuple::initialize
StatusCode initialize()
Definition: LArMphysOverMcal2Ntuple.cxx:22
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
LArMphysOverMcal2Ntuple::~LArMphysOverMcal2Ntuple
~LArMphysOverMcal2Ntuple()
SG::ReadCondHandleKey< ILArMphysOverMcal >