pandorashowermodules.fcl
Go to the documentation of this file.
1 #include "pandorashowertools.fcl"
2 
3 BEGIN_PROLOG
4 
5 legacy_pandoraModularShowerCreation: {
6 
7  module_type: "LArPandoraModularShowerCreation"
8 
9  # Commented tools are the recommended default tools but they must be
10  # configured to use experiment specific calorimetry
11  # Note, order or running will dictate best plane:
12  # set in energy tools but overridden by dEdx tools (if they succeed)`
13  ShowerFinderTools: [
14  @local::showerpfpvertexstartposition,
15  @local::showerpcadirection,
16  @local::showerpcapropergationstartposition,
17  @local::showerpcaeigenvaluelength,
18  # @local::showernumelectronsenergy,
19  @local::shower3dcylindertrackhitfinder,
20  @local::showerpandoraslidingfittrackfinder
21  # @local::showerunidirectiondedx
22  ]
23 
24  PFParticleLabel: "pandora"
25  AllowPartialShowers: true
26  Verbose: 0
27 
28  ShowerStartPositionLabel: "ShowerStartPosition"
29  ShowerDirectionLabel: "ShowerDirection"
30  ShowerEnergyLabel: "ShowerEnergy"
31  ShowerLengthLabel: "ShowerLength"
32  ShowerOpeningAngleLabel: "ShowerOpeningAngle"
33  ShowerdEdxLabel: "ShowerdEdx"
34  ShowerBestPlaneLabel: "ShowerBestPlane"
35 }
36 
37 standard_pandoraModularShowerCreation: {
38 
39  module_type: "LArPandoraModularShowerCreation"
40 
41  # Commented tools are the recommended default tools but they must be
42  # configured to use experiment specific calorimetry
43  # Note, order or running will dictate best plane:
44  # set in energy tools but overridden by dEdx tools (if they succeed)`
45  ShowerFinderTools: [
46  @local::showerpfpvertexstartposition,
47  @local::showerpcadirection,
48  @local::showerlengthpercentile,
49  # @local::showernumelectronsenergy,
50  @local::showerincrementaltrackhitfinder,
51  # @local::showerunidirectiondedx
52  @local::showerpandoraslidingfittrackfinder,
53  @local::showertracktrajpointdirection,
54  @local::showerdirectiontopologydecision
55  # @local::showertrajpointdedx,
56  ]
57 
58  PFParticleLabel: "pandora"
59  AllowPartialShowers: true
60  Verbose: 0
61 
62  ShowerStartPositionLabel: "ShowerStartPosition"
63  ShowerDirectionLabel: "ShowerDirection"
64  ShowerEnergyLabel: "ShowerEnergy"
65  ShowerLengthLabel: "ShowerLength"
66  ShowerOpeningAngleLabel: "ShowerOpeningAngle"
67  ShowerdEdxLabel: "ShowerdEdx"
68  ShowerBestPlaneLabel: "ShowerBestPlane"
69 }
70 
71 END_PROLOG