SNAna.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_snana:
4 {
5  module_type: SNAna
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  CalDataModuleLabel: "caldata"
10  OpHitModuleLabel: "ophit"
11 
12  SaveNeighbourADCs: false
13  SaveTruth: false # save all the generated particle
14  SaveIDEs: false
15  SaveTPC: true
16  SavePDS: true
17 
18 
19  GEANT4Label: "largeant" # The label for the process which ran GEANT4
20  MARLEYLabel: "marley" # The label for the process which produced MARLEY events
21  APALabel: "apaGen" # The label for the process which produced APA events
22  CPALabel: "cpaGen" # The label for the process which produced CPA events
23  Argon39Label: "ar39Gen" # The label for the process which produced Argon 39 events
24  NeutronLabel: "cNeutronGen" # The label for the process which produced Neutron events
25  KryptonLabel: "kr85Gen" # The label for the process which produced Krypton events
26  PoloniumLabel: "po210Gen" # The label for the process which produced Polonium events
27  RadonLabel: "rn222Gen" # The label for the process which produced Radon events
28  Argon42Label: "ar42Gen" # The label for the process which produced Argon 42 events
29 }
30 
31 END_PROLOG