#include <RecZddChannel.h>
|
typedef std::pair< int, float > | FragType |
|
typedef std::pair< int, float > | FragType |
|
◆ FragType [1/2]
◆ FragType [2/2]
◆ RecZddChannel() [1/4]
RecZddChannel::RecZddChannel |
( |
| ) |
|
Definition at line 3 of file RecZddChannel.cxx.
4 : m_chId(-1),m_scanCode(-1),m_baseLine(-1),m_phase(-1)
5{
6}
◆ ~RecZddChannel() [1/2]
RecZddChannel::~RecZddChannel |
( |
| ) |
|
|
virtual |
◆ RecZddChannel() [2/4]
Definition at line 12 of file RecZddChannel.cxx.
13 : ContainedObject(val),
14 m_chId(val.m_chId),
15 m_scanCode(val.m_scanCode),
16 m_baseLine(val.m_baseLine),
17 m_phase(val.m_phase),
18 m_frags(val.m_frags)
19{
20}
◆ RecZddChannel() [3/4]
RecZddChannel::RecZddChannel |
( |
| ) |
|
◆ ~RecZddChannel() [2/2]
virtual RecZddChannel::~RecZddChannel |
( |
| ) |
|
|
virtual |
◆ RecZddChannel() [4/4]
◆ addFragment() [1/4]
void RecZddChannel::addFragment |
( |
const FragType & |
fragment | ) |
|
|
inline |
◆ addFragment() [2/4]
void RecZddChannel::addFragment |
( |
const FragType & |
fragment | ) |
|
|
inline |
◆ addFragment() [3/4]
void RecZddChannel::addFragment |
( |
int |
time, |
|
|
float |
energy |
|
) |
| |
|
inline |
Definition at line 38 of file Event/ZddEvent/ZddEvent-00-00-04/ZddEvent/RecZddChannel.h.
38{ m_frags.push_back(std::make_pair(
time,
energy)); }
************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
Referenced by ZddReconAlg::execute().
◆ addFragment() [4/4]
void RecZddChannel::addFragment |
( |
int |
time, |
|
|
float |
energy |
|
) |
| |
|
inline |
◆ baseLine() [1/2]
int RecZddChannel::baseLine |
( |
| ) |
const |
|
inline |
◆ baseLine() [2/2]
int RecZddChannel::baseLine |
( |
| ) |
const |
|
inline |
◆ channelId() [1/2]
int RecZddChannel::channelId |
( |
| ) |
const |
|
inline |
◆ channelId() [2/2]
int RecZddChannel::channelId |
( |
| ) |
const |
|
inline |
◆ classID() [1/2]
static const CLID & RecZddChannel::classID |
( |
| ) |
|
|
inlinestatic |
◆ classID() [2/2]
static const CLID & RecZddChannel::classID |
( |
| ) |
|
|
inlinestatic |
◆ clID() [1/2]
virtual const CLID & RecZddChannel::clID |
( |
| ) |
const |
|
inlinevirtual |
◆ clID() [2/2]
virtual const CLID & RecZddChannel::clID |
( |
| ) |
const |
|
inlinevirtual |
◆ fragments() [1/2]
const std::vector< FragType > & RecZddChannel::fragments |
( |
| ) |
const |
|
inline |
◆ fragments() [2/2]
const std::vector< FragType > & RecZddChannel::fragments |
( |
| ) |
const |
|
inline |
◆ operator=() [1/2]
Definition at line 22 of file RecZddChannel.cxx.
23{
24 this->ContainedObject::operator=(val);
25 m_chId = val.m_chId;
26 m_scanCode = val.m_scanCode;
27 m_baseLine = val.m_baseLine;
28 m_phase = val.m_phase;
29 m_frags = val.m_frags;
30
31 return (*this);
32}
◆ operator=() [2/2]
◆ phase() [1/2]
int RecZddChannel::phase |
( |
| ) |
const |
|
inline |
◆ phase() [2/2]
int RecZddChannel::phase |
( |
| ) |
const |
|
inline |
◆ scanCode() [1/2]
int RecZddChannel::scanCode |
( |
| ) |
const |
|
inline |
◆ scanCode() [2/2]
int RecZddChannel::scanCode |
( |
| ) |
const |
|
inline |
◆ setBaseLine() [1/2]
void RecZddChannel::setBaseLine |
( |
int |
baseLine | ) |
|
|
inline |
◆ setBaseLine() [2/2]
void RecZddChannel::setBaseLine |
( |
int |
baseLine | ) |
|
|
inline |
◆ setChannelId() [1/2]
void RecZddChannel::setChannelId |
( |
int |
chId | ) |
|
|
inline |
◆ setChannelId() [2/2]
void RecZddChannel::setChannelId |
( |
int |
chId | ) |
|
|
inline |
◆ setFragments() [1/2]
void RecZddChannel::setFragments |
( |
const std::vector< FragType > & |
frags | ) |
|
|
inline |
◆ setFragments() [2/2]
void RecZddChannel::setFragments |
( |
const std::vector< FragType > & |
frags | ) |
|
|
inline |
◆ setPhase() [1/2]
void RecZddChannel::setPhase |
( |
int |
phase | ) |
|
|
inline |
◆ setPhase() [2/2]
void RecZddChannel::setPhase |
( |
int |
phase | ) |
|
|
inline |
◆ setScanCode() [1/2]
void RecZddChannel::setScanCode |
( |
int |
scanCode | ) |
|
|
inline |
◆ setScanCode() [2/2]
void RecZddChannel::setScanCode |
( |
int |
scanCode | ) |
|
|
inline |
The documentation for this class was generated from the following files: