Skip to content

Commit

Permalink
Merge pull request cms-sw#27 from carabella00/L1TK-dev-11_1_0_pre8
Browse files Browse the repository at this point in the history
updated truncation numbers
  • Loading branch information
skinnari authored Aug 28, 2020
2 parents cca8892 + 3bf73f3 commit 6c29551
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions L1Trigger/TrackFindingTracklet/interface/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -596,15 +596,15 @@ namespace trklet {

//Default number of processing steps for one event
std::unordered_map<std::string, unsigned int> maxstep_{{"Link", 108},
{"VMR", 108},
{"TE", 108},
{"TC", 108},
{"TP", 108},
{"PR", 108},
{"MC", 107},
{"ME", 108},
{"MC", 108},
{"MP", 108},
{"TRE", 108}};
{"PR", 103},
{"TC", 107},
{"TE", 101},
{"TP", 108},
{"TRE", 108},
{"VMR", 101}};

// If set to true this will generate debub printout in text files
std::unordered_map<std::string, bool> writeMonitorData_{{"IL", false},
Expand Down

0 comments on commit 6c29551

Please sign in to comment.