#include <RecCgemDedxHit.h>
◆ RecCgemDedxHit() [1/4]
RecCgemDedxHit::RecCgemDedxHit |
( |
| ) |
|
Definition at line 12 of file RecCgemDedxHit.cxx.
12 {
13 m_pathlength = -1;
14 m_trkid = -1;
15 m_cgemid = 0;
16}
◆ RecCgemDedxHit() [2/4]
Definition at line 17 of file RecCgemDedxHit.cxx.
17 {
18 m_pathlength = recdedxhit.m_pathlength;
19 m_trkid = recdedxhit.m_trkid;
20 m_cgemid = recdedxhit.m_cgemid;
21}
◆ ~RecCgemDedxHit() [1/2]
RecCgemDedxHit::~RecCgemDedxHit |
( |
| ) |
|
◆ RecCgemDedxHit() [3/4]
RecCgemDedxHit::RecCgemDedxHit |
( |
| ) |
|
◆ RecCgemDedxHit() [4/4]
◆ ~RecCgemDedxHit() [2/2]
RecCgemDedxHit::~RecCgemDedxHit |
( |
| ) |
|
◆ classID() [1/2]
static const CLID & RecCgemDedxHit::classID |
( |
| ) |
|
|
inlinestatic |
◆ classID() [2/2]
static const CLID & RecCgemDedxHit::classID |
( |
| ) |
|
|
inlinestatic |
◆ clID() [1/2]
virtual const CLID & RecCgemDedxHit::clID |
( |
| ) |
const |
|
inlinevirtual |
◆ clID() [2/2]
virtual const CLID & RecCgemDedxHit::clID |
( |
| ) |
const |
|
inlinevirtual |
◆ getCgemId() [1/2]
const Identifier RecCgemDedxHit::getCgemId |
( |
void |
| ) |
const |
|
inline |
◆ getCgemId() [2/2]
const Identifier RecCgemDedxHit::getCgemId |
( |
void |
| ) |
const |
|
inline |
◆ getPathLength() [1/2]
double RecCgemDedxHit::getPathLength |
( |
void |
| ) |
const |
|
inline |
◆ getPathLength() [2/2]
double RecCgemDedxHit::getPathLength |
( |
void |
| ) |
const |
|
inline |
◆ getTrkId() [1/2]
const int RecCgemDedxHit::getTrkId |
( |
void |
| ) |
const |
|
inline |
◆ getTrkId() [2/2]
const int RecCgemDedxHit::getTrkId |
( |
void |
| ) |
const |
|
inline |
◆ isGrouped() [1/2]
bool RecCgemDedxHit::isGrouped |
( |
void |
| ) |
|
Definition at line 24 of file RecCgemDedxHit.cxx.
24 {
25 if(m_trkid == -1 ) return false;
26 return true;
27}
◆ isGrouped() [2/2]
bool RecCgemDedxHit::isGrouped |
( |
void |
| ) |
|
◆ setCgemId() [1/2]
void RecCgemDedxHit::setCgemId |
( |
Identifier |
cgemid | ) |
|
|
inline |
◆ setCgemId() [2/2]
void RecCgemDedxHit::setCgemId |
( |
Identifier |
cgemid | ) |
|
|
inline |
◆ setPathLength() [1/2]
void RecCgemDedxHit::setPathLength |
( |
double |
pathlength | ) |
|
|
inline |
◆ setPathLength() [2/2]
void RecCgemDedxHit::setPathLength |
( |
double |
pathlength | ) |
|
|
inline |
◆ setTrkId() [1/2]
void RecCgemDedxHit::setTrkId |
( |
int |
trkid | ) |
|
|
inline |
◆ setTrkId() [2/2]
void RecCgemDedxHit::setTrkId |
( |
int |
trkid | ) |
|
|
inline |
The documentation for this class was generated from the following files: