ATLAS Offline Software
LArCalorimeter
LArCalibTools
LArCalibTools
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
18
#ifndef LARUA2MEV2NTUPLE_H
19
#define LARUA2MEV2NTUPLE_H
20
#include "
LArCalibTools/LArCond2NtupleBase.h
"
21
#include "
LArElecCalib/ILAruA2MeV.h
"
22
#include "
LArElecCalib/ILArDAC2uA.h
"
23
#include "
StoreGate/ReadHandleKey.h
"
24
25
class
LAruA2MeV2Ntuple
:
public
LArCond2NtupleBase
26
{
27
public
:
28
LAruA2MeV2Ntuple
(
const
std::string &
name
, ISvcLocator * pSvcLocator);
29
~LAruA2MeV2Ntuple
();
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
ReadHandleKey.h
Property holding a SG store/key/clid from which a ReadHandle is made.
ILArDAC2uA.h
ILAruA2MeV.h
LAruA2MeV2Ntuple::finalize
StatusCode finalize()
Definition:
LAruA2MeV2Ntuple.h:34
LArCond2NtupleBase.h
LAruA2MeV2Ntuple::m_uA2MeVKey
SG::ReadCondHandleKey< ILAruA2MeV > m_uA2MeVKey
Definition:
LAruA2MeV2Ntuple.h:36
LAruA2MeV2Ntuple::stop
virtual StatusCode stop()
Definition:
LAruA2MeV2Ntuple.cxx:32
LArCond2NtupleBase
Definition:
LArCond2NtupleBase.h:32
LAruA2MeV2Ntuple::initialize
StatusCode initialize()
Definition:
LAruA2MeV2Ntuple.cxx:18
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LAruA2MeV2Ntuple
This algrithm produces a column-wise NTuple out of a LAruA2MeVDB.
Definition:
LAruA2MeV2Ntuple.h:26
LAruA2MeV2Ntuple::~LAruA2MeV2Ntuple
~LAruA2MeV2Ntuple()
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
SG::ReadCondHandleKey< ILAruA2MeV >
LAruA2MeV2Ntuple::m_DAC2uAKey
SG::ReadCondHandleKey< ILArDAC2uA > m_DAC2uAKey
Definition:
LAruA2MeV2Ntuple.h:37
LAruA2MeV2Ntuple::LAruA2MeV2Ntuple
LAruA2MeV2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
LAruA2MeV2Ntuple.cxx:12
Generated on Sun Dec 22 2024 21:13:49 for ATLAS Offline Software by
1.8.18