8#include "GaudiKernel/MsgStream.h"
19 const int tdc,
const int adc,
29 stream << MSG::INFO<<
"MdtTwinPrepData {"<<std::endl;
34 stream <<
"TDC TWIN = "<<
tdcTwin()<<
", ";
35 stream <<
"ADC TWIN= "<<
adcTwin()<<
", ";
36 stream<<
"} End MdtTwinPrepData"<<
endmsg;
43 stream <<
"MdtTwinPrepData {"<<std::endl;
48 stream <<
"TDC TWIN = "<<
tdcTwin()<<
", ";
49 stream <<
"ADC TWIN = "<<
adcTwin()<<
", ";
50 stream<<
"} End MdtTwinPrepData"<<std::endl;
int adc() const
Returns the ADC (typically range is 0 to 250)
MdtDriftCircleStatus status() const
Returns the status of the measurement.
virtual MsgStream & dump(MsgStream &stream) const override
Dumps information about the PRD.
int tdc() const
Returns the TDC (typically range is 0 to 2500).
int m_adcTwin
ADC value of twin tube - typical ADC spectra can go from 0 up to 250.
MdtTwinPrepData()=default
int m_tdcTwin
TDC value of twin tube - typical TDC spectra can go from 0 up to 2500.
virtual MsgStream & dump(MsgStream &stream) const
Dumps information about the PRD.
int tdcTwin() const
Returns the TDC of twin tube(typically range is 0 to 2500).
int adcTwin() const
Returns the ADC of twin tube(typically range is 0 to 250)
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > MatrixX
Dynamic Matrix - dynamic allocation.
Eigen::Matrix< double, 2, 1 > Vector2D
NRpcCablingAlg reads raw condition data and writes derived condition data to the condition store.
MdtDriftCircleStatus
Enum to represent the 'status' of Mdt measurements e.g.