Changeset 19123 for trunk


Ignore:
Timestamp:
08/03/18 11:27:23 (6 years ago)
Author:
tbretz
Message:
Secured for cases in which the raw data stores more pixels (1440) than the geometry actually has (64)
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/msignal/MExtractTimeAndCharge.cc

    r14205 r19123  
    245245    {
    246246        const Int_t pixidx = pixel.GetPixelId();
     247        if (pixidx>=fSignal->GetNumPixels())
     248            continue;
    247249
    248250        const Float_t *sig = fSignal->GetSamples(pixidx);
Note: See TracChangeset for help on using the changeset viewer.