ATLAS Offline Software
Loading...
Searching...
No Matches
LAruA2MeV2Ntuple.h
Go to the documentation of this file.
1//Dear emacs, this is -*- c++ -*-
2
3/*
4 Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
5*/
6
7
17
18#ifndef LARUA2MEV2NTUPLE_H
19#define LARUA2MEV2NTUPLE_H
24
26{
27 public:
28 LAruA2MeV2Ntuple(const std::string & name, ISvcLocator * pSvcLocator);
30
31 //standard algorithm methods
32 StatusCode initialize();
33 virtual StatusCode stop();
34 StatusCode finalize(){return StatusCode::SUCCESS;}
35 private:
36 SG::ReadCondHandleKey<ILAruA2MeV> m_uA2MeVKey{this,"uA2MeVKey","LAruA2MeV"};
37 SG::ReadCondHandleKey<ILArDAC2uA> m_DAC2uAKey{this,"DAC2uAKey","LArDAC2uA"};
38
39};
40
41#endif
Property holding a SG store/key/clid from which a ReadHandle is made.
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
virtual StatusCode stop()
LAruA2MeV2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
StatusCode initialize()
SG::ReadCondHandleKey< ILAruA2MeV > m_uA2MeVKey
StatusCode finalize()
SG::ReadCondHandleKey< ILArDAC2uA > m_DAC2uAKey