- Timestamp:
- Jan 7, 2009, 12:29:32 PM (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
r110 r154 60 60 float L1 = log(1+P_)*15; 61 61 float L2 = L1*0.8; 62 //float Radius1 = 0.2; 62 63 float Radius1 = L1*0.05; 63 64 float Radius2 = Radius1 / 2; 64 65 65 66 glPushMatrix(); 66 glRotatef(57.29*Phi_ ,0, 1,0);67 glRotatef(57.29*FROG_COORD::EtaToTheta(Eta_), 1,0,0);67 glRotatef(57.29*Phi_ ,0,0,1); 68 glRotatef(57.29*FROG_COORD::EtaToTheta(Eta_),0,1,0); 68 69 69 70 float dphi = 0.62832; -
trunk/Utilities/FROG/Includes/FROG/FROG_Element_Event_Jet.h
r110 r154 92 92 93 93 glPushMatrix(); 94 glRotatef(57.29*Phi_ ,0, 1,0);95 glRotatef(57.29*FROG_COORD::EtaToTheta(Eta_), 1,0,0);94 glRotatef(57.29*Phi_ ,0,0,1); 95 glRotatef(57.29*FROG_COORD::EtaToTheta(Eta_),0,1,0); 96 96 float dphi = 0.62832; 97 97
Note:
See TracChangeset
for help on using the changeset viewer.