LArSoft  v06_85_00
Liquid Argon Software toolkit - http://larsoft.org/
showerfindermodules.fcl
Go to the documentation of this file.
1 #include "showeralgorithms.fcl"
2 
3 BEGIN_PROLOG
4 
5 standard_shower:
6 {
7  module_type: "ShowerReco"
8  ClusterModuleLabel: "showeranglecluster"
9  CaloAlg: @local::standard_calorimetryalgmc
10  UseArea: true
11  dEdxlength: 2.4 #distance that gets used to determine e/gamma separation
12  calodEdxlength: 30 # cutoff distance for hits saved to the calo object.
13 }
14 
15 
16 #standard_showerana:
17 #{
18 # module_type: "ShowerRecoAna"
19 # ClusterModuleLabel: "showeranglecluster"
20 # CaloAlg: @local::standard_calorimetryalgmc
21 # UseArea: true
22 # dEdxlength: 2.4 #distance that gets used to determine e/gamma separation
23 # calodEdxlength: 30 # cutoff distance for hits saved to the calo object.
24 #}
25 
26 standard_showercheater:
27 {
28  module_type: "ShowerCheater"
29  CheatedClusterLabel: "cluster"
30  G4ModuleLabel: "largeant"
31 }
32 
33 standard_emshoweralg:
34 {
35  CalorimetryAlg: @local::standard_calorimetryalgmc
36  ShowerEnergyAlg: @local::standard_showerenergyalg
37  ProjectionMatchingAlg: @local::standard_projectionmatchingalg
38  MinTrackLength: 3
39  dEdxTrackLength: 3
40  SpacePointSize: 0.1
41  Nfitpass: 4
42  Nfithits: [50, 30, 20, 20]
43  Toler: [30., 5., 2., 2.]
44 }
45 
46 standard_emshower:
47 {
48  module_type: "EMShower"
49  HitsModuleLabel: "linecluster"
50  ClusterModuleLabel: "blurredcluster"
51  TrackModuleLabel: "pmtrack"
52  PFParticleModuleLabel: ""
53  VertexModuleLabel: "pandora"
54  CNNEMModuleLabel: ""
55  SaveNonCompleteShowers: true
56  FindBadPlanes: true
57  MakeSpacePoints: true
58  UseCNNtoIDEMPFP: false
59  UseCNNtoIDEMHit: false
60  MinTrackLikeScore: 0.04
61  EMShowerAlg: @local::standard_emshoweralg
62 }
63 
64 argoneut_shower: @local::standard_shower
65 microboone_shower: @local::standard_shower
66 microboone_shower.UseArea: false
67 
68 #argoneut_showerana: @local::standard_showerana
69 #microboone_showerana: @local::standard_showerana
70 #microboone_showerana.UseArea: false
71 
72 
73 standard_neutrinoshowereff:
74 {
75  module_type: "NeutrinoShowerEff"
76  MCTruthModuleLabel: "generator"
77  HitModuleLabel: "trajcluster"
78  ShowerModuleLabel: "trajcluster"
79  CNNEMModuleLabel: ""
80  NeutrinoPDGcode: 12
81  LeptonPDGcode: 11
82  MaxNeutrinoE: 25.0
83  MaxEfrac: 0.30
84  MinCompleteness: 0.70
85  SaveMCTree: false
86  FidVolCutX: 10
87  FidVolCutY: 10
88  FidVolCutZ: 10
89 }
90 
91 
92 END_PROLOG