|
ATLAS Offline Software
|
Go to the documentation of this file.
5 #ifndef LARBYTESTREAM_LARRAWSCCALIBDATAREADINDINGALG_H
6 #define LARBYTESTREAM_LARRAWSCCALIBDATAREADINDINGALG_H
12 #include "GaudiKernel/ServiceHandle.h"
13 #include "GaudiKernel/SystemOfUnits.h"
49 BooleanProperty
m_failOnCorruption{
this,
"FailOnCorruption",
true,
"Return FAILURE if data corruption is found"};
59 ToolHandle<LArLATOMEDecoder>
m_latomeDecoder{
this,
"LATOMEDecoder",
"LArByteStream/LATOMEDecoder",
"decoder instance"};
BooleanProperty m_failOnCorruption
const LArOnlineID * m_onlineId
Container class for LArAccumulatedDigit.
SG::ReadCondHandleKey< LArCalibLineMapping > m_calibMapKey
DoubleProperty m_delayScale
SG::ReadCondHandleKey< LArLATOMEMapping > m_mapKey
An algorithm that can be simultaneously executed in multiple threads.
StatusCode initialize() override
SG::WriteHandleKey< LArAccumulatedDigitContainer > m_accDigitKey
Handle class for recording to StoreGate.
Interface class for managing ROB for both online and offline.
SG::WriteHandleKey< LArLATOMEHeaderContainer > m_latomeHeaderCollKey
::StatusCode StatusCode
StatusCode definition for legacy code.
SG::WriteHandleKey< LArAccumulatedCalibDigitContainer > m_accCalibDigitKey
SG::ReadCondHandleKey< LArOnOffIdMapping > m_cablingKey
ServiceHandle< IROBDataProviderSvc > m_robDataProviderSvc
ToolHandle< LArLATOMEDecoder > m_latomeDecoder
StatusCode execute(const EventContext &ctx) const override
Byte stream converter of LATOME.
LArRawSCCalibDataReadingAlg(const std::string &name, ISvcLocator *pSvcLocator)
Container class for LArAccumulatedCalibDigit.