ATLAS Offline Software
LArCalorimeter
LArCalibTools
LArCalibTools
LArPedestals2Ntuple.h
Go to the documentation of this file.
1
//Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
19
#ifndef LARPEDESTALS2NTUPLE_H
20
#define LARPEDESTALS2NTUPLE_H
21
22
#include "
LArCalibTools/LArCond2NtupleBase.h
"
23
#include "
StoreGate/ReadCondHandleKey.h
"
24
#include "
LArElecCalib/ILArPedestal.h
"
25
26
class
LArPedestals2Ntuple
:
public
LArCond2NtupleBase
27
{
28
public
:
29
LArPedestals2Ntuple
(
const
std::string &
name
, ISvcLocator * pSvcLocator);
30
~LArPedestals2Ntuple
();
31
32
//standard algorithm methods
33
virtual
StatusCode
stop
();
34
StatusCode
initialize
();
35
StatusCode
finalize
(){
return
StatusCode::SUCCESS;}
36
private
:
37
38
SG::ReadCondHandleKey<ILArPedestal>
m_pedKey
;
39
};
40
41
#endif
LArPedestals2Ntuple::~LArPedestals2Ntuple
~LArPedestals2Ntuple()
LArPedestals2Ntuple::LArPedestals2Ntuple
LArPedestals2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
LArPedestals2Ntuple.cxx:10
LArPedestals2Ntuple::m_pedKey
SG::ReadCondHandleKey< ILArPedestal > m_pedKey
Definition:
LArPedestals2Ntuple.h:38
LArCond2NtupleBase.h
LArPedestals2Ntuple::finalize
StatusCode finalize()
Definition:
LArPedestals2Ntuple.h:35
LArCond2NtupleBase
Definition:
LArCond2NtupleBase.h:32
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArPedestals2Ntuple::stop
virtual StatusCode stop()
Definition:
LArPedestals2Ntuple.cxx:28
ReadCondHandleKey.h
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
LArPedestals2Ntuple
This algrithm produces a column-wise NTuple out of a LArPedestalDB.
Definition:
LArPedestals2Ntuple.h:27
SG::ReadCondHandleKey< ILArPedestal >
LArPedestals2Ntuple::initialize
StatusCode initialize()
Definition:
LArPedestals2Ntuple.cxx:23
ILArPedestal.h
Generated on Thu Nov 7 2024 21:19:50 for ATLAS Offline Software by
1.8.18