ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArCalibTools
LArCalibTools
LArPhysCaliTDiffAlg.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 LARPHYSTCALIDIFFALG_H
7
#define LARPHYSTCALIDIFFALG_H
8
9
#include "
LArCalibTools/LArCond2NtupleBase.h
"
10
11
class
LArPhysCaliTDiffAlg
:
public
LArCond2NtupleBase
{
12
13
public
:
14
15
LArPhysCaliTDiffAlg
(
const
std::string & name, ISvcLocator * pSvcLocator);
16
17
virtual
~LArPhysCaliTDiffAlg
();
18
19
StatusCode
initialize
();
20
StatusCode
execute
(
const
EventContext& ctx);
// {return StatusCode::SUCCESS;}
21
// StatusCode stop(); //<< Do the work here
22
StatusCode
finalize
() {
return
StatusCode::SUCCESS;}
23
24
25
private
:
26
std::string
m_inputContainer
;
27
std::string
m_outputContainer
;
28
std::string
m_fileName
;
29
30
bool
m_perFebMG
;
31
32
33
};
34
35
36
#endif
LArCond2NtupleBase.h
LArCond2NtupleBase::LArCond2NtupleBase
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
Definition
LArCond2NtupleBase.cxx:15
LArPhysCaliTDiffAlg::execute
StatusCode execute(const EventContext &ctx)
Execute method.
Definition
LArPhysCaliTDiffAlg.cxx:29
LArPhysCaliTDiffAlg::initialize
StatusCode initialize()
Definition
LArPhysCaliTDiffAlg.cxx:22
LArPhysCaliTDiffAlg::LArPhysCaliTDiffAlg
LArPhysCaliTDiffAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
LArPhysCaliTDiffAlg.cxx:10
LArPhysCaliTDiffAlg::m_fileName
std::string m_fileName
Definition
LArPhysCaliTDiffAlg.h:28
LArPhysCaliTDiffAlg::m_outputContainer
std::string m_outputContainer
Definition
LArPhysCaliTDiffAlg.h:27
LArPhysCaliTDiffAlg::finalize
StatusCode finalize()
Definition
LArPhysCaliTDiffAlg.h:22
LArPhysCaliTDiffAlg::m_inputContainer
std::string m_inputContainer
Definition
LArPhysCaliTDiffAlg.h:26
LArPhysCaliTDiffAlg::m_perFebMG
bool m_perFebMG
Definition
LArPhysCaliTDiffAlg.h:30
LArPhysCaliTDiffAlg::~LArPhysCaliTDiffAlg
virtual ~LArPhysCaliTDiffAlg()
Generated on
for ATLAS Offline Software by
1.17.0