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.2 by querten, Tue Apr 15 16:16:49 2008 UTC vs.
Revision 1.3 by roberfro, Wed Apr 16 08:20:57 2008 UTC

# Line 58 | Line 58 | int TRACKING_RADIUS = 129;//295;
58   int TRACKING_LENGTH = 280;//645;
59  
60   float PT_CUTOFF = 1.0;
61 + float EHCAL_CUTOFF = 4.0;
62 + float EECAL_CUTOFF = 4.0;
63  
64   bool MouseStates[3];
65  
# Line 80 | Line 82 | MySimEvents* events;
82  
83   Geometry* geom;
84  
83
84 bool  mPSimHit   = false;
85 bool  mSimTrack  = true;
86 bool  mSimVertex = true;
87 bool  mRecoTrack = true;
88 bool  mRecoEcalHit = true;
89 bool  mRecoHcalHit = true;
90
85   char gTracker   = 0;
86   char gEcal      = 0;
87   char gHcal      = 0;
88 + char gSim       = 2;
89 + char gReco      = 7;
90  
91   int   mTrackI   = -1;
92   bool mLoading   = true;

Diff Legend

Removed lines
+ Added lines
< Changed lines
> Changed lines