ATLAS Offline Software
LArfSampl2Ntuple.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 #ifndef LARFSAMPL2NTUPLE_H
6 #define LARFSAMPL2NTUPLE_H
7 
12 {
13  public:
14  LArfSampl2Ntuple(const std::string & name, ISvcLocator * pSvcLocator);
16 
17  //standard algorithm methods
19  virtual StatusCode stop();
20  StatusCode finalize(){return StatusCode::SUCCESS;}
21  private:
22  SG::ReadCondHandleKey<ILArfSampl> m_contKey{this,"ContainerKey","LArfSamplSym"};
23 
24 };
25 
26 #endif
LArCond2NtupleBase.h
LArfSampl2Ntuple::~LArfSampl2Ntuple
~LArfSampl2Ntuple()
LArCond2NtupleBase
Definition: LArCond2NtupleBase.h:32
LArfSampl2Ntuple::finalize
StatusCode finalize()
Definition: LArfSampl2Ntuple.h:20
LArfSampl2Ntuple::stop
virtual StatusCode stop()
Definition: LArfSampl2Ntuple.cxx:25
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ReadCondHandleKey.h
LArfSampl2Ntuple
Definition: LArfSampl2Ntuple.h:12
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
LArfSampl2Ntuple::LArfSampl2Ntuple
LArfSampl2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition: LArfSampl2Ntuple.cxx:10
SG::ReadCondHandleKey< ILArfSampl >
LArfSampl2Ntuple::initialize
StatusCode initialize()
Definition: LArfSampl2Ntuple.cxx:20
LArfSampl2Ntuple::m_contKey
SG::ReadCondHandleKey< ILArfSampl > m_contKey
Definition: LArfSampl2Ntuple.h:22
ILArfSampl.h