Loading [MathJax]/extensions/tex2jax.js
ATLAS Offline Software
All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Modules Pages
LArRinj2Ntuple.h
Go to the documentation of this file.
1 /*
2  Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3 */
4 
5 
6 #ifndef LArRINJ2NTUPLE_H
7 #define LArRINJ2NTUPLE_H
8 
12 
13 
15 {
16  public:
17  LArRinj2Ntuple(const std::string & name, ISvcLocator * pSvcLocator);
18 
19  //standard algorithm methods
20  virtual StatusCode stop() override;
21 
22  private:
24 };
25 
26 #endif
LArCond2NtupleBase.h
LArRinj2Ntuple::stop
virtual StatusCode stop() override
Definition: LArRinj2Ntuple.cxx:16
LArRinj2Ntuple::m_contKey
SG::ReadCondHandleKey< LArRinjComplete > m_contKey
Definition: LArRinj2Ntuple.h:23
LArCond2NtupleBase
Definition: LArCond2NtupleBase.h:32
LArRinj2Ntuple
Definition: LArRinj2Ntuple.h:15
LArRinjComplete.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ReadCondHandleKey.h
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:228
SG::ReadCondHandleKey< LArRinjComplete >
LArRinj2Ntuple::LArRinj2Ntuple
LArRinj2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition: LArRinj2Ntuple.cxx:9