largeantmodules.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_largeant:
4 {
5  module_type: "LArG4"
6  GeantCommandFile: "LArG4.mac"
7  CheckOverlaps: false
8  DumpParticleList: false
9  DumpLArVoxelList: false
10  DebugVoxelAccumulation: 0
11  VisualizeEvents: false
12  SmartStacking: 0 # non-0 turns it on. The 0x4 bit
13  # will shut off primary showering.
14  KeepParticlesInVolumes: [] #this will keep particles in all volumes
15 
16 # The following variables are not used anywhere in LArG4_module.cc.
17 # They has been moved to the LArG4Parameters_service and so should
18 # not be included here.
19 # DisableWireplanes: false
20 # UseModBoxRecomb: false # use Modified Box recombination model
21 }
22 argoneut_largeant: @local::standard_largeant
23 # The following line is already in largeantmodules_microboone.fcl
24 # and so it should not also be included here, for clarity's sake.
25 #microboone_largeant: @local::standard_largeant
26 
27 standard_mergesimsources:
28 {
29  module_type: "MergeSimSources"
30  InputSourcesLabels: [ ]
31  TrackIDOffsets: [ ]
32 }
33 
34 standard_largeantana:
35 {
36  module_type: "LArG4Ana"
37  GeantModuleLabel: "largeant"
38  TruthModuleLabel: "generator"
39  Ndaughters: 20
40 }
41 argoneut_largeantana: @local::standard_largeantana
42 # The following line is already in largeantmodules_microboone.fcl
43 # and so it should not also be included here, for clarity's sake.
44 #microboone_largeantana: @local::standard_largeantana
45 
46 
47 
48 standard_larsimchannelana:
49 {
50  module_type: "LArSimChannelAna"
51  LArGeantModuleLabel: "largeant"
52 }
53 
54 
55 END_PROLOG