ATLAS Offline Software
LArGainThresholds2Ntuple.h
Go to the documentation of this file.
1 //Dear emacs, this is -*- c++ -*-
2 
3 /*
4  Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 
8 #ifndef LARGAINTHRESHOLDS2NTUPLE
9 #define LARGAINTHRESHOLDS2NTUPLE
13 
15 {
16  public:
17  LArGainThresholds2Ntuple(const std::string & name, ISvcLocator * pSvcLocator);
19 
20  //standard algorithm methods
22  StatusCode finalize(){return StatusCode::SUCCESS;}
23  StatusCode stop();
24  private:
25 
26  SG::ReadCondHandleKey<LArFebConfig> m_configKey{this, "inputKey","LArFebConfig", "Input key for FEB config object"};
27 
28 };
29 
30 #endif
LArCond2NtupleBase.h
LArGainThresholds2Ntuple::finalize
StatusCode finalize()
Definition: LArGainThresholds2Ntuple.h:22
LArCond2NtupleBase
Definition: LArCond2NtupleBase.h:32
LArGainThresholds2Ntuple
Definition: LArGainThresholds2Ntuple.h:15
LArGainThresholds2Ntuple::m_configKey
SG::ReadCondHandleKey< LArFebConfig > m_configKey
Definition: LArGainThresholds2Ntuple.h:26
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:195
LArGainThresholds2Ntuple::initialize
StatusCode initialize()
Definition: LArGainThresholds2Ntuple.cxx:16
SG::ReadCondHandleKey< LArFebConfig >
LArFebConfig.h
LArGainThresholds2Ntuple::LArGainThresholds2Ntuple
LArGainThresholds2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition: LArGainThresholds2Ntuple.cxx:8
LArGainThresholds2Ntuple::~LArGainThresholds2Ntuple
~LArGainThresholds2Ntuple()
LArGainThresholds2Ntuple::stop
StatusCode stop()
Definition: LArGainThresholds2Ntuple.cxx:26