pandoramodules_dune.fcl
Go to the documentation of this file.
1 #include "pandoramodularshowertools_dune.fcl"
2 
3 BEGIN_PROLOG
4 
5 dune_pandora:
6 {
7  module_type: "StandardPandora"
8  GeantModuleLabel: "largeant"
9  HitFinderModuleLabel: "linecluster"
10  EnableMCParticles: false
11  EnableProduction: true
12  EnableLineGaps: true
13  UseGlobalCoordinates: true
14  UseHitWidths: true
15  ShouldRunAllHitsCosmicReco: false
16  ShouldRunStitching: false
17  ShouldRunCosmicHitRemoval: false
18  ShouldRunSlicing: false
19  ShouldRunNeutrinoRecoOption: false
20  ShouldRunCosmicRecoOption: false
21  ShouldPerformSliceId: false
22  PrintOverallRecoStatus: false
23 }
24 
25 #----35t prototype----
26 dune35t_pandora: @local::dune_pandora
27 dune35t_pandora.ConfigFile: "PandoraSettings_Master_Standard.xml"
28 dune35t_pandora.ShouldRunAllHitsCosmicReco: true
29 dune35t_pandora.ShouldRunStitching: true
30 
31 #----DUNE FD Horizontal drift----
32 dunefd_pandora_neutrino: @local::dune_pandora
33 dunefd_pandora_neutrino.ConfigFile: "PandoraSettings_Master_DUNEFD.xml"
34 dunefd_pandora_neutrino.ShouldRunNeutrinoRecoOption: true
35 
36 dunefd_pandora_cosmic: @local::dune_pandora
37 dunefd_pandora_cosmic.ConfigFile: "PandoraSettings_Master_DUNEFD.xml"
38 dunefd_pandora_cosmic.ShouldRunCosmicRecoOption: true
39 
40 #----DUNE FD Vertical drift----
41 dunefdvd_pandora_neutrino: @local::dune_pandora
42 dunefdvd_pandora_neutrino.ConfigFile: "PandoraSettings_Master_DUNEFD_VD.xml"
43 dunefdvd_pandora_neutrino.ShouldRunNeutrinoRecoOption: true
44 dunefdvd_pandora_neutrino.HitFinderModuleLabel: "gaushit"
45 
46 dunefdvd_pandora_cosmic: @local::dunefdvd_pandora_neutrino
47 dunefdvd_pandora_cosmic.ShouldRunCosmicRecoOption: true
48 
49 #----ProtoDUNE SP----
50 protodune_pandora: @local::dune_pandora
51 protodune_pandora.ConfigFile: "PandoraSettings_Master_ProtoDUNE.xml"
52 protodune_pandora.ShouldRunAllHitsCosmicReco: true
53 protodune_pandora.ShouldRunStitching: true
54 protodune_pandora.ShouldRunCosmicHitRemoval: true
55 protodune_pandora.ShouldRunSlicing: true
56 protodune_pandora.ShouldRunNeutrinoRecoOption: true
57 protodune_pandora.ShouldRunCosmicRecoOption: true
58 protodune_pandora.ShouldPerformSliceId: true
59 
60 #----ProtoDUNE DP----
61 protodune_dp_pandora: @local::dune_pandora
62 protodune_dp_pandora.ConfigFile: "PandoraSettings_Master_ProtoDUNE_DP.xml"
63 protodune_dp_pandora.ShouldRunAllHitsCosmicReco: true
64 protodune_dp_pandora.ShouldRunStitching: false
65 protodune_dp_pandora.ShouldRunCosmicHitRemoval: true
66 protodune_dp_pandora.ShouldRunSlicing: true
67 protodune_dp_pandora.ShouldRunNeutrinoRecoOption: true
68 protodune_dp_pandora.ShouldRunCosmicRecoOption: true
69 protodune_dp_pandora.ShouldPerformSliceId: true
70 
71 dune_pandorawriter: @local::dune_pandora
72 dune_pandorawriter.ConfigFile: "PandoraSettings_Write.xml"
73 dune_pandorawriter.EnableMCParticles: true
74 dune_pandorawriter.EnableProduction: false
75 
76 dune_pandoraTrackCreation:
77 {
78  module_type: "LArPandoraTrackCreation"
79  PFParticleLabel: "pandora"
80 }
81 
82 dunefdvd_pandoraTrackCreation: @local::dune_pandoraTrackCreation
83 
84 dune_pandoraModularShowerCreation: @local::standard_pandoraModularShowerCreation
85 dune_pandoraModularShowerCreation.PFParticleLabel: "pandora"
86 dune_pandoraModularShowerCreation.ShowerFinderTools: [
87  @local::dune_showerpfpvertexstartposition,
88  @local::dune_showerpcadirection,
89  @local::dune_showerlengthpercentile,
90  @local::dune_showernumelectronsenergy,
91  @local::dune_3dcylindertrackhitfinder,
92  @local::dune_showerunidirectiondedx,
93  @local::dune_showerincrementaltrackhitfinder,
94  @local::dune_showerpandoraslidingfittrackfinder,
95  @local::dune_showertrajpointdedx
96 ]
97 
98 dunefdvd_pandoraModularShowerCreation: @local::dune_pandoraModularShowerCreation
99 dunefdvd_pandoraModularShowerCreation.ShowerFinderTools: [
100  @local::dune_showerpfpvertexstartposition,
101  @local::dune_showerpcadirection,
102  @local::dune_showerlengthpercentile,
103  @local::dunefdvd_showernumelectronsenergy,
104  @local::dune_3dcylindertrackhitfinder,
105  @local::dunefdvd_showerunidirectiondedx,
106  @local::dune_showerincrementaltrackhitfinder,
107  @local::dune_showerpandoraslidingfittrackfinder,
108  @local::dunefdvd_showertrajpointdedx
109 ]
110 
111 
112 dune_pandoraShowerCreation:
113 {
114  module_type: "LArPandoraShowerCreation"
115 }
116 
117 dunefd_pandora: @local::dunefd_pandora_neutrino
118 
119 END_PROLOG