6#include "AthLinks/ElementLink.h"
27 const std::vector<const TBTDCRaw*>& theTDCs,
29 const std::vector<const TBADCRaw*>& theADCs)
32 setSignals(theTDCCont,theTDCs,theADCCont,theADCs);
36 const std::vector<const TBTDCRaw*>& theTDCs,
38 const std::vector<const TBADCRaw*>& theADCs)
78 size_t theIndex = (size_t)theSource;
110 size_t theIndex = (size_t)theSource;
float getTDC(const AFP_SiDigi &digi)
float getADC(const AFP_SiDigi &digi)
ElementLink implementation for ROOT usage.
bool toContainedElement(BaseConstReference data, ElementType element, IProxyDict *sg=0)
Set from element pointer and a reference to the container (storable)
Data object holding adc measurement.
SignalSource getSignalSource(tdc_store_iterator &theTDCIterator) const
tdc_signal_type getTDCSignal(SignalSource theSource) const
adc_signal_type getADCSignal(SignalSource theSource) const
size_t findIndex(const tdc_store_type &theStore, tdc_store_iterator &theIterator) const
adc_store_type m_adcSignals
virtual bool isOverflow() const
tdc_store_type::const_iterator tdc_store_iterator
tdc_store_type m_tdcSignals
TBADCRaw::signal_type adc_signal_type
TBTDCRaw::signal_type tdc_signal_type
void setSignals(const TBTDCRawCont *theTDCCont, const std::vector< const TBTDCRaw * > &theTDCs, const TBADCRawCont *theADCCont, const std::vector< const TBADCRaw * > &theADCs)
adc_store_type::const_iterator adc_store_iterator
bool m_overflow
Detector Name.
Data object holding tdc measurement.