All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Groups Pages
list_duplicate_events.fcl
Go to the documentation of this file.
1 #
2 # File: list_duplicate_events.fcl
3 # Purpose: Runs through all events in a sample, looking for duplicates.
4 # Author: Gianluca Petrillo (petrillo@slac.stanford.edu)
5 # Date: May 18, 2021
6 # Version: 1.0
7 #
8 # Use as:
9 #
10 # lar -c list_duplicate_events.fcl -S input.filelist
11 #
12 # and find the result in "DuplicateEventList.log".
13 #
14 #
15 
16 process_name: FindDupl
17 
18 services: {
19 
20  DuplicateEventTracker: {
21 
22  # just emit a warning on screen instead of throwing an exception
23  WarningOnly: false
24 
25  # print a summary of the duplicate events at end of job (default)
26  SkipSummary: false
27 
28  ## in case of duplicate, wait until the end of job to throw an exception
29  ExceptionAtEnd: true
30 
31  ## tag of output category used by this service to the message facility
32  LogCategory: "DuplicateEventTracker"
33 
34  } # DuplicateEventTracker
35 
36 
37  message: {
38  destinations: {
39  Console: {
40  type: cout
41  threshold: WARNING
42  }
43  DuplicatesLog: {
44  type: file
45  filename: "DuplicateEventList.log"
46  threshold: INFO
47  format: {
48  timestamp: "none"
49  wantModule: false
50  wantSubroutine: false
51  wantSomeContext: true
52  wantText: true
53  noLineBreaks: true
54  }
55  categories: {
56  DuplicateEventTracker: { limit: -1 }
57  default: { limit: 0 }
58  }
59  }
60  } # destinations
61  } # message
62 
63 } # services
64 
BEGIN_PROLOG triggeremu_data_config_icarus settings PMTADCthresholds sequence::icarus_stage0_multiTPC_TPC physics sequence::icarus_stage0_EastHits_TPC physics sequence::icarus_stage0_WestHits_TPC physics producers purityana0 caloskimCalorimetryCryoE physics caloskimCalorimetryCryoW physics sequence::physics pathW services
static std::string format(PyObject *obj, unsigned int pos, unsigned int indent, unsigned int maxlen, unsigned int depth)
Definition: fclmodule.cxx:374
* file
Definition: file_to_url.sh:69
BEGIN_PROLOG could also be dds filename
BEGIN_PROLOG could also be cout
BEGIN_PROLOG sequence::SlidingWindowTriggerPatternsOppositeWindows END_PROLOG process_name