Skip to content

Commit

Permalink
Document writeMonitorData cfg
Browse files Browse the repository at this point in the history
  • Loading branch information
tomalin authored Jan 23, 2024
1 parent 6190c8a commit b638b39
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion L1Trigger/TrackFindingTracklet/interface/Settings.h
Original file line number Diff line number Diff line change
Expand Up @@ -893,7 +893,9 @@ namespace trklet {
{"TRE", 108},
{"DR", 108}}; //Specifies how many tracks allowed per bin in DR

// If set to true this will generate debub printout in text files
// If set to true this creates txt files, which the ROOT macros in
// https://github.com/cms-L1TK/TrackPerf/tree/master/PatternReco
// can then use to study truncation of individual algo steps within tracklet chain.
std::unordered_map<std::string, bool> writeMonitorData_{{"IL", false},
{"TE", false},
{"CT", false},
Expand Down

0 comments on commit b638b39

Please sign in to comment.