ATLAS Offline Software
LArRinj2Ntuple.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
6 #ifndef LArRINJ2NTUPLE_H
7 #define LArRINJ2NTUPLE_H
8 
10 
11 
13 {
14  public:
15  LArRinj2Ntuple(const std::string & name, ISvcLocator * pSvcLocator);
17 
18  //standard algorithm methods
19  virtual StatusCode stop();
20  StatusCode finalize(){return StatusCode::SUCCESS;}
21  private:
22 
23  std::string m_contKey;
24 };
25 
26 #endif
LArCond2NtupleBase.h
LArRinj2Ntuple::m_contKey
std::string m_contKey
Definition: LArRinj2Ntuple.h:23
LArCond2NtupleBase
Definition: LArCond2NtupleBase.h:32
LArRinj2Ntuple
Definition: LArRinj2Ntuple.h:13
LArRinj2Ntuple::finalize
StatusCode finalize()
Definition: LArRinj2Ntuple.h:20
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArRinj2Ntuple::~LArRinj2Ntuple
~LArRinj2Ntuple()
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
LArRinj2Ntuple::LArRinj2Ntuple
LArRinj2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition: LArRinj2Ntuple.cxx:11
LArRinj2Ntuple::stop
virtual StatusCode stop()
Definition: LArRinj2Ntuple.cxx:22