Changeset 18546 for trunk/Mars/mcorsika
- Timestamp:
- 08/26/16 12:58:47 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/mcorsika/MCorsikaRunHeader.cc
r18537 r18546 114 114 115 115 // CORSIKA scattering in a disc on the ground 116 if (f[246]>0 && f[247]==0 )116 if (f[246]>0 && f[247]==0 && !fInFormat->IsEventioFormat()) 117 117 { 118 118 *fLog << warn << "WARNING - Events scattered in a disc on the ground." << endl; … … 263 263 *fLog << "ViewCone: " << fViewConeInnerAngle << UTF8::kDeg << " - " << fViewConeOuterAngle << UTF8::kDeg << endl; 264 264 265 if (fZdMax>=0) 265 *fLog << "Zd/Az: "; 266 if (fZdMax>=0 && fZdMin<360) 266 267 { 267 *fLog << "Zd/Az: " <<fZdMin << UTF8::kDeg;268 *fLog << fZdMin << UTF8::kDeg; 268 269 if (fZdMin==fZdMax) 269 270 *fLog << " (fixed)"; … … 272 273 *fLog << " / " << fAzMin << UTF8::kDeg; 273 274 if (fAzMin==fAzMax) 274 *fLog << (fAzMin==180?" (trajectory)":" (fixed)");275 *fLog << " (fixed)"; 275 276 else 276 277 *fLog << "-" << fAzMax << UTF8::kDeg; 277 278 *fLog << " w.r.t. magnetic North." << endl; 278 279 } 280 281 if (fZdMin>=360) // 4010.7 282 *fLog << "-trajectory-" << endl; 283 279 284 280 285 if (fImpactMax>0) … … 298 303 if (Has(kSlant)) 299 304 *fLog << " SLANT"; 300 *fLog << endl;305 *fLog << " [" << hex << fCerenkovFlag << "]" << dec << endl; 301 306 302 307 if (HasLayers())
Note:
See TracChangeset
for help on using the changeset viewer.