DAQSimAna.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_daqsimana:
4 {
5  module_type: DAQSimAna
6  #====================
7  RawDigitLabel: "daq" # string for the process that made the raw digits
8  HitLabel: "hitfd" # string for the process that made the reco hits
9 
10  GEANT4Label: "largeant" # The label for the process which ran GEANT4
11  MARLEYLabel: "generator" # The label for the process which produced MARLEY events
12  APALabel: "apaGen" # The label for the process which produced APA events
13  CPALabel: "cpaGen" # The label for the process which produced CPA events
14  Argon39Label: "ar39Gen" # The label for the process which produced Argon 39 events
15  Argon42Label: "ar42Gen" # The label for the process which produced Argon 39 events
16  NeutronLabel: "cNeutronGen" # The label for the process which produced Neutron events
17  KryptonLabel: "kr85Gen" # The label for the process which produced Krypton events
18  PoloniumLabel: "po210Gen" # The label for the process which produced Polonium events
19  RadonLabel: "rn222Gen" # The label for the process which produced Radon events
20 
21 }
22 
23 END_PROLOG