Changeset 110 in svn for trunk/Utilities/FROG/Includes
- Timestamp:
- Dec 24, 2008, 11:08:19 AM (16 years ago)
- Location:
- trunk/Utilities/FROG/Includes/FROG
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Utilities/FROG/Includes/FROG/FROG_Element_Event_Candidate.h
r108 r110 64 64 65 65 glPushMatrix(); 66 glRotatef(57.29*Phi_ ,0, 0,1);66 glRotatef(57.29*Phi_ ,0,1,0); 67 67 glRotatef(57.29*FROG_COORD::EtaToTheta(Eta_),1,0,0); 68 68 -
trunk/Utilities/FROG/Includes/FROG/FROG_Element_Event_Jet.h
r108 r110 92 92 93 93 glPushMatrix(); 94 glRotatef(57.29*Phi_ ,0, 0,1);94 glRotatef(57.29*Phi_ ,0,1,0); 95 95 glRotatef(57.29*FROG_COORD::EtaToTheta(Eta_),1,0,0); 96 96 float dphi = 0.62832;
Note:
See TracChangeset
for help on using the changeset viewer.