Skip to content

Commit

Permalink
Merge pull request cms-sw#156 from mmasciov/updatedHitSelWindows_lyrInfo
Browse files Browse the repository at this point in the history
Dynamic hit selection windows: superseeding PR cms-sw#151
  • Loading branch information
osschar authored Jul 24, 2018
2 parents d27551c + 9c314a5 commit bce0913
Show file tree
Hide file tree
Showing 7 changed files with 938 additions and 150 deletions.
4 changes: 4 additions & 0 deletions Config.h
Original file line number Diff line number Diff line change
Expand Up @@ -337,6 +337,10 @@ namespace Config
constexpr float c_dzmax_els = 0.015;
constexpr float c_drmax_els = 0.015;

// track-related config on hit selection windows
constexpr float treg_eta[2] = {0.45,1.5};
constexpr float track_ptlow = 0.9;

// Threading
extern int numThreadsFinder;
extern int numThreadsSimulation;
Expand Down
Loading

0 comments on commit bce0913

Please sign in to comment.