ATLAS Offline Software
LArCalorimeter
LArCalibTools
LArCalibTools
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
10
#include "
LArCalibTools/LArCond2NtupleBase.h
"
11
#include "
StoreGate/ReadCondHandleKey.h
"
12
#include "
LArRawConditions/LArADC2MeV.h
"
13
#include "
CxxUtils/checker_macros.h
"
14
15
class
ATLAS_NOT_THREAD_SAFE
LArADC2MeV2Ntuple
:
public
LArCond2NtupleBase
16
{
17
public
:
18
19
using
LArCond2NtupleBase::LArCond2NtupleBase
;
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
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.
Generated on Fri Jan 10 2025 21:12:57 for ATLAS Offline Software by
1.8.18