ATLAS Offline Software
Loading...
Searching...
No Matches
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
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
LArHVScaleCorr2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
~LArHVScaleCorr2Ntuple()=default
SG::ReadCondHandleKey< ILArHVScaleCorr > m_contKey
virtual StatusCode initialize()