Skip to content

Commit

Permalink
Merge pull request #241 from areinsvo/devel
Browse files Browse the repository at this point in the history
Change found hit bonus to 7.5
  • Loading branch information
kmcdermo authored Sep 6, 2019
2 parents e596277 + ef7334e commit d9dfbda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -359,7 +359,7 @@ namespace Config
constexpr float track_ptlow = 0.9;

// sorting config (bonus,penalty)
constexpr float validHitBonus_ = 5.0;//cmssw bonus = 2.5
constexpr float validHitBonus_ = 7.5;//cmssw bonus = 2.5
constexpr float missingHitPenalty_ = 5.0;//cmssw penalty = 20
constexpr float maxChi2ForRanking_ = 819.2f; // (=0.5f*0.1f*pow(2,14);)

Expand Down

0 comments on commit d9dfbda

Please sign in to comment.