#include <EmcDigi.h>
Definition at line 15 of file EmcDigi.h.
◆ EmcDigi() [1/3]
EmcDigi::EmcDigi |
( |
const Identifier & |
id, |
|
|
const unsigned int |
timeChannel, |
|
|
const unsigned int |
chargeChannel |
|
) |
| |
Definition at line 5 of file EmcDigi.cxx.
5 :
6 RawData(
id, timeChannel, chargeChannel),
7 m_measure(0) {
8}
◆ EmcDigi() [2/3]
EmcDigi::EmcDigi |
( |
const Identifier & |
id, |
|
|
const unsigned int |
timeChannel, |
|
|
const unsigned int |
chargeChannel, |
|
|
const unsigned int |
measure |
|
) |
| |
Definition at line 10 of file EmcDigi.cxx.
11 :
12 RawData(
id, timeChannel, chargeChannel),
13 m_measure(measure) {
14}
◆ EmcDigi() [3/3]
EmcDigi::EmcDigi |
( |
const unsigned int |
id | ) |
|
Definition at line 16 of file EmcDigi.cxx.
16 :
18 m_measure(0) {
19}
◆ classID()
static const CLID & EmcDigi::classID |
( |
| ) |
|
|
inlinestatic |
Definition at line 31 of file EmcDigi.h.
const CLID & CLID_EmcDigi
Referenced by clID().
◆ clID()
virtual const CLID & EmcDigi::clID |
( |
| ) |
const |
|
inlinevirtual |
Definition at line 30 of file EmcDigi.h.
static const CLID & classID()
◆ fillStream()
std::ostream & EmcDigi::fillStream |
( |
std::ostream & |
s | ) |
const |
|
inlinevirtual |
Fill the ASCII output stream.
Reimplemented from RawData.
Definition at line 45 of file EmcDigi.h.
45 {
46 s <<
"class EmcDigi :" << std::endl
50 << " m_measure: " << m_measure
51 << std::endl;
53}
unsigned int m_timeChannel
unsigned int m_chargeChannel
const unsigned int m_intId
◆ getMeasure()
unsigned int EmcDigi::getMeasure |
( |
| ) |
const |
|
inline |
◆ operator+=()
Definition at line 22 of file EmcDigi.cxx.
23{
25 return *this;
26
31
35
36
37 wave1 += wave2;
38
42
46
47 return *this;
48}
************Class m_ypar INTEGER m_KeyWgt INTEGER m_nphot INTEGER m_KeyGPS INTEGER m_IsBeamPolarized INTEGER m_EvtGenInterface DOUBLE PRECISION m_Emin DOUBLE PRECISION m_sphot DOUBLE PRECISION m_Xenph DOUBLE PRECISION m_q2 DOUBLE PRECISION m_PolBeam2 DOUBLE PRECISION m_xErrPb *COMMON c_KK2f $ !CMS energy average $ !Spin Polarization vector first beam $ !Spin Polarization vector second beam $ !Beam energy spread[GeV] $ !minimum hadronization energy[GeV] $ !input READ never touch them !$ !debug facility $ !maximum weight $ !inverse alfaQED $ !minimum real photon energy
unsigned int getMeasure() const
static double EmcTime(int timeChannel)
static int EmcChargeChannel(double charge)
static int EmcChargeMeasure(double charge)
static int EmcTimeChannel(double time)
static double EmcCharge(int measure, int chargeChannel)
virtual Identifier identify() const
unsigned int getChargeChannel() const
unsigned int getTimeChannel() const
◆ setMeasure()
void EmcDigi::setMeasure |
( |
const unsigned int |
measure | ) |
|
|
inline |
The documentation for this class was generated from the following files: