Skip to content

Commit

Permalink
enable truncation by default (#43)
Browse files Browse the repository at this point in the history
  • Loading branch information
skinnari committed Dec 22, 2020
1 parent 79f67d0 commit 7a61376
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions L1Trigger/TrackFindingTracklet/interface/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -596,9 +596,10 @@ namespace trklet {
{{3.6, 3.8, 0.0, 0.0, 3.6, 0.0, 3.5, 3.8, 0.0, 0.0, 3.0, 3.0}}, //disk 4
{{0.0, 0.0, 0.0, 0.0, 3.6, 3.4, 3.7, 0.0, 0.0, 0.0, 0.0, 3.0}}}}; //disk 5

//Offset to the maximum number of steps in each processing step. Set to 0 for standard
//trunction. Set to large value, e.g. 10000 to remove truncation
unsigned int maxstepoffset_{10000};
// Offset to the maximum number of steps in each processing step:
// Set to 0 (default) means standard trunction
// Set to large value, e.g. 10000, to disable truncation
unsigned int maxstepoffset_{0};

//Default number of processing steps for one event
std::unordered_map<std::string, unsigned int> maxstep_{{"Link", 108},
Expand Down

0 comments on commit 7a61376

Please sign in to comment.