![]() |
ATLAS Offline Software
|
#include <CscRDO_Decoder.h>
Public Member Functions | |
| CscRDO_Decoder (const std::string &type, const std::string &name, const IInterface *parent) | |
| constructor | |
| virtual | ~CscRDO_Decoder ()=default |
| destructor | |
| virtual StatusCode | initialize () override final |
| virtual void | getDigit (const CscRawData *rawData, const CscIdHelper *cscIdHelper, Identifier &moduleId, Identifier &channelId, double &adc, double &time) const override final |
| virtual Identifier | stationIdentifier (const CscRawData *rawData, const CscIdHelper *cscIdHelper) const override final |
| virtual Identifier | channelIdentifier (const CscRawData *rawData, const CscIdHelper *cscIdHelper, int j) const override final |
Private Attributes | |
| std::string | m_detdescr |
| ServiceHandle< CSCcablingSvc > | m_cabling {this, "CSCcablingSvc", "CSCcablingSvc", "CSC cabling service handle"} |
| ToolHandle< ICscCalibTool > | m_cscCalibTool {this, "cscCalibTool", "CscCalibTool", "CSC calibration tool handle"} |
| double | m_timeOffset = 0.0 |
| double | m_samplingTime = 0.0 |
| double | m_signalWidth = 0.0 |
Definition at line 32 of file CscRDO_Decoder.h.
| Muon::CscRDO_Decoder::CscRDO_Decoder | ( | const std::string & | type, |
| const std::string & | name, | ||
| const IInterface * | parent ) |
constructor
Definition at line 12 of file CscRDO_Decoder.cxx.
|
virtualdefault |
destructor
|
finaloverridevirtual |
get the raw data
now decode the endcoded fragments find the Identifiers
Definition at line 60 of file CscRDO_Decoder.cxx.
|
finaloverridevirtual |
Definition at line 27 of file CscRDO_Decoder.cxx.
|
finaloverridevirtual |
Definition at line 15 of file CscRDO_Decoder.cxx.
|
finaloverridevirtual |
get the raw data
now decode the endcoded fragments find the Identifiers
Definition at line 46 of file CscRDO_Decoder.cxx.
|
private |
Definition at line 51 of file CscRDO_Decoder.h.
|
private |
Definition at line 52 of file CscRDO_Decoder.h.
|
private |
Definition at line 50 of file CscRDO_Decoder.h.
|
private |
Definition at line 54 of file CscRDO_Decoder.h.
|
private |
Definition at line 55 of file CscRDO_Decoder.h.
|
private |
Definition at line 53 of file CscRDO_Decoder.h.