Changeset 10167 for trunk/Mars/msim
- Timestamp:
- 02/21/11 15:08:41 (14 years ago)
- Location:
- trunk/Mars/msim
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/msim/MHPhotonEvent.cc
r9944 r10167 348 348 const MPhotonData &ph = (*evt)[idx]; 349 349 350 if (ph.GetPrimary()==MMcEvtBasic::kNightSky )350 if (ph.GetPrimary()==MMcEvtBasic::kNightSky || ph.GetPrimary()==MMcEvtBasic::kArtificial) 351 351 continue; 352 352 -
trunk/Mars/msim/MPhotonEvent.cc
r10060 r10167 402 402 Int_t rc = 0; 403 403 for (int i=0; i<n; i++) 404 if ((*this)[i].GetPrimary()!=MMcEvtBasic::kNightSky )404 if ((*this)[i].GetPrimary()!=MMcEvtBasic::kNightSky && (*this)[i].GetPrimary()!=MMcEvtBasic::kArtificial) 405 405 rc++; 406 406
Note:
See TracChangeset
for help on using the changeset viewer.