ATLAS Offline Software
LArCalorimeter
LArCalibTools
LArCalibTools
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
9
#include "
LArCalibTools/LArCond2NtupleBase.h
"
10
#include "
LArRawConditions/LArRinjComplete.h
"
11
12
13
class
LArRinj2Ntuple
:
public
LArCond2NtupleBase
14
{
15
public
:
16
LArRinj2Ntuple
(
const
std::string &
name
, ISvcLocator * pSvcLocator);
17
18
//standard algorithm methods
19
virtual
StatusCode
stop
();
20
virtual
StatusCode
initialize
();
21
StatusCode
finalize
(){
return
StatusCode::SUCCESS;}
22
private
:
23
24
SG::ReadCondHandleKey<LArRinjComplete>
m_contKey
{
this
,
"ContainerKey"
,
""
};
25
};
26
27
#endif
LArRinj2Ntuple::initialize
virtual StatusCode initialize()
Definition:
LArRinj2Ntuple.cxx:16
LArCond2NtupleBase.h
LArRinj2Ntuple::m_contKey
SG::ReadCondHandleKey< LArRinjComplete > m_contKey
Definition:
LArRinj2Ntuple.h:24
LArCond2NtupleBase
Definition:
LArCond2NtupleBase.h:32
LArRinj2Ntuple
Definition:
LArRinj2Ntuple.h:14
LArRinj2Ntuple::finalize
StatusCode finalize()
Definition:
LArRinj2Ntuple.h:21
LArRinjComplete.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:240
SG::ReadCondHandleKey< LArRinjComplete >
LArRinj2Ntuple::LArRinj2Ntuple
LArRinj2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
LArRinj2Ntuple.cxx:9
LArRinj2Ntuple::stop
virtual StatusCode stop()
Definition:
LArRinj2Ntuple.cxx:21
Generated on Wed Sep 3 2025 21:13:47 for ATLAS Offline Software by
1.8.18