Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 64428
b: "refs/heads/CMSSW_7_1_X"
c: 4aed100
h: "refs/heads/CMSSW_7_1_X"
v: v3
  • Loading branch information
Burt Betchart committed Apr 7, 2009
1 parent 953e39c commit 610d356
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
---
refs/heads/gh-pages: 82f76fd1a3f5d9423d7c163d852a0c36647fc4ea
"refs/heads/CMSSW_7_1_X": ff2a64df926f5a33449a1bbcf73da2a7f1c2e7ee
"refs/heads/CMSSW_7_1_X": 4aed1005320896a67769a958b029d43ecfbc0db9
Original file line number Diff line number Diff line change
Expand Up @@ -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; i<width(); i++)
algorithm->stripByStripAdd( firstStrip()+i, charges[i], clusters );
algorithm->stripByStripEnd( clusters );
}

Expand Down

0 comments on commit 610d356

Please sign in to comment.