ATLAS Offline Software
Loading...
Searching...
No Matches
LArADC2MeV2Ntuple.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
8#ifndef LARCALIBTOOLS_ADC2MEV2NTUPLE
9#define LARCALIBTOOLS_ADC2MEV2NTUPLE
14
16{
17 public:
18
20
21 //standard algorithm methods
22 StatusCode initialize();
23 virtual StatusCode stop();
24 StatusCode finalize(){return StatusCode::SUCCESS;}
25
26 private:
27 SG::ReadCondHandleKey<LArADC2MeV> m_adc2MeVKey{this,"LArADC2MeVKey","LArADC2MeV","SG key of the resulting LArADC2MeV object"};
28 std::string m_ntName;
29
30};
31
32#endif
Define macros for attributes used to control the static checker.
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
virtual StatusCode stop()
SG::ReadCondHandleKey< LArADC2MeV > m_adc2MeVKey
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)