Fork me on GitHub

Changeset 154 in svn


Ignore:
Timestamp:
Jan 7, 2009, 12:29:32 PM (16 years ago)
Author:
severine ovyn
Message:

remove bug

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  
    6060                        float L1      = log(1+P_)*15;                   
    6161                        float L2      = L1*0.8;
     62                        //float Radius1 = 0.2;
    6263                        float Radius1 = L1*0.05;
    6364                        float Radius2 = Radius1 / 2;
    6465
    6566                        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);           
    6869
    6970                        float dphi = 0.62832;
  • trunk/Utilities/FROG/Includes/FROG/FROG_Element_Event_Jet.h

    r110 r154  
    9292
    9393                        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);           
    9696                        float dphi = 0.62832;
    9797                               
Note: See TracChangeset for help on using the changeset viewer.