MichelEventSelection.fcl
Go to the documentation of this file.
1 #include "trackfinderalgorithms.fcl"
2 #include "calorimetry_dune35t.fcl"
3 
4 BEGIN_PROLOG
5 
6 MichelEventSelection:
7 {
8  module_type: "MichelEventSelection"
9 
10  FidVolCut: 5
11 
12  TrackModuleLabel: "pmtrack"
13  NNetModuleLabel: "emtrkmichelid:emtrkmichel"
14  ParticleModuleLabel: "largeant"
15 
16  Bestview: 2
17 
18  CalorimetryAlg: @local::dune35t_calorimetryalgmc
19 
20  MichelCloseHitRadius: 8.0
21  CloseHitsThreshold: 8
22  CNNThreshSelect: 0.9
23 }
24 END_PROLOG