ATLAS Offline Software
LArCalorimeter
LArCalibTools
LArCalibTools
LArAutoCorr2Ntuple.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2021 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
/********************************************************************
6
7
NAME: LArAutoCorr2Ntuple.h
8
PACKAGE: offline/LArCalorimeter/LArCalibUtils
9
10
AUTHORS: M. AHARROUCHE
11
CREATED: Mar. 21, 2004
12
13
PURPOSE: Create a column-wise ntuple
14
15
********************************************************************/
16
#ifndef LARAUTOCORR2NTUPLE_H
17
#define LARAUTOCORR2NTUPLE_H
18
#include "
LArCalibTools/LArCond2NtupleBase.h
"
19
#include "
LArElecCalib/ILArAutoCorr.h
"
20
21
class
LArAutoCorr2Ntuple
:
public
LArCond2NtupleBase
22
{
23
public
:
24
LArAutoCorr2Ntuple
(
const
std::string &
name
, ISvcLocator * pSvcLocator);
25
~LArAutoCorr2Ntuple
();
26
27
//standard algorithm methods
28
virtual
StatusCode
stop
();
29
virtual
StatusCode
initialize
();
30
StatusCode
finalize
(){
return
StatusCode::SUCCESS;}
31
32
private
:
33
34
// Key of the AutocorrComplete object
35
SG::ReadCondHandleKey<ILArAutoCorr>
m_objKey
{
this
,
"ContainerKey"
,
""
};
36
37
// Number of samples
38
unsigned
m_nsamples
;
39
40
};
41
42
#endif
LArAutoCorr2Ntuple::m_nsamples
unsigned m_nsamples
Definition:
LArAutoCorr2Ntuple.h:48
LArCond2NtupleBase.h
LArAutoCorr2Ntuple::stop
virtual StatusCode stop()
Definition:
LArAutoCorr2Ntuple.cxx:29
LArAutoCorr2Ntuple::finalize
StatusCode finalize()
Definition:
LArAutoCorr2Ntuple.h:40
LArCond2NtupleBase
Definition:
LArCond2NtupleBase.h:32
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
LArAutoCorr2Ntuple::initialize
virtual StatusCode initialize()
Definition:
LArAutoCorr2Ntuple.cxx:21
LArAutoCorr2Ntuple::LArAutoCorr2Ntuple
LArAutoCorr2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
LArAutoCorr2Ntuple.cxx:11
LArAutoCorr2Ntuple
Definition:
LArAutoCorr2Ntuple.h:22
LArAutoCorr2Ntuple::m_objKey
SG::ReadCondHandleKey< ILArAutoCorr > m_objKey
Definition:
LArAutoCorr2Ntuple.h:45
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
SG::ReadCondHandleKey< ILArAutoCorr >
LArAutoCorr2Ntuple::~LArAutoCorr2Ntuple
~LArAutoCorr2Ntuple()
ILArAutoCorr.h
Generated on Thu Nov 7 2024 21:19:13 for ATLAS Offline Software by
1.8.18