ATLAS Offline Software
Loading...
Searching...
No Matches
ITkPixelOfflineCalibCondAlg.h
Go to the documentation of this file.
1/*
2 Copyright (C) 2002-2024 CERN for the benefit of the ATLAS collaboration
3*/
4
5#ifndef ITKPIXELOFFLINECALIBCONDALG
6#define ITKPIXELOFFLINECALIBCONDALG
7
9
12
15
16#include "Gaudi/Property.h"
17
20
21namespace ITk
22{
23
25{
26 public:
27 PixelOfflineCalibCondAlg(const std::string& name, ISvcLocator* pSvcLocator);
28 virtual ~PixelOfflineCalibCondAlg() = default;
29
30 virtual StatusCode initialize() override final;
31 virtual StatusCode execute(const EventContext& ctx) const override final;
32 private:
34 {this, "InputSource",2,"Source of data: 0 (none), 1 (text file), 2 (database)"};
35
36 Gaudi::Property<std::string> m_textFileName
37 {this, "DataFile", "ITkPixelClusterErrorData.txt","Read constants from this file"};
38
39 Gaudi::Property<int> m_dump
40 {this, "DumpConstants", 0, "Dump constants to text file"};
41
43 {this, "ReadKey", "/PIXEL/ITkClusterError", "Input key of pixreco conditions folder"};
44
46 {this, "WriteKey", "ITkPixelOfflineCalibData", "Output key of pixel module data"};
47
48 const PixelID* m_pixelid{nullptr};
49
50};
51
52} // namespace ITk
53
54#endif
Base class for conditions algorithms.
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
This is an Identifier helper class for the Pixel subdetector.
Base class for conditions algorithms.
PixelOfflineCalibCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
Gaudi::Property< std::string > m_textFileName
virtual ~PixelOfflineCalibCondAlg()=default
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey
virtual StatusCode execute(const EventContext &ctx) const override final
SG::WriteCondHandleKey< ITk::PixelOfflineCalibData > m_writeKey
virtual StatusCode initialize() override final
This is an Identifier helper class for the Pixel subdetector.
Definition PixelID.h:67
Support class for PropertyMgr.
Definition Property.h:23
=============================================================================
#define private