Changeset 1905 for trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc
- Timestamp:
- 04/04/03 10:10:34 (22 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mfileio/MCT1ReadPreProc.cc
r1899 r1905 912 912 fThetaOrig->SetVal(theta); 913 913 914 //*fLog << "Theta, smearedTheta = " << theta << ", " << SmearTheta(theta) 915 // << endl; 916 914 917 // store hour angle 915 918 fHourAngle->SetVal(event.fhourangle); … … 931 934 fIsMcFile ? event.imcimpact_m*100 : 0, 932 935 TMath::Pi()/180*event.iaz_arcs/3600, // azimuth (arcseconds) 933 SmearTheta(theta),936 fIsMcFile ? SmearTheta(theta) : theta, 934 937 0, /* fTFirst */ 935 938 0, /* fTLast */
Note:
See TracChangeset
for help on using the changeset viewer.