BOSS 8.0.0
BESIII Offline Software System
Loading...
Searching...
No Matches
LumiDigi.cxx
Go to the documentation of this file.
1#include "LumiDigi/LumiDigi.h"
2
3// const CLID& CLID_LumiDigi = 1350;
4// const CLID& CLID_LumiDigiCol = CLID_LumiDigi + CLID_ObjectVector;
5
6LumiDigi::LumiDigi( const Identifier& id, const unsigned int timeChannel,
7 const unsigned int chargeChannel )
8 : RawData( id, timeChannel, chargeChannel ), m_overflow( 0 ) {}
9
10LumiDigi::LumiDigi( const unsigned int id ) : RawData( id ), m_overflow( 0 ) {}
11
13 : RawData( tofDigi->identify(), tofDigi->getTimeChannel(), tofDigi->getChargeChannel() )
14 , m_overflow( tofDigi->getOverflow() ) {}
LumiDigi(const Identifier &id, const unsigned int timeChannel, const unsigned int chargeChannel)
Definition LumiDigi.cxx:6
RawData(const Identifier &id, const unsigned int timeChannel=0, const unsigned int chargeChannel=0)
Definition RawData.cxx:4
virtual Identifier identify() const
Definition RawData.cxx:15
unsigned int getChargeChannel() const
Definition RawData.cxx:35
unsigned int getTimeChannel() const
Definition RawData.cxx:32