ATLAS Offline Software
Loading...
Searching...
No Matches
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
21 StatusCode initialize();
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(const std::string &name, ISvcLocator *pSvcLocator)
LArGainThresholds2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
SG::ReadCondHandleKey< LArFebConfig > m_configKey