1 #include "spacepointalgorithms.fcl"
2 #include "clustermodules.fcl"
7 module_type: "CosmicTagger"
8 SpacePointAlg: @local::standard_spacepointalg
14 TrackModuleLabel: "track" #"beziertracker"
15 ClusterModuleLabel: "cluster" #"dbcluster"
18 ClustersAssociatedToTracks: 1 # make this 1 when tracks are associated to clusters
19 TrackAssocToClusterModuleLabel: "track"
22 standard_cosmicclustertagger:
24 module_type: "CosmicClusterTagger"
25 ClusterModuleLabel: "cluster" #"dbcluster"
29 standard_cosmictracktagger:
31 module_type: "CosmicTrackTagger"
35 TrackModuleLabel: "track" #"beziertracker"
38 standard_cosmicpfparticletagger:
40 module_type: "CosmicPFParticleTagger"
44 PFParticleModuleLabel: "pfparticle"
45 TrackModuleLabel: "track"
48 standard_cosmicpcaxistagger:
50 module_type: "CosmicPCAxisTagger"
54 PFParticleModuleLabel: "pfparticle"
55 PCAxisModuleLabel: "pfparticle"
56 PrincipalComponentsAlg: @local::standard_cluster3dprincipalcomponentsalg
59 standard_beamflashtrackmatchtaggeralg:
64 SingleChannelCut: 50.0
65 CumulativeChannelThreshold: 3.0
66 CumulativeChannelCut: 4
71 MakeOutsideDriftTags: false
72 NormalizeHypothesisToFlash: false
75 standard_hittagassociatoralg:
78 standard_beamflashtrackmatchtagger:
80 module_type: "BeamFlashTrackMatchTagger"
81 BeamFlashTrackMatchAlgParams: @local::standard_beamflashtrackmatchtaggeralg
82 TrackModuleLabel: "track"
83 FlashModuleLabel: "opflash"
85 HitTagAssociatorAlgParams: @local::standard_beamflashtrackmatchtaggeralg
87 HitModuleLabel: "gaushit"
90 standard_flashhypothesisana:
92 module_type: "FlashHypothesisAna"
93 BeamFlashTrackMatchAlgParams: @local::standard_beamflashtrackmatchtaggeralg
94 TrackModuleLabel: "track"
95 FlashModuleLabel: "opflash"
98 standard_flashhypothesistruthana:
100 module_type: "FlashHypothesisTruthAna"
101 BeamFlashTrackMatchAlgParams: @local::standard_beamflashtrackmatchtaggeralg
102 MCModuleLabel: "largeant"
103 FlashModuleLabel: "opflash"
106 standard_crhitremoval:
108 module_type: "CRHitRemoval"
109 HitProducerLabel: "gaushit"
110 CosmicProducerLabels: ["pandoraCosmicKHitPFPart"]
111 PFParticleProducerLabel: "pandoraCosmic"
112 TrackProducerLabels: ["pandoraCosmicKHit"]
113 AssnProducerLabels: ["pandoraCosmicKHit"]
114 CosmicTagThresholds: [0.6, 0.6]
117 standard_crhitremovalbypca:
119 module_type: "CRHitRemovalByPCA"
120 HitProducerLabel: "gaushit"
121 CosmicProducerLabel: "cosmicpcaxisKHit"
122 PFParticleProducerLabel: "pandoraCosmic"
123 CosmicTagThreshold: 0.6
126 standard_trackpfparticlematch:
128 module_type: "TrackPFParticleMatch"
129 PFParticleModuleLabel: "pandoraCosmic"
130 TrackModuleLabel: "trackkalmanhit"
133 microboone_cosmictagger: @local::standard_cosmictagger
134 microboone_cosmictracktagger: @local::standard_cosmictracktagger
135 microboone_cosmicpfparticletagger: @local::standard_cosmicpfparticletagger
136 microboone_cosmicpcaxistagger: @local::standard_cosmicpcaxistagger
137 microboone_cosmicclustertagger: @local::standard_cosmicclustertagger
138 microboone_beamflashtrackmatchtagger: @local::standard_beamflashtrackmatchtagger
139 microboone_crhitremoval: @local::standard_crhitremoval
140 microboone_crhitremovalbypca: @local::standard_crhitremovalbypca
141 microboone_trackpfparticlematch: @local::standard_trackpfparticlematch
143 microboone_cosmicremovalana:
145 module_type: "CosmicRemovalAna"
146 GenieGenModuleLabel: "generator"
147 #GenieGenModuleLabel: "nugenerator"
148 MCModuleLabel: "largeant"
150 HitsModuleLabel: "gaushit"
151 MCHitsModuleLabel: "mchit"
152 ClusterModuleLabel: "fuzzycluster"
153 TrackModuleLabel: "beziertracker"
154 CosmicTagAssocLabel: ["cosmictagger" ]
155 CosmicScoreThresholds: [0.0]