ATLAS Offline Software
Loading...
Searching...
No Matches
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
18
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
ILArPedestal.h
LArCond2NtupleBase.h
ReadCondHandleKey.h
LArCond2NtupleBase::LArCond2NtupleBase
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
Definition
LArCond2NtupleBase.cxx:15
LArPedestals2Ntuple::initialize
StatusCode initialize()
Definition
LArPedestals2Ntuple.cxx:23
LArPedestals2Ntuple::LArPedestals2Ntuple
LArPedestals2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition
LArPedestals2Ntuple.cxx:10
LArPedestals2Ntuple::stop
virtual StatusCode stop()
Definition
LArPedestals2Ntuple.cxx:28
LArPedestals2Ntuple::~LArPedestals2Ntuple
~LArPedestals2Ntuple()
LArPedestals2Ntuple::m_pedKey
SG::ReadCondHandleKey< ILArPedestal > m_pedKey
Definition
LArPedestals2Ntuple.h:38
LArPedestals2Ntuple::finalize
StatusCode finalize()
Definition
LArPedestals2Ntuple.h:35
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
Generated on
for ATLAS Offline Software by
1.14.0