Ignore:
Timestamp:
02/22/09 23:36:01 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9359 r9362  
    6666//
    6767MCorsikaRunHeader::MCorsikaRunHeader(const char *name, const char *title)
    68     : fNumObsLevel(0), fZdMin(0), fZdMax(-1), fAzMin(0), fAzMax(0),
    69     fViewConeInnerAngle(0), fViewConeOuterAngle(-1)
     68    : fNumObsLevel(0), fImpactMax(-1), fZdMin(0), fZdMax(-1),
     69    fAzMin(0), fAzMax(0),  fViewConeInnerAngle(0), fViewConeOuterAngle(-1)
    7070{
    7171    fName  = name  ? name  : "MCorsikaRunHeader";
     
    183183    // g[93] angle between array x-direction and magnetic north
    184184
     185    fImpactMax = -1;
     186/*
    185187    // This is a trick to use CERARY for storage of the
    186188    // maximum simulated impact
    187     fImpactMax = -1;
    188189    if (TMath::Nint(g[84])==1 && TMath::Nint(g[85])==1 &&
    189190        TMath::Nint(g[88])==1 && TMath::Nint(g[89])==1 &&
    190191        g[86]==g[87])
    191192        fImpactMax = g[86];
    192 
     193 */
    193194    fWavelengthMin = g[94];        // Cherenkov bandwidth lower end in nm
    194195    fWavelengthMax = g[95];        // Cherenkov bandwidth upper end in nm
     
    272273
    273274    if (fViewConeOuterAngle>0)
    274         *fLog << "ViewCone:       " << fViewConeInnerAngle << UTF8::kDeg << "-" << fViewConeOuterAngle << UTF8::kDeg << endl;
     275        *fLog << "ViewCone:       " << fViewConeInnerAngle << UTF8::kDeg << " - " << fViewConeOuterAngle << UTF8::kDeg << endl;
    275276
    276277    if (fZdMax>=0)
     
    300301        *fLog << " CEFFIC";
    301302    if (Has(kAtmext))
    302         *fLog << " ATMEXT";
     303        *fLog << " ATMEXT" << GetNumAtmosphericModel();
    303304    if (Has(kRefraction))
    304305        *fLog << " AtmRefraction";
Note: See TracChangeset for help on using the changeset viewer.