recoefficiency.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 standard_pdune_recoeff:
4 {
5  module_type: "RecoEff"
6 
7  SimulationLabel: "largeant" # tag of simulation producer
8  HitModuleLabel: "linecluster" # tag of hits producer
9  TrackModuleLabel: "pmtrack" # tag of track producer
10 
11  MinHitsPerPlane: 3 # minimum number of hits associated to MCParticle,
12  # which are requires in at least 2 planes in order
13  # to consider MCParticle as reconstructable
14 
15  Filters: [] # on which particles the efficiency is calculated
16  # so far implemented modes are (electrons always excluded):
17  # "cosmic" - particles from the cosmic generator
18  # "beam" - particles from the beam generator
19  # "primary" - primary particle
20  # "second" - daughter of primary
21 
22  Pdg: [] # which PDG codes are interesting, or empty for all particles
23 
24  EffHitMax: 1500 # max hits per MC particle in the track efficiency (min = 0)
25  EffHitBins: 50 # number of bins in the track efficiency
26 
27  ##Add in more options for bins in other projections
28  EffEMax: 10
29  EffEBins: 50
30 
31  EffDepMax: 5000
32  EffDepBins: 50
33 
34  EffLengthMax: 1000
35  EffLengthBins: 50
36 
37  EnableParticleTree: 0
38  EnableIDETree: 0
39 }
40 
41 END_PROLOG