Ignore:
Timestamp:
01/06/09 13:07:00 (16 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

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

    r9186 r9212  
    3333    Float_t  fAzMax;                     // [rad] Azimuth (north=0; west=90)
    3434
     35    Float_t fWavelengthMin;      // [nm] Wavelength bandwidth lo edge
     36    Float_t fWavelengthMax;      // [nm] Wavelength bandwidth up edge
     37
    3538    //Float_t  fImpactMax;              // [cm] Maximum simulated impact
    3639
     
    5053    Float_t GetAzMax() const { return fAzMax; }
    5154
     55    Float_t GetWavelengthMin() const { return fWavelengthMin; }
     56    Float_t GetWavelengthMax() const { return fWavelengthMax; }
     57
    5258    //Float_t GetImpactMax() const { return fImpactMax; }
    5359
Note: See TracChangeset for help on using the changeset viewer.