ATLAS Offline Software
Loading...
Searching...
No Matches
LArCalorimeter
LArCalibTools
LArCalibTools
LArOFCBinAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2019 CERN for the benefit of the ATLAS collaboration
3
*/
4
5
// Dear emacs, this is -*-c++-*-
6
#ifndef LAROFCBINALG_H
7
#define LAROFCBINALG_H
8
9
#include "
AthenaBaseComps/AthAlgorithm.h
"
10
#include "
LArCalibTools/LArCond2NtupleBase.h
"
11
#include "
LArCabling/LArOnOffIdMapping.h
"
12
13
class
LArOFCBinAlg
:
public
LArCond2NtupleBase
{
14
15
public
:
16
17
LArOFCBinAlg
(
const
std::string & name, ISvcLocator * pSvcLocator);
18
19
virtual
~LArOFCBinAlg
();
20
21
StatusCode
initialize
();
22
StatusCode
execute
();
// {return StatusCode::SUCCESS;}
23
// StatusCode stop(); //<< Do the work here
24
StatusCode
finalize
() {
return
StatusCode::SUCCESS;}
25
26
27
private
:
28
std::string
m_inputContainer
;
29
std::string
m_outputContainer
;
30
std::string
m_fileName
;
31
32
bool
m_perFebMG
;
33
bool
m_perFeb
;
34
35
36
};
37
38
39
#endif
AthAlgorithm.h
LArCond2NtupleBase.h
LArOnOffIdMapping.h
LArCond2NtupleBase::LArCond2NtupleBase
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
Definition
LArCond2NtupleBase.cxx:15
LArOFCBinAlg::m_perFeb
bool m_perFeb
Definition
LArOFCBinAlg.h:33
LArOFCBinAlg::m_fileName
std::string m_fileName
Definition
LArOFCBinAlg.h:30
LArOFCBinAlg::execute
StatusCode execute()
Definition
LArOFCBinAlg.cxx:36
LArOFCBinAlg::m_outputContainer
std::string m_outputContainer
Definition
LArOFCBinAlg.h:29
LArOFCBinAlg::m_perFebMG
bool m_perFebMG
Definition
LArOFCBinAlg.h:32
LArOFCBinAlg::initialize
StatusCode initialize()
Definition
LArOFCBinAlg.cxx:25
LArOFCBinAlg::~LArOFCBinAlg
virtual ~LArOFCBinAlg()
LArOFCBinAlg::LArOFCBinAlg
LArOFCBinAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
LArOFCBinAlg.cxx:12
LArOFCBinAlg::m_inputContainer
std::string m_inputContainer
Definition
LArOFCBinAlg.h:28
LArOFCBinAlg::finalize
StatusCode finalize()
Definition
LArOFCBinAlg.h:24
Generated on
for ATLAS Offline Software by
1.14.0