BOSS
7.0.3
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
6
LumiDigi::LumiDigi
(
const
Identifier
&
id
,
const
unsigned
int
timeChannel,
const
unsigned
int
chargeChannel) :
7
RawData
(id, timeChannel, chargeChannel),
8
m_overflow(0)
9
{
10
}
11
12
LumiDigi::LumiDigi
(
const
unsigned
int
id
) :
13
RawData
(id),
14
m_overflow(0)
15
{
16
}
17
18
LumiDigi::LumiDigi
(
TofDigi
* tofDigi) :
19
RawData
(tofDigi->identify(), tofDigi->getTimeChannel(), tofDigi->getChargeChannel()),
20
m_overflow(tofDigi->getOverflow())
21
{
22
}
Identifier
Definition:
DetectorDescription/Identifier/Identifier-00-02-17/Identifier/Identifier.h:20
LumiDigi::LumiDigi
LumiDigi(const Identifier &id, const unsigned int timeChannel, const unsigned int chargeChannel)
Definition:
LumiDigi.cxx:6
RawData
Definition:
Event/RawEvent/RawEvent-00-03-19/RawEvent/RawData.h:21
TofDigi
Definition:
InstallArea/include/TofRawEvent/TofRawEvent/TofDigi.h:16
source
Event
LumiDigi
LumiDigi-00-00-02
src
LumiDigi.cxx
Generated by
1.9.6