ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArCalibTools
LArCalibTools
LArHVScaleCorr2Ntuple.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
#ifndef LArHVScaleCorr2Ntuple_H
6
#define LArHVScaleCorr2Ntuple_H
7
8
#include "
LArCalibTools/LArCond2NtupleBase.h
"
9
#include "
LArRecConditions/LArHVCorr.h
"
10
11
class
LArHVScaleCorr2Ntuple
:
public
LArCond2NtupleBase
12
{
13
public
:
14
LArHVScaleCorr2Ntuple
(
const
std::string & name, ISvcLocator * pSvcLocator);
15
~LArHVScaleCorr2Ntuple
()=
default
;
16
17
//standard algorithm methods
18
virtual
StatusCode
initialize
();
19
virtual
StatusCode
stop
();
20
private
:
21
22
SG::ReadCondHandleKey<ILArHVScaleCorr>
m_contKey
{
this
,
"ContainerKey"
,
"LArHVScaleCorr"
,
"Key for HVCorr"
};
23
StringProperty
m_ntuplePath
{
this
,
"NtuplePath"
,
"/NTUPLES/FILE1/HVSCALE"
,
"Ntuple name"
};
24
};
25
26
#endif
LArCond2NtupleBase.h
LArHVCorr.h
LArCond2NtupleBase::LArCond2NtupleBase
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
Definition
LArCond2NtupleBase.cxx:15
LArHVScaleCorr2Ntuple::LArHVScaleCorr2Ntuple
LArHVScaleCorr2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition
LArHVScaleCorr2Ntuple.cxx:9
LArHVScaleCorr2Ntuple::stop
virtual StatusCode stop()
Definition
LArHVScaleCorr2Ntuple.cxx:21
LArHVScaleCorr2Ntuple::~LArHVScaleCorr2Ntuple
~LArHVScaleCorr2Ntuple()=default
LArHVScaleCorr2Ntuple::m_ntuplePath
StringProperty m_ntuplePath
Definition
LArHVScaleCorr2Ntuple.h:23
LArHVScaleCorr2Ntuple::m_contKey
SG::ReadCondHandleKey< ILArHVScaleCorr > m_contKey
Definition
LArHVScaleCorr2Ntuple.h:22
LArHVScaleCorr2Ntuple::initialize
virtual StatusCode initialize()
Definition
LArHVScaleCorr2Ntuple.cxx:15
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
Generated on
for ATLAS Offline Software by
1.17.0