Changeset 736 for trunk/MagicSoft/include-Classes
- Timestamp:
- 04/09/01 15:48:17 (24 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/MagicSoft/include-Classes/MMcFormat/MMcEvt.cxx
r686 r736 20 20 // default constructor 21 21 // set all values to zero 22 23 *fName = "MMcEvt";24 *fTitle = "Event info from Monte Carlo simulation";25 22 26 23 fPartId = 0 ; … … 151 148 152 149 fPhotIni = uiPin ; 153 fPassPhotAtm = uiPat ;154 fPassPhotRef = uiPre ;150 fPassPhotAtm = fPhotIni-uiPat ; 151 fPassPhotRef = fPassPhotAtm-uiPre ; 155 152 fPassPhotCone = uiPco ; 156 153 fPhotElfromShower = uiPelS ;
Note:
See TracChangeset
for help on using the changeset viewer.