Ignore:
Timestamp:
02/19/09 20:40:54 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/msim/MSimPointingPos.cc

    r9336 r9354  
    8383Int_t MSimPointingPos::PreProcess(MParList *pList)
    8484{
    85     fPointingCorsika = (MPointingPos*)pList->FindCreateObj("MPointingPos", "PointingCorsika");
    86     if (!fPointingCorsika)
    87         return kFALSE;
     85//    fPointingCorsika = (MPointingPos*)pList->FindCreateObj("MPointingPos", "PointingCorsika");
     86//    if (!fPointingCorsika)
     87//        return kFALSE;
    8888
    8989    fPointingLocal = (MPointingPos*)pList->FindCreateObj("MPointingPos");
     
    165165
    166166    // Setup the pointing position
    167     fPointingCorsika->SetLocalPosition(zd, az);
    168     fPointingLocal->SetLocalPosition(zd, az+fRunHeader->GetMagneticFieldAz());
     167//    fPointingCorsika->SetLocalPosition(zd, az/*+fRunHeader->GetMagneticFieldAz()*TMath::RadToDeg()*/);
     168    fPointingLocal->SetLocalPosition(zd, az+fRunHeader->GetMagneticFieldAz()*TMath::RadToDeg());
    169169
    170170    // Calculate incident angle between magnetic field direction
Note: See TracChangeset for help on using the changeset viewer.