ATLAS Offline Software
LArCalibLineMappingAlg.h
Go to the documentation of this file.
1 //Dear emacs, this is -*- C++ -*-
2 
3 /*
4  Copyright (C) 2002-2022 CERN for the benefit of the ATLAS collaboration
5 */
6 
7 #ifndef LARRECUTILS_LARCALIBLINEMAPPINGALG_H
8 #define LARRECUTILS_LARCALIBLINEMAPPINGALG_H
9 
13 
16 
18 
19 public:
20  //Delegate constructor
22 
23  virtual ~LArCalibLineMappingAlg() = default;
24 
25  virtual StatusCode initialize() override;
26  virtual StatusCode execute() override;
27 
28  private:
29  SG::ReadCondHandleKey<AthenaAttributeList> m_readKey{this,"ReadKey","/LAR/Identifier/CalibIdMap"};
30  SG::WriteCondHandleKey<LArCalibLineMapping> m_writeKey{this,"WriteKey","LArCalibLineMap"};
31  Gaudi::Property<bool> m_isSuperCell{this,"isSuperCell",false};
32  Gaudi::Property<unsigned> m_maxCalibLines{this,"MaxCL",4,"in case of SuperCell should be set to higher value then default 4"};
33 
34 };
35 
36 
37 
38 #endif
LArCalibLineMappingAlg::~LArCalibLineMappingAlg
virtual ~LArCalibLineMappingAlg()=default
LArCalibLineMappingAlg::initialize
virtual StatusCode initialize() override
Definition: LArCalibLineMappingAlg.cxx:15
CondAttrListCollection.h
This file defines the class for a collection of AttributeLists where each one is associated with a ch...
LArCalibLineMappingAlg::m_readKey
SG::ReadCondHandleKey< AthenaAttributeList > m_readKey
Definition: LArCalibLineMappingAlg.h:29
WriteCondHandleKey.h
AthAlgorithm.h
LArCalibLineMappingAlg::m_writeKey
SG::WriteCondHandleKey< LArCalibLineMapping > m_writeKey
Definition: LArCalibLineMappingAlg.h:30
LArCalibLineMappingAlg::m_maxCalibLines
Gaudi::Property< unsigned > m_maxCalibLines
Definition: LArCalibLineMappingAlg.h:32
EL::StatusCode
::StatusCode StatusCode
StatusCode definition for legacy code.
Definition: PhysicsAnalysis/D3PDTools/EventLoop/EventLoop/StatusCode.h:22
AthAlgorithm
Definition: AthAlgorithm.h:47
ReadCondHandleKey.h
LArCalibLineMappingAlg
Definition: LArCalibLineMappingAlg.h:17
SG::ReadCondHandleKey< AthenaAttributeList >
LArCalibLineMappingAlg::execute
virtual StatusCode execute() override
Definition: LArCalibLineMappingAlg.cxx:26
LArCalibLineMappingAlg::m_isSuperCell
Gaudi::Property< bool > m_isSuperCell
Definition: LArCalibLineMappingAlg.h:31
SG::WriteCondHandleKey< LArCalibLineMapping >
AthAlgorithm::AthAlgorithm
AthAlgorithm()
Default constructor:
LArCalibLineMapping.h