|
ATLAS Offline Software
|
Go to the documentation of this file.
13 #ifndef CALOREC_CALOBCIDCOEFFSCONDALG_H
14 #define CALOREC_CALOBCIDCOEFFSCONDALG_H
55 {
this,
"MCSymKey",
"LArMCSym",
"SG Key of LArMCSym object"};
59 {
this,
"OFCKey",
"LArOFC",
"SG Key of OFC conditions object" };
63 {
this,
"ShapeKey",
"LArShape32",
"SG Key of Shape conditions object"};
67 {
this,
"MinBiasAvgKey",
"LArPileupAverageSym",
"SGKey of LArMinBiasAverage object"};
71 {
this,
"OutputCoeffsKey",
"CaloBCIDCoeffs",
"SG key of output coefficients" };
74 Gaudi::Property<bool>
m_isSC {
this,
"IsSuperCell",
false,
"Is SuperCell" };
81 #endif // not CALOREC_CALOBCIDCOEFFSCONDALG_H
SG::ReadCondHandleKey< ILArMinBiasAverage > m_minBiasAvgKey
Property: Min bias offset (conditions input).
virtual bool isReEntrant() const override final
bool const RAWDATA *ch2 const
const LArOnlineID_Base * m_laronline_id
LAr online ID helper.
An algorithm that can be simultaneously executed in multiple threads.
Gaudi::Property< bool > m_isSC
Property: m_isSC.
AthReentrantAlgorithm()
Default constructor:
SG::WriteCondHandleKey< CaloBCIDCoeffs > m_outputCoeffsKey
Property: Offset calculation coefficients (conditions output).
::StatusCode StatusCode
StatusCode definition for legacy code.
Luminosity-dependent pileup offset correction conditions object.
virtual StatusCode execute(const EventContext &ctx) const override final
Execute the algorithm.
SG::ReadCondHandleKey< ILArOFC > m_ofcKey
Property: OFC coefficients (conditions input).
Helper for the Liquid Argon Calorimeter cell identifiers.
Conditions algorithm to create CaloBCIDCoeffs.
virtual StatusCode initialize() override final
Gaudi initialize method.
SG::ReadCondHandleKey< ILArShape > m_shapeKey
Property: Pulse shape (conditions input).
SG::ReadCondHandleKey< LArMCSym > m_mcSymKey
Property: Symmetrization helper (conditions input).