|
ATLAS Offline Software
|
Go to the documentation of this file.
4 #ifndef MUONCALIBSTREAM_MDTCALIBRAWDATAPROVIDER_H
5 #define MUONCALIBSTREAM_MDTCALIBRAWDATAPROVIDER_H
13 #include "GaudiKernel/Converter.h"
14 #include "GaudiKernel/ServiceHandle.h"
15 #include "GaudiKernel/ToolHandle.h"
22 #include "MuCalDecode/CalibData.h"
23 #include "MuCalDecode/CalibEvent.h"
24 #include "MuCalDecode/CalibUti.h"
65 "Key of input MuonDetectorManager condition data"};
67 "Handle to the MuonIdHelperSvc"};
68 Gaudi::Property<int>
m_adcCut{
this,
"ADCCut" , 50,
"Minimum threshold on the ADC to contribute to recondition"};
Property holding a SG store/key/clid from which a ReadHandle is made.
Template for Muon PRD containers (which are basically collections of MuonPrepDataCollections).
Gaudi::Property< int > m_adcCut
An algorithm that can be simultaneously executed in multiple threads.
Handle class for recording to StoreGate.
Property holding a SG store/key/clid from which a WriteHandle is made.
POOL::TEvent event(POOL::TEvent::kClassAccess)
virtual StatusCode execute(const EventContext &ctx) const override
Execute.
::StatusCode StatusCode
StatusCode definition for legacy code.
~MdtCalibRawDataProvider()=default
Destructur.
ServiceHandle< IMuonCalibStreamDataProviderSvc > m_dataProvider
MdtCalibRawDataProvider(const std::string &name, ISvcLocator *pSvcLocator)
Constructor.
Property holding a SG store/key/clid from which a WriteHandle is made.
StatusCode decodeImpl(Muon::MdtPrepDataContainer *mdtPrepDataContainer, const LVL2_MUON_CALIBRATION::CalibEvent *event, const MuonGM::MuonDetectorManager *muDetMgr) const
SG::WriteHandleKey< Muon::MdtPrepDataContainer > m_mdtPrepDataContainerKey
SG::ReadCondHandleKey< MuonGM::MuonDetectorManager > m_detectorManagerKey
The MuonDetectorManager stores the transient representation of the Muon Spectrometer geometry and pro...
virtual StatusCode initialize() override
Initialize.
ServiceHandle< Muon::IMuonIdHelperSvc > m_muonIdHelper