Skip to content

Commit

Permalink
changed bg-merger default for detector list to be ALL
Browse files Browse the repository at this point in the history
  • Loading branch information
raffaelladevita committed Dec 16, 2024
1 parent 07b7096 commit e3548d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -266,7 +266,7 @@ public static void main(String[] args) {
parser.addRequired("-i" ,"signal event file");
parser.setRequiresInputList(true);
parser.addOption("-n" ,"-1", "maximum number of events to process");
parser.addOption("-d" ,"DC,FTOF", "list of detectors, for example \"DC,FTOF,HTCC\" or \"ALL\" for all available detectors. Use DC1, DC2 or DC3 to select the DC region");
parser.addOption("-d" ,"ALL", "list of detectors, for example \"DC,FTOF,HTCC\" or \"ALL\" for all available detectors. Use DC1, DC2 or DC3 to select the DC region");
parser.addOption("-r" ,"1", "reuse background events: 0-false, 1-true");
parser.addOption("-s" ,"1", "suppress double TDC hits on the same component, 0-no suppression, 1-suppression");
parser.addOption("-l" ,"1", "preserve initial hit order (for compatibility with truth matching, 0-false, 1-true");
Expand Down

0 comments on commit e3548d9

Please sign in to comment.