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

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/mcorsika/MCorsikaRunHeader.cc

    r9348 r9352  
    261261
    262262    *fLog << "MagneticField:  X/Z=(" << fMagneticFieldX << "/";
    263     *fLog << fMagneticFieldZ << ")  Az=" << fMagneticFieldAz*TMath::RadToDeg() << "deg" << endl;
     263    *fLog << fMagneticFieldZ << ")" << UTF8::kMu << "T  Az=" << fMagneticFieldAz*TMath::RadToDeg() << "deg  (magnetic North w.r.t. North)" << endl;
    264264
    265265    *fLog << "Spectrum:       Slope=" << fSlopeSpectrum << "  (" << fEnergyMin << "GeV-" << fEnergyMax << "GeV)" <<  endl;
     
    267267
    268268    if (fViewConeOuterAngle>0)
    269         *fLog << "ViewCone:       " << fViewConeInnerAngle << "deg-" << fViewConeOuterAngle << "deg" << endl;
     269        *fLog << "ViewCone:       " << fViewConeInnerAngle << UTF8::kDeg << "-" << fViewConeOuterAngle << UTF8::kDeg << endl;
    270270
    271271    if (fZdMax>=0)
    272272    {
    273         *fLog << "Zd/Az:          " << fZdMin << "deg";
     273        *fLog << "Zd/Az:          " << fZdMin << UTF8::kDeg;
    274274        if (fZdMin==fZdMax)
    275275            *fLog << " (fixed)";
    276276        else
    277             *fLog << "-" << fZdMax << "deg";
    278         *fLog << " / " << fAzMin << "deg";
     277            *fLog << "-" << fZdMax << UTF8::kDeg;
     278        *fLog << " / " << fAzMin << UTF8::kDeg;
    279279        if (fAzMin==fAzMax)
    280280            *fLog << " (fixed)";
    281281        else
    282             *fLog << "-" << fAzMax << "deg";
    283         *fLog << endl;
    284     }
    285 
    286     *fLog << "Atm.Coeff A:   ";
    287     for (int i=0; i<5; i++)
    288         *fLog << " " << fAtmosphericCoeffA[i];
    289     *fLog << endl;
    290     *fLog << "Atm.Coeff B:   ";
    291     for (int i=0; i<5; i++)
    292         *fLog << " " << fAtmosphericCoeffB[i];
    293     *fLog << endl;
    294     *fLog << "Atm.Coeff C:   ";
    295     for (int i=0; i<5; i++)
    296         *fLog << " " << fAtmosphericCoeffC[i];
    297     *fLog << endl;
     282            *fLog << "-" << fAzMax << UTF8::kDeg;
     283        *fLog << "  w.r.t. magnetic North." << endl;
     284    }
    298285
    299286    *fLog << "Options used:  ";
     
    315302        *fLog << " SLANT";
    316303    *fLog << endl;
    317 }
    318 
     304
     305    *fLog << "Atm.Coeff A:   ";
     306    for (int i=0; i<5; i++)
     307        *fLog << " " << fAtmosphericCoeffA[i];
     308    *fLog << endl;
     309    *fLog << "Atm.Coeff B:   ";
     310    for (int i=0; i<5; i++)
     311        *fLog << " " << fAtmosphericCoeffB[i];
     312    *fLog << endl;
     313    *fLog << "Atm.Coeff C:   ";
     314    for (int i=0; i<5; i++)
     315        *fLog << " " << fAtmosphericCoeffC[i];
     316    *fLog << endl;
     317
     318}
     319
Note: See TracChangeset for help on using the changeset viewer.