Ignore:
Timestamp:
08/19/07 22:40:04 (17 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcCorsikaRunHeader.cc

    r3381 r8679  
    206206    //   Print Information about the Geometry of the camera
    207207    //
    208   *fLog << all << GetTitle() <<". Number of Telescopes: " << fNumCT << endl;
    209 
    210   fTelescopes.Print();
     208    *fLog << all << GetTitle() <<":" << endl;
     209    *fLog << " Spectral Slope: " << fSlopeSpec << " from " << fELowLim << "GeV to " << fEUppLim << "GeV" << endl;
     210    *fLog << " Number of Telescopes: " << fNumCT << endl;
     211    fTelescopes.Print();
    211212}
Note: See TracChangeset for help on using the changeset viewer.