Changeset 17666 for trunk/Mars/msimcamera
- Timestamp:
- 04/11/14 12:03:06 (11 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/msimcamera/MSimCamera.cc
r17665 r17666 342 342 for (int i=0 ; i<1440 ; i++) 343 343 { 344 (*fTruePhotons->cherenkov_photons_weight)[i dx] = 0;345 (*fTruePhotons->cherenkov_photons_number)[i dx] = 0;346 (*fTruePhotons->cherenkov_arrival_time_mean)[i dx] =;347 (*fTruePhotons->cherenkov_arrival_time_variance)[i dx] = 0;348 (*fTruePhotons->muon_cherenkov_photons_weight)[i dx] = 0;349 (*fTruePhotons->muon_cherenkov_photons_number)[i dx] = 0;350 (*fTruePhotons->cherenkov_arrival_time_min)[i dx] = 10000;351 (*fTruePhotons->cherenkov_arrival_time_max)[i dx] = 0;352 (*fTruePhotons->noise_photons_weight)[i dx] = 0;344 (*fTruePhotons->cherenkov_photons_weight)[i] = 0; 345 (*fTruePhotons->cherenkov_photons_number)[i] = 0; 346 (*fTruePhotons->cherenkov_arrival_time_mean)[i] = 0; 347 (*fTruePhotons->cherenkov_arrival_time_variance)[i] = 0; 348 (*fTruePhotons->muon_cherenkov_photons_weight)[i] = 0; 349 (*fTruePhotons->muon_cherenkov_photons_number)[i] = 0; 350 (*fTruePhotons->cherenkov_arrival_time_min)[i] = 10000; 351 (*fTruePhotons->cherenkov_arrival_time_max)[i] = 0; 352 (*fTruePhotons->noise_photons_weight)[i] = 0; 353 353 } 354 354
Note:
See TracChangeset
for help on using the changeset viewer.