52 |
|
float CAM_ty = 0.0; |
53 |
|
|
54 |
|
int CMS_TRACKER_RADIUS = 129; |
55 |
< |
int CMS_TRACKER_LENGTH = 280; |
55 |
> |
int CMS_TRACKER_LENGTH = 300; |
56 |
|
|
57 |
|
int TRACKING_RADIUS = 129;//295; |
58 |
< |
int TRACKING_LENGTH = 280;//645; |
58 |
> |
int TRACKING_LENGTH = 300;//645; |
59 |
|
|
60 |
|
float PT_CUTOFF = 1.0; |
61 |
|
float EHCAL_CUTOFF = 4.0; |
65 |
|
|
66 |
|
std::vector<GLuint> theSimTracks; |
67 |
|
GLuint theGeomMuon[3]; |
68 |
+ |
GLuint theGeomMuonInEvent; |
69 |
|
GLuint theGeomTracker[6]; |
70 |
|
GLuint theGeomTrackerInEvent; |
71 |
|
GLuint theGeomEcal[3]; |
126 |
|
void reshape (int w, int h); |
127 |
|
void display(); |
128 |
|
void initGeomMuon(); |
129 |
+ |
void initGeomMuonInEvent(); |
130 |
|
void initGeomTracker(); |
131 |
|
void initGeomTrackerInEvent(); |
132 |
|
void initGeomEcal(); |