Changeset 18179 for branches/Corsika7405Compatibility/msim/MPhotonData.cc
- Timestamp:
- 05/08/15 12:32:23 (10 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
branches/Corsika7405Compatibility/msim/MPhotonData.cc
r10060 r18179 273 273 Int_t MPhotonData::FillEventIO(Float_t f[8]) 274 274 { 275 275 // photons in this bunch 276 276 const UInt_t n = TMath::Nint(f[6]); 277 277 if (n==0) … … 292 292 fTag = -1; 293 293 fWeight = 1; 294 294 295 295 296 return n;
Note:
See TracChangeset
for help on using the changeset viewer.