Ignore:
Timestamp:
04/11/14 12:03:06 (11 years ago)
Author:
ftemme
Message:
Forget to compile, before checkin, and therefore didn't see some small mistakes in the code
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msimcamera/MSimCamera.cc

    r17665 r17666  
    342342    for (int i=0 ; i<1440 ; i++)
    343343    {
    344         (*fTruePhotons->cherenkov_photons_weight)[idx] = 0;
    345         (*fTruePhotons->cherenkov_photons_number)[idx] = 0;
    346         (*fTruePhotons->cherenkov_arrival_time_mean)[idx] = ;
    347         (*fTruePhotons->cherenkov_arrival_time_variance)[idx] = 0;
    348         (*fTruePhotons->muon_cherenkov_photons_weight)[idx] = 0;
    349         (*fTruePhotons->muon_cherenkov_photons_number)[idx] = 0;
    350         (*fTruePhotons->cherenkov_arrival_time_min)[idx] = 10000;
    351         (*fTruePhotons->cherenkov_arrival_time_max)[idx] = 0;
    352         (*fTruePhotons->noise_photons_weight)[idx] = 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;
    353353    }
    354354
Note: See TracChangeset for help on using the changeset viewer.