Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 76735
b: "refs/heads/CMSSW_7_1_X"
c: ddf4aec
h: "refs/heads/CMSSW_7_1_X"
i:
  76733: 29d9a56
  76731: 6cdee42
  76727: c2b6fe1
  76719: b670e95
  76703: f363722
  76671: c7319c4
v: v3
  • Loading branch information
Aaron Dominguez committed Oct 30, 2009
1 parent bff38eb commit c71aa2e
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: 09c786f70121f131b3715aaf3464996502bbeb7e
"refs/heads/CMSSW_7_1_X": 1f7c5b43a04b66ad5423a5be27c1069dbd66e848
"refs/heads/CMSSW_7_1_X": ddf4aeceb588b7a414fcb301f23c21f830830cd4
Original file line number Diff line number Diff line change
Expand Up @@ -73,8 +73,8 @@ DivisiveClusterizer1D<T>::DivisiveClusterizer1D(float zoffset,
int ntkmin,
bool useError,
float zsep, bool wei)
:theZOffSet(zoffset), theZSeparation(zsep), theNTkMin(ntkmin),
theWei(wei), theUseError(useError)
:theZOffSet(zoffset), theNTkMin(ntkmin),
theUseError(useError), theZSeparation(zsep), theWei(wei)
{
// theDiscardedTracks.clear();
// theTotalDiscardedTracks.clear();
Expand Down

0 comments on commit c71aa2e

Please sign in to comment.