Changeset 736 for trunk


Ignore:
Timestamp:
04/09/01 15:48:17 (23 years ago)
Author:
magicsol
Message:
Some modification in filling the number of photons at each step of the
simualtion.
File:
1 edited

Legend:

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

    r686 r736  
    2020  //  default constructor
    2121  //  set all values to zero
    22  
    23   *fName  = "MMcEvt";
    24   *fTitle = "Event info from Monte Carlo simulation";
    2522
    2623  fPartId = 0  ;
     
    151148
    152149  fPhotIni      = uiPin ;
    153   fPassPhotAtm  = uiPat ;
    154   fPassPhotRef  = uiPre ;
     150  fPassPhotAtm  = fPhotIni-uiPat ;
     151  fPassPhotRef  = fPassPhotAtm-uiPre ;
    155152  fPassPhotCone = uiPco ;
    156153  fPhotElfromShower = uiPelS ;
Note: See TracChangeset for help on using the changeset viewer.