From 610d35620fe5e8068fc1676d0b6ade4e2e3468df Mon Sep 17 00:00:00 2001 From: Burt Betchart Date: Tue, 7 Apr 2009 09:56:30 +0000 Subject: [PATCH] --- yaml --- r: 64428 b: "refs/heads/CMSSW_7_1_X" c: 4aed1005320896a67769a958b029d43ecfbc0db9 h: "refs/heads/CMSSW_7_1_X" v: v3 --- [refs] | 2 +- .../SiStripClusterInfo/src/SiStripClusterInfo.cc | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/[refs] b/[refs] index c1187c17d3be8..bc53d64a01b9e 100644 --- a/[refs] +++ b/[refs] @@ -1,3 +1,3 @@ --- refs/heads/gh-pages: 82f76fd1a3f5d9423d7c163d852a0c36647fc4ea -"refs/heads/CMSSW_7_1_X": ff2a64df926f5a33449a1bbcf73da2a7f1c2e7ee +"refs/heads/CMSSW_7_1_X": 4aed1005320896a67769a958b029d43ecfbc0db9 diff --git a/trunk/AnalysisDataFormats/SiStripClusterInfo/src/SiStripClusterInfo.cc b/trunk/AnalysisDataFormats/SiStripClusterInfo/src/SiStripClusterInfo.cc index ca1babdb1e509..452e74fd7c941 100644 --- a/trunk/AnalysisDataFormats/SiStripClusterInfo/src/SiStripClusterInfo.cc +++ b/trunk/AnalysisDataFormats/SiStripClusterInfo/src/SiStripClusterInfo.cc @@ -138,8 +138,8 @@ reclusterize(const edm::ParameterSet& conf) const { algorithm->initialize(es); if( algorithm->stripByStripBegin( detId() )) { - for(unsigned strip = firstStrip(); strip < firstStrip()+charges.size(); strip++) - algorithm->stripByStripAdd( strip, charges.at(strip), clusters ); + for(unsigned i = 0; istripByStripAdd( firstStrip()+i, charges[i], clusters ); algorithm->stripByStripEnd( clusters ); }