CGEM BOSS 6.6.5.f
BESIII Offline Software System
Loading...
Searching...
No Matches
RecCgemDedxHit.cxx
Go to the documentation of this file.
1/*
2 * @class : CgemDedxHit
3 *
4 * this class models "dE/dx hit" used in Cgem Reconstruction
5 *
6 * @author:xcao
7 *
8 * ********************************************************/
9
10#include "CgemRecEvent/RecCgemDedxHit.h"
11
13 m_pathlength = -1;
14 m_trkid = -1;
15 m_cgemid = 0;
16}
18 m_pathlength = recdedxhit.m_pathlength;
19 m_trkid = recdedxhit.m_trkid;
20 m_cgemid = recdedxhit.m_cgemid;
21}
22
23bool
25 if(m_trkid == -1 ) return false;
26 return true;
27}
28
29
31 }
bool isGrouped(void)