Changeset 18957 for trunk/Mars/manalysis


Ignore:
Timestamp:
03/25/18 16:32:05 (7 years ago)
Author:
tbretz
Message:
Improved compiler warnings.
File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/Mars/manalysis/MSoftwareTriggerCalc.cc

    r18482 r18957  
    9393Int_t MSoftwareTriggerCalc::Process()
    9494{
    95     const UShort_t *idx = fRawEvt->GetPixelIds();
     95    const UShort_t *ids = fRawEvt->GetPixelIds();
    9696
    9797    const int beg =  10;
     
    118118            continue;
    119119
    120         const Float_t *raw = fSignal->GetSamples(idx[hw]);
     120        const Float_t *raw = fSignal->GetSamples(ids[hw]);
    121121
    122122        Float_t *sum = buf.GetArray()+(hw/9)*num;
Note: See TracChangeset for help on using the changeset viewer.