filters_argoneut.fcl
Go to the documentation of this file.
1 #include "filters.fcl"
2 
3 BEGIN_PROLOG
4 
5 argoneut_scanfilter:
6 {
7  module_type: "ScanFilter"
8  ScanModuleLabel: "merge"
9  DigitModuleLabel: "source"
10  Neutrino_req: 1 #0=no neutrinos, 1=maybe neutrino, 2=neutrino.
11  #2 is most stringent, 0 is least stringent
12  NumShowers_req: 0 #Maximum number of showers required to pass
13  NumTracks_req: 2 #Maximum number of tracks in any plane required to pass
14 }
15 
16 argoneut_emptyfilter:
17 {
18  module_type: "EmptyFilter"
19  HitsModuleLabel: "ffthit"
20  MinHits: 30
21  MinIonization: 750.0
22 }
23 
24 argoneut_muonfilter:
25 {
26  module_type: "MuonFilter"
27  ClusterModuleLabel: "dbcluster"
28  LineModuleLabel: "linemerger"
29  Tolerance: 75.0
30  Delay: 14.0
31  DCenter: 26.5
32  Cuts: [22.0, 16.0, 42.5]
33  IonFactor: 1.92
34  MaxIon: 1000.0
35  DeltaWire: 51
36 }
37 
38 argoneut_finalstateparticlefilter:
39 {
40  module_type: "FinalStateParticleFilter"
41  GenieModuleLabel: "generator"
42  PDG: [3122, -13] #pdg codes of final state particles in an event that you want to pick
43 }
44 
45 END_PROLOG