Changeset 18957 for trunk/Mars/msimreflector/MSimReflector.cc
- Timestamp:
- 03/25/18 16:32:05 (7 years ago)
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
trunk/Mars/msimreflector/MSimReflector.cc
r18449 r18957 472 472 UInt_t cnt[6] = { 0, 0, 0, 0, 0, 0 }; 473 473 474 const Int_t n um= arr.GetEntriesFast();475 for (Int_t idx=0; idx<n um; idx++)474 const Int_t nentries = arr.GetEntriesFast(); 475 for (Int_t idx=0; idx<nentries; idx++) 476 476 { 477 477 MPhotonData *dat = static_cast<MPhotonData*>(arr.UncheckedAt(idx));
Note:
See TracChangeset
for help on using the changeset viewer.