Changeset 18957 for trunk/Mars/manalysis
- Timestamp:
- 03/25/18 16:32:05 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/manalysis/MSoftwareTriggerCalc.cc
r18482 r18957 93 93 Int_t MSoftwareTriggerCalc::Process() 94 94 { 95 const UShort_t *id x= fRawEvt->GetPixelIds();95 const UShort_t *ids = fRawEvt->GetPixelIds(); 96 96 97 97 const int beg = 10; … … 118 118 continue; 119 119 120 const Float_t *raw = fSignal->GetSamples(id x[hw]);120 const Float_t *raw = fSignal->GetSamples(ids[hw]); 121 121 122 122 Float_t *sum = buf.GetArray()+(hw/9)*num;
Note:
See TracChangeset
for help on using the changeset viewer.