#include <RecCgemDedxHit.h>
Definition at line 25 of file RecCgemDedxHit.h.
◆ RecCgemDedxHit() [1/2]
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/2]
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()
RecCgemDedxHit::~RecCgemDedxHit |
( |
| ) |
|
◆ classID()
static const CLID & RecCgemDedxHit::classID |
( |
| ) |
|
|
inlinestatic |
◆ clID()
virtual const CLID & RecCgemDedxHit::clID |
( |
| ) |
const |
|
inlinevirtual |
◆ getCgemId()
const Identifier RecCgemDedxHit::getCgemId |
( |
void |
| ) |
const |
|
inline |
◆ getPathLength()
double RecCgemDedxHit::getPathLength |
( |
void |
| ) |
const |
|
inline |
◆ getTrkId()
const int RecCgemDedxHit::getTrkId |
( |
void |
| ) |
const |
|
inline |
◆ isGrouped()
bool RecCgemDedxHit::isGrouped |
( |
void |
| ) |
|
Definition at line 24 of file RecCgemDedxHit.cxx.
24 {
25 if(m_trkid == -1 ) return false;
26 return true;
27}
◆ setCgemId()
void RecCgemDedxHit::setCgemId |
( |
Identifier |
cgemid | ) |
|
|
inline |
◆ setPathLength()
void RecCgemDedxHit::setPathLength |
( |
double |
pathlength | ) |
|
|
inline |
◆ setTrkId()
void RecCgemDedxHit::setTrkId |
( |
int |
trkid | ) |
|
|
inline |
The documentation for this class was generated from the following files: