/home/bes3soft/bes3soft/Boss/7.0.2/dist/7.0.2/Tof/TofRawEvent/TofRawEvent-00-02-07/src/TofDigi.cxx

Go to the documentation of this file.
00001 #include "TofRawEvent/TofDigi.h"
00002 
00003 TofDigi::TofDigi(const Identifier& id, const unsigned int timeChannel, const unsigned int chargeChannel) :
00004   RawData(id, timeChannel, chargeChannel),
00005   m_overflow(0) {
00006 }
00007 
00008 TofDigi::TofDigi(const unsigned int id) :
00009   RawData(id),
00010   m_overflow(0) {
00011 }

Generated on Tue Nov 29 23:14:39 2016 for BOSS_7.0.2 by  doxygen 1.4.7