|  | ATLAS Offline Software
    | 
 
 
 
Go to the documentation of this file.
   11 #ifndef PIXELOFFLINECALIBCONDALG 
   12 #define PIXELOFFLINECALIBCONDALG 
   22 #include "Gaudi/Property.h" 
   35     {
this, 
"InputSource",2,
"Source of data: 0 (none), 1 (text file), 2 (database)"};
 
   38     {
this, 
"PixelClusterErrorDataFile", 
"PixelClusterErrorData.txt",
"Read constants from this file"};
 
   41     {
this, 
"PixelClusterOnTrackErrorDataFile", 
"PixelClusterOnTrackErrorData.txt",
"Read constants from this file"};
 
   44     {
this, 
"PixelChargeInterpolationDataFile", 
"PixelChargeInterpolationData.txt",
"Read constants from this file"};
 
   47     {
this, 
"DumpConstants", 0, 
"Dump constants to text file"};
 
   50     {
this, 
"ReadKey", 
"/PIXEL/PixReco", 
"Input key of pixreco conditions folder"};
 
   53     {
this, 
"WriteKey", 
"PixelOfflineCalibData", 
"Output key of pixel module data"};
 
  
PixelOfflineCalibCondAlg(const std::string &name, ISvcLocator *pSvcLocator)
Gaudi::Property< std::string > m_textFileName3
bool const RAWDATA *ch2 const
Gaudi::Property< std::string > m_textFileName1
An algorithm that can be simultaneously executed in multiple threads.
SG::ReadCondHandleKey< DetCondCFloat > m_readKey
Gaudi::Property< std::string > m_textFileName2
::StatusCode StatusCode
StatusCode definition for legacy code.
virtual ~PixelOfflineCalibCondAlg()=default
virtual bool isReEntrant() const override final
SG::WriteCondHandleKey< PixelCalib::PixelOfflineCalibData > m_writeKey
Gaudi::Property< int > m_inputSource
virtual StatusCode execute(const EventContext &ctx) const override final
virtual StatusCode initialize() override final
Gaudi::Property< int > m_dump