standard_reco_fasthitfinder_dune10kt_1x2x6_legacy.fcl
Go to the documentation of this file.
1 #include "standard_reco_dune10kt_legacy.fcl"
2 
3 process_name: Reco
4 services.Geometry: @local::dune10kt_1x2x6_geo
5 
6 physics.producers.fasthit10: @local::dunefd_fasthitfinder
7 physics.producers.fasthit15: @local::dunefd_fasthitfinder
8 physics.producers.fasthit20: @local::dunefd_fasthitfinder
9 physics.producers.fasthit25: @local::dunefd_fasthitfinder
10 physics.producers.fasthit30: @local::dunefd_fasthitfinder
11 
12 physics.reco: [ rns, ophit, opflash, caldata,
13  fasthit10,
14  fasthit15,
15  fasthit20,
16  fasthit25,
17  fasthit30,
18  gaushit, hitfd ]
19 
20 
21 ### Gaus hit threshold
22 #physics.producers.gaushit.MinSig: [ 6, 6, 6 ]
23 
24 ### Fast hit thresholds
25 
26 physics.producers.fasthit10.MinSigCol: 10
27 physics.producers.fasthit10.MinSigInd: 10
28 
29 physics.producers.fasthit15.MinSigCol: 15
30 physics.producers.fasthit15.MinSigInd: 15
31 
32 physics.producers.fasthit20.MinSigCol: 20
33 physics.producers.fasthit20.MinSigInd: 20
34 
35 physics.producers.fasthit25.MinSigCol: 25
36 physics.producers.fasthit25.MinSigInd: 25
37 
38 physics.producers.fasthit30.MinSigCol: 30
39 physics.producers.fasthit30.MinSigInd: 30