OpSlicer.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_opslicer:
4 {
5  module_type: "OpSlicer"
6  OpHitModuleLabel: "ophit"
7 
8  TScale: "0.15" # distance scale in cm
9  RScale: "600" # time scale in ns
10  R0: "1" # distance cut around centroid for delayed light
11  BreakTime: "5" # max time delay for integrating up delayed light
12  MinN: "3" # min # of ophits to make a cluster
13 
14  TrigCoinc: "2.5" # max time (us) to beam spill for coincidence
15 }
16 
17 protodune_opslicer: @local::standard_opslicer
18 
19 protodune_opslicer_data_internal: @local::protodune_opslicer
20 protodune_opslicer_data_internal.OpHitModuleLabel: "ophitInternal"
21 protodune_opslicer_data_external: @local::protodune_opslicer
22 protodune_opslicer_data_external.OpHitModuleLabel: "ophitExternal"
23 
24 
25 END_PROLOG