ATLAS Offline Software
Loading...
Searching...
No Matches
LArCalorimeter
LArCalibUtils
LArCalibUtils
LArRampCorr.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
#ifndef LARRAMPCORR_H
6
#define LARRAMPCORR_H
7
#include "
AthenaBaseComps/AthAlgorithm.h
"
8
#include "GaudiKernel/IIncidentListener.h"
9
#include "
StoreGate/StoreGateSvc.h
"
10
#include "
LArIdentifier/LArOnlineID.h
"
11
#include "
LArRawConditions/LArRawRampContainer.h
"
12
#include "
LArRawConditions/LArRampComplete.h
"
13
14
#include <vector>
15
16
// Simple algorithm to produce correction for Ramps from an ascii file
17
// author: G.Unal
18
19
class
LArRampCorr
:
public
AthAlgorithm
//, public IIncidentListener
20
{
21
public
:
22
LArRampCorr
(
const
std::string & name, ISvcLocator * pSvcLocator);
23
~LArRampCorr
();
24
25
//standard algorithm methods
26
StatusCode
initialize
();
27
StatusCode
execute
();
28
StatusCode
stop
();
29
StatusCode
finalize
(){
return
StatusCode::SUCCESS;}
30
31
private
:
32
// Output key
33
std::string
m_keyoutput
;
34
35
// Grouping type
36
std::string
m_groupingType
;
37
38
// list of corrections
39
std::vector<std::string>
m_inputStringIDs
;
40
41
const
LArOnlineID
*
m_onlineHelper
;
42
};
43
44
#endif
AthAlgorithm.h
LArOnlineID.h
LArRampComplete.h
LArRawRampContainer.h
StoreGateSvc.h
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor with parameters:
Definition
AthAlgorithm.cxx:24
LArOnlineID
Definition
LArOnlineID.h:21
LArRampCorr::m_inputStringIDs
std::vector< std::string > m_inputStringIDs
Definition
LArRampCorr.h:39
LArRampCorr::LArRampCorr
LArRampCorr(const std::string &name, ISvcLocator *pSvcLocator)
Definition
LArRampCorr.cxx:14
LArRampCorr::finalize
StatusCode finalize()
Definition
LArRampCorr.h:29
LArRampCorr::m_keyoutput
std::string m_keyoutput
Definition
LArRampCorr.h:33
LArRampCorr::initialize
StatusCode initialize()
Definition
LArRampCorr.cxx:27
LArRampCorr::~LArRampCorr
~LArRampCorr()
LArRampCorr::stop
StatusCode stop()
Definition
LArRampCorr.cxx:41
LArRampCorr::m_onlineHelper
const LArOnlineID * m_onlineHelper
Definition
LArRampCorr.h:41
LArRampCorr::execute
StatusCode execute()
Definition
LArRampCorr.cxx:35
LArRampCorr::m_groupingType
std::string m_groupingType
Definition
LArRampCorr.h:36
Generated on
for ATLAS Offline Software by
1.14.0