Ignore:
Timestamp:
04/04/03 10:10:34 (22 years ago)
Author:
wittek
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc

    r1899 r1905  
    912912    fThetaOrig->SetVal(theta);
    913913
     914    //*fLog << "Theta, smearedTheta = " << theta << ",  " << SmearTheta(theta)
     915    //      << endl;
     916
    914917    // store hour angle
    915918    fHourAngle->SetVal(event.fhourangle);
     
    931934                 fIsMcFile ? event.imcimpact_m*100 : 0,
    932935                 TMath::Pi()/180*event.iaz_arcs/3600, // azimuth (arcseconds)
    933                  SmearTheta(theta),
     936                 fIsMcFile ? SmearTheta(theta) : theta,
    934937                 0, /* fTFirst */
    935938                 0, /* fTLast */
Note: See TracChangeset for help on using the changeset viewer.