ATLAS Offline Software
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
LArCond2NtupleBase.h
LArfSampl2Ntuple::~LArfSampl2Ntuple
~LArfSampl2Ntuple()
LArCond2NtupleBase
Definition:
LArCond2NtupleBase.h:32
LArfSampl2Ntuple::finalize
StatusCode finalize()
Definition:
LArfSampl2Ntuple.h:20
LArfSampl2Ntuple::stop
virtual StatusCode stop()
Definition:
LArfSampl2Ntuple.cxx:25
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
ReadCondHandleKey.h
LArfSampl2Ntuple
Definition:
LArfSampl2Ntuple.h:12
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:228
LArfSampl2Ntuple::LArfSampl2Ntuple
LArfSampl2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
LArfSampl2Ntuple.cxx:10
SG::ReadCondHandleKey< ILArfSampl >
LArfSampl2Ntuple::initialize
StatusCode initialize()
Definition:
LArfSampl2Ntuple.cxx:20
LArfSampl2Ntuple::m_contKey
SG::ReadCondHandleKey< ILArfSampl > m_contKey
Definition:
LArfSampl2Ntuple.h:22
ILArfSampl.h
Generated on Sun Dec 22 2024 21:13:28 for ATLAS Offline Software by
1.8.18