1 #include "clusteralgorithms.fcl"
6 module_type: "ScanFilter"
7 ScanModuleLabel: "merge"
8 DigitModuleLabel: "source"
9 Neutrino_req: 1 #0=no neutrinos, 1=maybe neutrino, 2=neutrino.
10 #2 is most stringent, 0 is least stringent
11 NumShowers_req: 0 #Maximum number of showers required to pass
12 NumTracks_req: 2 #Maximum number of tracks in any plane required to pass
17 module_type: "EmptyFilter"
18 HitsModuleLabel: "ffthit"
25 module_type: "MuonFilter"
26 ClusterModuleLabel: "dbcluster"
27 LineModuleLabel: "linemerger"
31 Cuts: [22.0, 16.0, 42.5]
39 module_type: "ADCFilter"
40 DigitModuleLabel: "daq"
46 module_type: "EventFilter"
53 argoneut_finalstateparticlefilter:
55 module_type: "FinalStateParticleFilter"
56 GenieModuleLabel: "generator"
57 PDG: [3122, -13] #pdg codes of final state particles in an event that you want to pick
60 microboone_finalstateselectfilter:
63 module_type: "FinalStateSelectFilter"
64 GenieModuleLabel: "generator"
65 #Return an inclusive final state
67 # List of particles to search for
68 PDG: [ 13, -13, 11, -11, 2212, 22] #NC 1 photon
69 # Will return events with this many of above particles
70 PDGCount: [0, 0, 0, 0, 1, 1]
71 # Will return events with only the specified number
72 PDGCountExclusivity: [true, true, true, true, false, true]
74 # Commentary by Joseph
76 # This example allows for no charged leptons
77 # more than 1 proton and exactly 1 photon
82 standard_smallclusterfilter:
84 module_type: "SmallClusterFilter"
85 HitFinderModuleLabel: "hitfinder"
91 standard_showerselector:
93 module_type: "ShowerSelectorFilter"
94 ClusterModuleLabel: "dbcluster"
95 ClusterParamsAlg: @local::standard_clusterparamsalg
99 argoneut_smallclusterfilter: @local::standard_smallclusterfilter
100 argoneut_smallclusterfilter.MaxHitsByPlane: [5,5]
101 argoneut_showerselector: @local::standard_showerselector
102 argoneut_showerselector.ClusterParamsAlg: @local::argoneut_clusterparamsalg
105 microboone_smallclusterfilter: @local::standard_smallclusterfilter
106 microboone_smallclusterfilter.MaxHitsByPlane: [5,5,5]
107 microboone_showerselector: @local::standard_showerselector
108 microboone_showerselector.ClusterParamsAlg: @local::microboone_clusterparamsalg