ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
LArCalorimeter
LArCalibUtils
LArCalibUtils
LArDuplicateConstants.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
14
15
#ifndef LARDUPLICATECONSTANTS_H
16
#define LARDUPLICATECONSTANTS_H
17
18
#include "
AthenaBaseComps/AthAlgorithm.h
"
19
#include "
StoreGate/StoreGateSvc.h
"
20
#include "
LArIdentifier/LArOnlineID.h
"
21
#include "
CxxUtils/checker_macros.h
"
22
23
24
#include <vector>
25
#include <string>
26
27
class
ATLAS_NOT_THREAD_SAFE
LArDuplicateConstants
:
public
AthAlgorithm
28
{
29
public
:
30
LArDuplicateConstants
(
const
std::string& name, ISvcLocator* pSvcLocator);
31
~LArDuplicateConstants
();
32
33
StatusCode
initialize
();
34
StatusCode
execute
(
const
EventContext&) {
return
StatusCode::SUCCESS;}
35
StatusCode stop();
36
StatusCode
finalize
(){
return
StatusCode::SUCCESS;}
37
38
private
:
39
const
LArOnlineID
*
m_onlineHelper
;
40
41
unsigned
int
m_gainIN
;
42
unsigned
int
m_gainOUT
;
43
44
std::string
m_keyPed
;
45
std::string
m_keyRamp
;
46
std::string
m_keyMPMC
;
47
std::string
m_keyOFC
;
48
std::string
m_keyShape
;
49
50
};
51
52
#endif
53
AthAlgorithm.h
LArOnlineID.h
StoreGateSvc.h
checker_macros.h
Define macros for attributes used to control the static checker.
ATLAS_NOT_THREAD_SAFE
#define ATLAS_NOT_THREAD_SAFE
getNoisyStrip() Find noisy strips from hitmaps and write out into xml/db formats
Definition
checker_macros.h:212
AthAlgorithm::AthAlgorithm
AthAlgorithm(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Definition
AthAlgorithm.cxx:10
LArDuplicateConstants::m_gainOUT
unsigned int m_gainOUT
Definition
LArDuplicateConstants.h:42
LArDuplicateConstants::m_keyRamp
std::string m_keyRamp
Definition
LArDuplicateConstants.h:45
LArDuplicateConstants::finalize
StatusCode finalize()
Definition
LArDuplicateConstants.h:36
LArDuplicateConstants::m_keyPed
std::string m_keyPed
Definition
LArDuplicateConstants.h:44
LArDuplicateConstants::execute
StatusCode execute(const EventContext &)
Execute method.
Definition
LArDuplicateConstants.h:34
LArDuplicateConstants::m_onlineHelper
const LArOnlineID * m_onlineHelper
Definition
LArDuplicateConstants.h:39
LArDuplicateConstants::LArDuplicateConstants
LArDuplicateConstants(const std::string &name, ISvcLocator *pSvcLocator)
Definition
LArDuplicateConstants.cxx:21
LArDuplicateConstants::~LArDuplicateConstants
~LArDuplicateConstants()
LArDuplicateConstants::m_keyShape
std::string m_keyShape
Definition
LArDuplicateConstants.h:48
LArDuplicateConstants::m_keyMPMC
std::string m_keyMPMC
Definition
LArDuplicateConstants.h:46
LArDuplicateConstants::m_keyOFC
std::string m_keyOFC
Definition
LArDuplicateConstants.h:47
LArDuplicateConstants::m_gainIN
unsigned int m_gainIN
Definition
LArDuplicateConstants.h:41
LArOnlineID
Definition
LArOnlineID.h:21
initialize
void initialize()
Definition
run_EoverP.cxx:894
Generated on
for ATLAS Offline Software by
1.17.0