Ignore:
Timestamp:
03/01/04 14:21:39 (21 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mhist/MHStarMap.cc

    r3366 r3370  
    185185    }
    186186
    187     fSinLat = TMath::Sin(obs->GetPhi());
    188     fCosLat = TMath::Cos(obs->GetPhi());
    189 
    190187    return kTRUE;
    191188}
     
    242239    //   - and perform a rotation to compensate the rotation of the
    243240    //     sky image in the camera
    244 
    245     const Double_t theta = fMcEvt->GetTelescopeTheta();
    246     const Double_t phi   = fMcEvt->GetTelescopePhi();
    247 
    248241    Double_t cosal;
    249242    Double_t sinal;
Note: See TracChangeset for help on using the changeset viewer.