Skip to content

Commit

Permalink
Merge pull request #34858 from slava77/patch-102
Browse files Browse the repository at this point in the history
initialize Trackster::iterationIndex_
  • Loading branch information
cmsbuild committed Aug 17, 2021
2 parents ea0b9d0 + 8c588de commit bec4911
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion DataFormats/HGCalReco/interface/Trackster.h
Expand Up @@ -37,7 +37,8 @@ namespace ticl {
enum class PCAOrdering { ascending = 0, descending };

Trackster()
: seedIndex_(0),
: iterationIndex_(0),
seedIndex_(0),
time_(0.f),
timeError_(-1.f),
regressed_energy_(0.f),
Expand Down

0 comments on commit bec4911

Please sign in to comment.