ATLAS Offline Software
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
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
LArCond2NtupleBase.h
ATLAS_NOT_THREAD_SAFE
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
Definition: checker_macros.h:212
LArADC2MeV2Ntuple::m_ntName
std::string m_ntName
Definition: LArADC2MeV2Ntuple.h:28
PixelModuleFeMask_create_db.stop
int stop
Definition: PixelModuleFeMask_create_db.py:76
LArCond2NtupleBase::initialize
StatusCode initialize()
Definition: LArCond2NtupleBase.cxx:33
LArCond2NtupleBase
Definition: LArCond2NtupleBase.h:32
LArADC2MeV.h
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ReadCondHandleKey.h
LArCond2NtupleBase::LArCond2NtupleBase
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
Definition: LArCond2NtupleBase.cxx:15
LArADC2MeV2Ntuple::finalize
StatusCode finalize()
Definition: LArADC2MeV2Ntuple.h:24
LArADC2MeV2Ntuple
Definition: LArADC2MeV2Ntuple.h:16
SG::ReadCondHandleKey< LArADC2MeV >
checker_macros.h
Define macros for attributes used to control the static checker.