Skip to content

Commit 3896b8f

Browse files
raffaelladevitabaltzell
authored andcommitted
changed bg-merger default for detector list to be ALL
1 parent f770076 commit 3896b8f

File tree

1 file changed

+1
-1
lines changed
  • common-tools/clas-analysis/src/main/java/org/jlab/analysis/eventmerger

1 file changed

+1
-1
lines changed

common-tools/clas-analysis/src/main/java/org/jlab/analysis/eventmerger/EventMerger.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -266,7 +266,7 @@ public static void main(String[] args) {
266266
parser.addRequired("-i" ,"signal event file");
267267
parser.setRequiresInputList(true);
268268
parser.addOption("-n" ,"-1", "maximum number of events to process");
269-
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");
269+
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");
270270
parser.addOption("-r" ,"1", "reuse background events: 0-false, 1-true");
271271
parser.addOption("-s" ,"1", "suppress double TDC hits on the same component, 0-no suppression, 1-suppression");
272272
parser.addOption("-l" ,"1", "preserve initial hit order (for compatibility with truth matching, 0-false, 1-true");

0 commit comments

Comments
 (0)