featurelabelingmodules.fcl
Go to the documentation of this file.
1 # R.Sulej, Oct. 2017
2 # Update: A. Reynolds, May 2019
3 #
4 # CNN bsed pixel-level feature labeling modules for DUNE.
5 
6 #include "imagepatternalgs.fcl"
7 
8 BEGIN_PROLOG
9 
10 protodune_emtrkmichelid: @local::standard_emtrackmichelid
11 protodune_emtrkmichelid.PointIdAlg.NNetModelFile: "CnnModels/cnn_emtrkmichl_pitch_5_wire_48_drift_48_down_6_mean_notes_protoduneBeamAndCosmicsMCC11.pb"
12 protodune_emtrkmichelid.PointIdAlg.NNetOutputs: ["track", "em", "none", "michel"]
13 protodune_emtrkmichelid.PointIdAlg.CalorimetryAlg: @local::dune10kt_calorimetryalgmc
14 protodune_emtrkmichelid.PointIdAlg.CalibrateAmpl: true
15 protodune_emtrkmichelid.PointIdAlg.PatchSizeW: 48
16 protodune_emtrkmichelid.PointIdAlg.PatchSizeD: 48
17 protodune_emtrkmichelid.PointIdAlg.DriftWindow: 6
18 protodune_emtrkmichelid.PointIdAlg.DownscaleFn: "mean"
19 protodune_emtrkmichelid.PointIdAlg.DownscaleFullView: true
20 protodune_emtrkmichelid.PointIdAlg.AdcMin: -10 # This was previously -50
21 protodune_emtrkmichelid.PointIdAlg.AdcMax: 30 # This was previously 150
22 protodune_emtrkmichelid.HitModuleLabel: "hitpdune"
23 protodune_emtrkmichelid.ClusterModuleLabel: "pandora"
24 protodune_emtrkmichelid.WireLabel: "wclsdatasp:gauss"
25 protodune_emtrkmichelid.Views: []
26 
27 protodunespdata_emtrkmichelid: @local::protodune_emtrkmichelid
28 #protodunespdata_emtrkmichelid.WireLabel: "wclsdatasp:gauss"
29 
30 END_PROLOG
31