|
ATLAS Offline Software
|
Go to the documentation of this file.
11 #ifndef PIXELDEADMAPCONDALG_H
12 #define PIXELDEADMAPCONDALG_H
24 #include "Gaudi/Property.h"
41 {
this,
"ReadKey",
"/PIXEL/PixelModuleFeMask",
"Input deadmap folder"};
44 {
this,
"WriteKey",
"PixelDeadMapCondData",
"Output deadmap data"};
46 Gaudi::Property<std::string>
m_JsonLocation{
this,
"JsonPath",
"",
"Path to the JSON file containing list of modules to be masked"};
This is an Identifier helper class for the Pixel subdetector. This class is a factory for creating co...
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
const PixelID * m_pixelID
virtual bool isReEntrant() const override final
bool const RAWDATA *ch2 const
PixelDeadMapCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
An algorithm that can be simultaneously executed in multiple threads.
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::WriteCondHandleKey< PixelDeadMapCondData > m_writeKey
virtual StatusCode execute(const EventContext &ctx) const override final
SG::ReadCondHandleKey< CondAttrListCollection > m_readKey
Gaudi::Property< std::string > m_JsonLocation
virtual StatusCode initialize() override final