DAQQuickClustering.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_daqquickclustering:
4 {
5  module_type: DAQQuickClustering
6  AdjChanTolerance : [1,2,2,2,2,2]
7  HitsInWindow : [2,3,3,4,5,6]
8  MinChannels : [2,2,2,2,2,2]
9  MinChanWidth : [0,0,0,0,0,0]
10  TimeWindowSize : [20,20,20,20,20,20]
11  TotalADC : [350,400,450,400,400,0]
12  detectorScaling : 0.12
13 
14  RawDigitLabel: "daq" # String for the process that made the raw digits
15  HitLabel: "whatever" # String for the process that made the reco hits
16 
17  GEANT4Label: "largeant" # The label for the process which ran GEANT4
18  MARLEYLabel: "marley" # The label for the process which produced MARLEY events
19  APALabel: "apaGen" # The label for the process which produced APA events
20  CPALabel: "cpaGen" # The label for the process which produced CPA events
21  Argon39Label: "ar39Gen" # The label for the process which produced Argon 39 events
22  NeutronLabel: "cNeutronGen" # The label for the process which produced Neutron events
23  KryptonLabel: "kr85Gen" # The label for the process which produced Krypton events
24  PoloniumLabel: "po210Gen" # The label for the process which produced Polonium events
25  RadonLabel: "rn222Gen" # The label for the process which produced Radon events
26  Argon42Label: "ar42Gen" # The label for the process which produced Argon 42 events
27 
28 
29 
30 }
31 END_PROLOG