Changeset 9352 for trunk/MagicSoft/Mars/mcorsika
- Timestamp:
- 02/19/09 20:09:42 (16 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/Mars/mcorsika/MCorsikaRunHeader.cc
r9348 r9352 261 261 262 262 *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; 264 264 265 265 *fLog << "Spectrum: Slope=" << fSlopeSpectrum << " (" << fEnergyMin << "GeV-" << fEnergyMax << "GeV)" << endl; … … 267 267 268 268 if (fViewConeOuterAngle>0) 269 *fLog << "ViewCone: " << fViewConeInnerAngle << "deg-" << fViewConeOuterAngle << "deg"<< endl;269 *fLog << "ViewCone: " << fViewConeInnerAngle << UTF8::kDeg << "-" << fViewConeOuterAngle << UTF8::kDeg << endl; 270 270 271 271 if (fZdMax>=0) 272 272 { 273 *fLog << "Zd/Az: " << fZdMin << "deg";273 *fLog << "Zd/Az: " << fZdMin << UTF8::kDeg; 274 274 if (fZdMin==fZdMax) 275 275 *fLog << " (fixed)"; 276 276 else 277 *fLog << "-" << fZdMax << "deg";278 *fLog << " / " << fAzMin << "deg";277 *fLog << "-" << fZdMax << UTF8::kDeg; 278 *fLog << " / " << fAzMin << UTF8::kDeg; 279 279 if (fAzMin==fAzMax) 280 280 *fLog << " (fixed)"; 281 281 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 } 298 285 299 286 *fLog << "Options used: "; … … 315 302 *fLog << " SLANT"; 316 303 *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.