ViewVC Help
View File | Revision Log | Show Annotations | Root Listing
root/cvsroot/UserCode/FastOpenGlDisplayer/soft/main.h
(Generate patch)

Comparing UserCode/FastOpenGlDisplayer/soft/main.h (file contents):
Revision 1.5 by querten, Fri Apr 18 11:31:21 2008 UTC vs.
Revision 1.6 by querten, Sat Apr 19 14:34:58 2008 UTC

# Line 52 | Line 52 | float CAM_tx = 0.0;
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;
# Line 65 | Line 65 | bool MouseStates[3];
65  
66   std::vector<GLuint> theSimTracks;
67   GLuint theGeomMuon[3];
68 + GLuint theGeomMuonInEvent;
69   GLuint theGeomTracker[6];
70   GLuint theGeomTrackerInEvent;
71   GLuint theGeomEcal[3];
# Line 125 | Line 126 | void DrawTrack(MySimTrack* track, MySimV
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();

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines