ATLAS Offline Software
Loading...
Searching...
No Matches
LArCalorimeter
LArCalibTools
LArCalibTools
LArfSampl2Ntuple.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
#ifndef LARFSAMPL2NTUPLE_H
6
#define LARFSAMPL2NTUPLE_H
7
8
#include "
LArCalibTools/LArCond2NtupleBase.h
"
9
#include "
LArElecCalib/ILArfSampl.h
"
10
#include "
StoreGate/ReadCondHandleKey.h
"
11
class
LArfSampl2Ntuple
:
public
LArCond2NtupleBase
12
{
13
public
:
14
LArfSampl2Ntuple
(
const
std::string & name, ISvcLocator * pSvcLocator);
15
~LArfSampl2Ntuple
();
16
17
//standard algorithm methods
18
StatusCode
initialize
();
19
virtual
StatusCode
stop
();
20
StatusCode
finalize
(){
return
StatusCode::SUCCESS;}
21
private
:
22
SG::ReadCondHandleKey<ILArfSampl>
m_contKey
{
this
,
"ContainerKey"
,
"LArfSamplSym"
};
23
24
};
25
26
#endif
ILArfSampl.h
LArCond2NtupleBase.h
ReadCondHandleKey.h
LArCond2NtupleBase::LArCond2NtupleBase
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
Definition
LArCond2NtupleBase.cxx:15
LArfSampl2Ntuple::initialize
StatusCode initialize()
Definition
LArfSampl2Ntuple.cxx:20
LArfSampl2Ntuple::stop
virtual StatusCode stop()
Definition
LArfSampl2Ntuple.cxx:25
LArfSampl2Ntuple::~LArfSampl2Ntuple
~LArfSampl2Ntuple()
LArfSampl2Ntuple::finalize
StatusCode finalize()
Definition
LArfSampl2Ntuple.h:20
LArfSampl2Ntuple::m_contKey
SG::ReadCondHandleKey< ILArfSampl > m_contKey
Definition
LArfSampl2Ntuple.h:22
LArfSampl2Ntuple::LArfSampl2Ntuple
LArfSampl2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition
LArfSampl2Ntuple.cxx:10
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
Generated on
for ATLAS Offline Software by
1.14.0