ATLAS Offline Software
Loading...
Searching...
No Matches
LArCalorimeter
LArCalibTools
LArCalibTools
LArOFCBinAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2026 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 "
LArCalibTools/LArCond2NtupleBase.h
"
10
#include "
LArCabling/LArOnOffIdMapping.h
"
11
12
class
LArOFCBinAlg
:
public
LArCond2NtupleBase
{
13
14
public
:
15
16
LArOFCBinAlg
(
const
std::string & name, ISvcLocator * pSvcLocator);
17
18
virtual
~LArOFCBinAlg
();
19
20
StatusCode
initialize
();
21
StatusCode
execute
(
const
EventContext& ctx);
// {return StatusCode::SUCCESS;}
22
// StatusCode stop(); //<< Do the work here
23
StatusCode
finalize
() {
return
StatusCode::SUCCESS;}
24
25
26
private
:
27
std::string
m_inputContainer
;
28
std::string
m_outputContainer
;
29
std::string
m_fileName
;
30
31
bool
m_perFebMG
;
32
bool
m_perFeb
;
33
34
35
};
36
37
38
#endif
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:32
LArOFCBinAlg::m_fileName
std::string m_fileName
Definition
LArOFCBinAlg.h:29
LArOFCBinAlg::execute
StatusCode execute(const EventContext &ctx)
Execute method.
Definition
LArOFCBinAlg.cxx:36
LArOFCBinAlg::m_outputContainer
std::string m_outputContainer
Definition
LArOFCBinAlg.h:28
LArOFCBinAlg::m_perFebMG
bool m_perFebMG
Definition
LArOFCBinAlg.h:31
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:27
LArOFCBinAlg::finalize
StatusCode finalize()
Definition
LArOFCBinAlg.h:23
Generated on
for ATLAS Offline Software by
1.16.1