Changeset 1288 for trunk/MagicSoft


Ignore:
Timestamp:
04/23/02 18:19:36 (23 years ago)
Author:
tbretz
Message:
*** empty log message ***
Location:
trunk/MagicSoft
Files:
4 edited

Legend:

Unmodified
Added
Removed
  • trunk/MagicSoft/Mars/Changelog

    r1287 r1288  
    66     mdata/MDataChain.[h,cc], mdata/MDataMember.[h,cc]:
    77     - added
     8
     9   * mmc/MMcEvt.[hxx,cxx]:
     10     - added correct units for fImpact
    811
    912
  • trunk/MagicSoft/Mars/Makefile

    r1283 r1288  
    4444          mmontecarlo \
    4545          mhist       \
     46          mdata       \
    4647          mfilter     \
    4748          mraw
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.cxx

    r1219 r1288  
    177177  cout << "Monte Carlo output:" << endl;
    178178  cout << " Particle Id:    " << fPartId;
    179   cout << " Energy (GeV):   " << fEnergy;
    180   cout << " Impactpar. (m): " << fImpact;
     179  cout << " Energy:         " << fEnergy << "GeV";
     180  cout << " Impactpar.:     " << fImpact/100 << "m";
    181181  cout << " Photoelectrons: " << fPhotElfromShower;
    182182  cout << endl;
  • trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.hxx

    r1219 r1288  
    1818  Float_t fCoreX;           // Core x pos
    1919  Float_t fCoreY;           // Core y pos
    20   Float_t fImpact;          // impact parameter
     20  Float_t fImpact;          // [mm] impact parameter
    2121
    2222  UInt_t fPhotIni;          // Initial number of photons
Note: See TracChangeset for help on using the changeset viewer.