Changeset 18549 for trunk/Mars/msim/MPhotonEvent.cc
- Timestamp:
- 08/26/16 13:03:45 (8 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/msim/MPhotonEvent.cc
r18541 r18549 550 550 { 551 551 const UInt_t n = GetNumPhotons(); 552 if (n==0) 553 return; 554 555 // Corsika has already produced and written the wavelength 556 if (operator[](0).GetWavelength()>0) 557 return; 552 558 553 559 for (UInt_t i=0; i<n; i++)
Note:
See TracChangeset
for help on using the changeset viewer.