ATLAS Offline Software
Toggle main menu visibility
Loading...
Searching...
No Matches
InnerDetector
InDetConditions
PixelConditionsAlgorithms
src
PixelChargeCalibCondAlg.h
Go to the documentation of this file.
1
/*
2
Copyright (C) 2002-2025 CERN for the benefit of the ATLAS collaboration
3
*/
10
11
#ifndef PIXELCHARGECALIBCONDALG
12
#define PIXELCHARGECALIBCONDALG
13
14
#include "
AthenaBaseComps/AthCondAlgorithm.h
"
15
16
#include "
StoreGate/ReadCondHandleKey.h
"
17
#include "
AthenaPoolUtilities/CondAttrListCollection.h
"
18
#include "
InDetReadoutGeometry/SiDetectorElementCollection.h
"
19
20
#include "
StoreGate/WriteCondHandleKey.h
"
21
#include "
PixelConditionsData/PixelModuleData.h
"
22
#include "
PixelConditionsData/PixelChargeCalibCondData.h
"
23
24
#include "Gaudi/Property.h"
25
class
PixelID
;
26
27
28
29
class
PixelChargeCalibCondAlg
:
public
AthCondAlgorithm
{
30
public
:
31
PixelChargeCalibCondAlg
(
const
std::string& name, ISvcLocator* pSvcLocator);
32
33
virtual
StatusCode
initialize
()
override
final
;
34
virtual
StatusCode
execute
(
const
EventContext& ctx)
const
override
final
;
35
36
private
:
37
const
PixelID
*
m_pixelID
{
nullptr
};
38
39
SG::ReadCondHandleKey<InDetDD::SiDetectorElementCollection>
m_pixelDetEleCollKey
40
{
this
,
"PixelDetEleCollKey"
,
"PixelDetectorElementCollection"
,
"Key of SiDetectorElementCollection for Pixel"
};
41
42
SG::ReadCondHandleKey<PixelModuleData>
m_configKey
43
{
this
,
"PixelModuleData"
,
"PixelModuleData"
,
"Pixel module data"
};
44
45
SG::ReadCondHandleKey<CondAttrListCollection>
m_readKey
46
{
this
,
"ReadKey"
,
"/PIXEL/PixCalib"
,
"Input charge calibration folder"
};
47
48
SG::WriteCondHandleKey<PixelChargeCalibCondData>
m_writeKey
49
{
this
,
"WriteKey"
,
"PixelChargeCalibCondData"
,
"Output charge caliblation data"
};
50
51
52
};
53
54
#endif
AthCondAlgorithm.h
Base class for conditions algorithms.
CondAttrListCollection.h
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
PixelChargeCalibCondData.h
PixelModuleData.h
Store pixel constant parameters in PixelModuleData.
ReadCondHandleKey.h
SiDetectorElementCollection.h
WriteCondHandleKey.h
AthCondAlgorithm
Base class for conditions algorithms.
Definition
AthCondAlgorithm.h:22
PixelChargeCalibCondAlg::initialize
virtual StatusCode initialize() override final
Definition
PixelChargeCalibCondAlg.cxx:41
PixelChargeCalibCondAlg::m_readKey
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey
Definition
PixelChargeCalibCondAlg.h:46
PixelChargeCalibCondAlg::m_configKey
SG::ReadCondHandleKey< PixelModuleData > m_configKey
Definition
PixelChargeCalibCondAlg.h:43
PixelChargeCalibCondAlg::PixelChargeCalibCondAlg
PixelChargeCalibCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
Definition
PixelChargeCalibCondAlg.cxx:36
PixelChargeCalibCondAlg::m_writeKey
SG::WriteCondHandleKey< PixelChargeCalibCondData > m_writeKey
Definition
PixelChargeCalibCondAlg.h:49
PixelChargeCalibCondAlg::execute
virtual StatusCode execute(const EventContext &ctx) const override final
Definition
PixelChargeCalibCondAlg.cxx:51
PixelChargeCalibCondAlg::m_pixelID
const PixelID * m_pixelID
Definition
PixelChargeCalibCondAlg.h:37
PixelChargeCalibCondAlg::m_pixelDetEleCollKey
SG::ReadCondHandleKey< InDetDD::SiDetectorElementCollection > m_pixelDetEleCollKey
Definition
PixelChargeCalibCondAlg.h:40
PixelID
This is an Identifier helper class for the Pixel subdetector.
Definition
PixelID.h:69
SG::ReadCondHandleKey
Definition
ReadCondHandleKey.h:21
SG::WriteCondHandleKey
Definition
WriteCondHandleKey.h:22
Generated on
for ATLAS Offline Software by
1.17.0