1 #ifndef AnalysisDataFormats_SiStripDigi_SiStripProcessedRawDigi_H
2 #define AnalysisDataFormats_SiStripDigi_SiStripProcessedRawDigi_H
23 inline const float&
adc()
const;
38 return (this->
adc() < other.
adc());
41 #endif // AnalysisDataFormats_SiStripDigi_SiStripProcessedRawDigi_H
A signed Digi for the silicon strip detector, containing only adc information, and suitable for stori...
SiStripProcessedRawDigi(const float &adc)
std::ostream & operator<<(std::ostream &out, const ALILine &li)
~SiStripProcessedRawDigi()
SiStripProcessedRawDigi()
const float & adc() const
bool operator<(const SiStripProcessedRawDigi &other) const