ATLAS Offline Software
LArCalorimeter
LArCalibTools
LArCalibTools
LArPhysCaliTDiffAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2017 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 "
AthenaBaseComps/AthAlgorithm.h
"
10
#include "
LArCalibTools/LArCond2NtupleBase.h
"
11
12
class
LArPhysCaliTDiffAlg
:
public
LArCond2NtupleBase
{
13
14
public
:
15
16
LArPhysCaliTDiffAlg
(
const
std::string &
name
, ISvcLocator * pSvcLocator);
17
18
virtual
~LArPhysCaliTDiffAlg
();
19
20
StatusCode
initialize
();
21
StatusCode
execute
();
// {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
33
34
};
35
36
37
#endif
LArPhysCaliTDiffAlg::LArPhysCaliTDiffAlg
LArPhysCaliTDiffAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition:
LArPhysCaliTDiffAlg.cxx:11
LArCond2NtupleBase.h
LArPhysCaliTDiffAlg::~LArPhysCaliTDiffAlg
virtual ~LArPhysCaliTDiffAlg()
LArCond2NtupleBase
Definition:
LArCond2NtupleBase.h:32
AthAlgorithm.h
LArPhysCaliTDiffAlg::m_outputContainer
std::string m_outputContainer
Definition:
LArPhysCaliTDiffAlg.h:28
LArPhysCaliTDiffAlg::m_inputContainer
std::string m_inputContainer
Definition:
LArPhysCaliTDiffAlg.h:27
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition:
PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
name
std::string name
Definition:
Control/AthContainers/Root/debug.cxx:221
LArPhysCaliTDiffAlg::m_perFebMG
bool m_perFebMG
Definition:
LArPhysCaliTDiffAlg.h:31
LArPhysCaliTDiffAlg
Definition:
LArPhysCaliTDiffAlg.h:12
LArPhysCaliTDiffAlg::m_fileName
std::string m_fileName
Definition:
LArPhysCaliTDiffAlg.h:29
LArPhysCaliTDiffAlg::initialize
StatusCode initialize()
Definition:
LArPhysCaliTDiffAlg.cxx:23
LArPhysCaliTDiffAlg::execute
StatusCode execute()
Definition:
LArPhysCaliTDiffAlg.cxx:30
LArPhysCaliTDiffAlg::finalize
StatusCode finalize()
Definition:
LArPhysCaliTDiffAlg.h:23
Generated on Thu Nov 7 2024 21:19:51 for ATLAS Offline Software by
1.8.18