ATLAS Offline Software
Loading...
Searching...
No Matches
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
AthAlgorithm.h
LArCond2NtupleBase.h
LArCond2NtupleBase::LArCond2NtupleBase
LArCond2NtupleBase(const std::string &name, ISvcLocator *pSvcLocator)
Definition
LArCond2NtupleBase.cxx:15
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:29
LArPhysCaliTDiffAlg::m_outputContainer
std::string m_outputContainer
Definition
LArPhysCaliTDiffAlg.h:28
LArPhysCaliTDiffAlg::finalize
StatusCode finalize()
Definition
LArPhysCaliTDiffAlg.h:23
LArPhysCaliTDiffAlg::execute
StatusCode execute()
Definition
LArPhysCaliTDiffAlg.cxx:29
LArPhysCaliTDiffAlg::m_inputContainer
std::string m_inputContainer
Definition
LArPhysCaliTDiffAlg.h:27
LArPhysCaliTDiffAlg::m_perFebMG
bool m_perFebMG
Definition
LArPhysCaliTDiffAlg.h:31
LArPhysCaliTDiffAlg::~LArPhysCaliTDiffAlg
virtual ~LArPhysCaliTDiffAlg()
Generated on
for ATLAS Offline Software by
1.14.0