|
| 1 | +#include "muontrackmodule.fcl" |
| 2 | +#include "reco1_comm.fcl" |
| 3 | + |
| 4 | +physics.producers.fasthit: @local::standard_fasthitfinder |
| 5 | +physics.producers.MuonTrackProducer: @local::MuonTrackProducer |
| 6 | + |
| 7 | +physics.producers.crtclustering: @local::crtclusterproducer_sbnd |
| 8 | +physics.producers.crtspacepoints: @local::crtspacepointproducer_sbnd |
| 9 | +physics.producers.crttracks: @local::crttrackproducer_sbnd |
| 10 | + |
| 11 | +physics.reco1comm: [ rns |
| 12 | + , opdecopmt |
| 13 | + , opdecoxarapuca |
| 14 | + , ophitpmt |
| 15 | + , ophitxarapuca |
| 16 | + , crtstrips |
| 17 | + , crtclustering |
| 18 | + , crtspacepoints |
| 19 | + , crttracks |
| 20 | + , fasthit |
| 21 | + , MuonTrackProducer |
| 22 | + ] |
| 23 | + |
| 24 | +physics.trigger_paths: [ reco1comm ] |
| 25 | + |
| 26 | +physics.producers.fasthit.DigitModuleLabel: "simtpc2d:daq" |
| 27 | +physics.producers.fasthit.MinSigInd: 15.0 |
| 28 | +physics.producers.fasthit.MinSigCol: 15.0 |
| 29 | +physics.producers.fasthit.SkipInd: false |
| 30 | +# parameter below enlarges the window of the hit symmetrically by adding |
| 31 | +# this many widths to each side. Original window is above threshold. |
| 32 | +# Both thresh and larger window in this file are appropriate only when |
| 33 | +# noise is turned off. |
| 34 | +physics.producers.fasthit.IncludeMoreTail: 3.0 |
| 35 | +physics.producers.fasthit.ColMinWidth: 100.0 |
| 36 | +physics.producers.fasthit.UncompressWithPed: false |
| 37 | + |
| 38 | +# override hitdumper defaults |
| 39 | +physics.analyzers.hitdumper.readMuonHits: true |
| 40 | +physics.analyzers.hitdumper.readMuonTracks: true |
| 41 | +physics.analyzers.hitdumper.KeepCRTStripHits: true |
| 42 | +physics.analyzers.hitdumper.KeepCRTTracks: true |
| 43 | +physics.analyzers.hitdumper.KeepCRTSpacePoints: true |
| 44 | +physics.analyzers.hitdumper.readpmtTrigger: false |
| 45 | +physics.analyzers.hitdumper.readpmtSoftTrigger: false |
0 commit comments