Changeset 10167 for trunk/Mars/msimcamera
- Timestamp:
- 02/21/11 15:08:41 (14 years ago)
- Location:
- trunk/Mars/msimcamera
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/msimcamera/MSimCamera.cc
r9625 r10167 279 279 // FIMXE: How stable is the gain? 280 280 281 if (ph.GetPrimary()!=MMcEvt::kNightSky )281 if (ph.GetPrimary()!=MMcEvt::kNightSky && ph.GetPrimary()!=MMcEvt::kArtificial) 282 282 tot += ph.GetWeight(); 283 283 -
trunk/Mars/msimcamera/MSimSignalCam.cc
r9347 r10167 150 150 151 151 // Reject photons from the night sky 152 if (ph.GetPrimary()==MMcEvtBasic::kNightSky )152 if (ph.GetPrimary()==MMcEvtBasic::kNightSky || ph.GetPrimary()==MMcEvtBasic::kArtificial) 153 153 continue; 154 154
Note:
See TracChangeset
for help on using the changeset viewer.