ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArCalibTools
LArCalibTools
LArMphysOverMcal2Ntuple.h
Go to the documentation of this file.
1
//Dear emacs, this is -*- c++ -*-
2
3
/*
4
Copyright (C) 2002-2023 CERN for the benefit of the ATLAS collaboration
5
*/
6
7
18
19
#ifndef LARMPHYSOVERMCAL2NTUPLE_H
20
#define LARMPHYSOVERMCAL2NTUPLE_H
21
22
#include "
LArCalibTools/LArCond2NtupleBase.h
"
23
#include "
LArElecCalib/ILArMphysOverMcal.h
"
24
25
class
LArMphysOverMcal2Ntuple
:
public
LArCond2NtupleBase
26
{
27
public
:
28
LArMphysOverMcal2Ntuple
(
const
std::string & name, ISvcLocator * pSvcLocator);
29
~LArMphysOverMcal2Ntuple
();
30
31
StatusCode
initialize
();
32
33
//standard algorithm methods
34
virtual
StatusCode
stop
();
35
StatusCode
finalize
(){
return
StatusCode::SUCCESS;}
36
private
:
37
SG::ReadCondHandleKey<ILArMphysOverMcal>
m_contKey
{
this
,
"ContainerKey"
,
"LArMphysOverMcal"
};
38
39
};
40
41
#endif
ILArMphysOverMcal.h
LArCond2NtupleBase.h
LArCond2NtupleBase::LArCond2NtupleBase
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
Definition
LArCond2NtupleBase.cxx:15
LArMphysOverMcal2Ntuple::LArMphysOverMcal2Ntuple
LArMphysOverMcal2Ntuple(const std::string &name, ISvcLocator *pSvcLocator)
Definition
LArMphysOverMcal2Ntuple.cxx:12
LArMphysOverMcal2Ntuple::stop
virtual StatusCode stop()
Definition
LArMphysOverMcal2Ntuple.cxx:28
LArMphysOverMcal2Ntuple::m_contKey
SG::ReadCondHandleKey< ILArMphysOverMcal > m_contKey
Definition
LArMphysOverMcal2Ntuple.h:37
LArMphysOverMcal2Ntuple::finalize
StatusCode finalize()
Definition
LArMphysOverMcal2Ntuple.h:35
LArMphysOverMcal2Ntuple::initialize
StatusCode initialize()
Definition
LArMphysOverMcal2Ntuple.cxx:22
LArMphysOverMcal2Ntuple::~LArMphysOverMcal2Ntuple
~LArMphysOverMcal2Ntuple()
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
Generated on
for ATLAS Offline Software by
1.17.0