Ignore:
Timestamp:
02/22/01 14:30:10 (24 years ago)
Author:
tbretz
Message:
*** empty log message ***
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.cxx

    r574 r609  
    154154  //  print out the data member on screen
    155155  //
    156   cout <<endl << "Monte Carlo output:" <<endl;
    157   cout << " Particle Id    : " << usPartId ;
    158   cout << " Energy (GeV)   : " << fEnergy  ;
    159   cout << " Impactpar. (m) : " << fImpact  ;
    160   cout << " Photoelectrons : " << usPhotEl ;
     156  cout << endl << "Monte Carlo output:" << endl;
     157  cout << " Particle Id:    " << usPartId << endl;
     158  cout << " Energy [GeV]:   " << fEnergy  << endl;
     159  cout << " Impactpar. [m]: " << fImpact  << endl;
     160  cout << " Photoelectrons: " << usPhotEl << endl;
    161161  cout << endl ;
    162162}
Note: See TracChangeset for help on using the changeset viewer.