ATLAS Offline Software
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 
10 
12 {
13  public:
14  LArHVScaleCorr2Ntuple(const std::string & name, ISvcLocator * pSvcLocator);
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
LArHVScaleCorr2Ntuple::initialize
virtual StatusCode initialize()
Definition: LArHVScaleCorr2Ntuple.cxx:15
LArHVScaleCorr2Ntuple::m_contKey
SG::ReadCondHandleKey< ILArHVScaleCorr > m_contKey
Definition: LArHVScaleCorr2Ntuple.h:22
LArCond2NtupleBase.h
LArHVScaleCorr2Ntuple::LArHVScaleCorr2Ntuple
LArHVScaleCorr2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition: LArHVScaleCorr2Ntuple.cxx:9
LArHVScaleCorr2Ntuple::stop
virtual StatusCode stop()
Definition: LArHVScaleCorr2Ntuple.cxx:21
LArHVScaleCorr2Ntuple
Definition: LArHVScaleCorr2Ntuple.h:12
LArHVScaleCorr2Ntuple::m_ntuplePath
StringProperty m_ntuplePath
Definition: LArHVScaleCorr2Ntuple.h:23
LArHVCorr.h
LArCond2NtupleBase
Definition: LArCond2NtupleBase.h:32
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArHVScaleCorr2Ntuple::~LArHVScaleCorr2Ntuple
~LArHVScaleCorr2Ntuple()=default
name
std::string name
Definition: Control/AthContainers/Root/debug.cxx:195
SG::ReadCondHandleKey< ILArHVScaleCorr >