nuShowerEff.fcl
Go to the documentation of this file.
1 #include "services_microboone.fcl"
2 #include "particleinventoryservice.fcl"
3 #include "backtrackerservice.fcl"
4 
5 #include "cluster_microboone.fcl"
6 #include "time_memory_tracker_microboone.fcl"
7 #include "trackfindermodules_microboone.fcl"
8 
9 
10 process_name : NuShowerEff
11 
12 services: {
13  TimeTracker: @local::microboone_time_tracker
14 
15  TFileService: { fileName: "service_nuShowerEff.root"}
16  BackTrackerService: @local::standard_backtrackerservice
17  ParticleInventoryService: @local::standard_particleinventoryservice
18  message: @local::standard_debug
19  @table::microboone_basic_services
20 }
21 
22 
23 source: {
24  module_type : RootInput
25  maxEvents: -1
26 }
27 
28 physics: {
29 
30  producers:{
31 
32  }
33 
34  analyzers:{
35  NuShowerEff:{
36  module_type: "NuShowerEff"
37  MCTruthModuleLabel: "generator"
38  HitModuleLabel: "trajcluster2" # "pandoraCosmicHitRemoval"
39  ShowerModuleLabel: "tcshower" # "pandoraNu"
40  TruthMatchDataModuleLabel: "trajclusterTruthMatch" # "crHitRemovalTruthMatch"
41  NeutrinoPDGcode: 12
42  LeptonPDGcode: 11
43  SaveMCTree: true # false for test
44  HitShowerThroughPFParticle: false # an option for pandora MCC8 here, false for tcshower
45  MinPurity: 0.7
46  MinCompleteness: 0.7
47  FidVolCutX: 10.0
48  FidVolCutY: 10.0
49  FidVolCutZ: 10.0
50  }
51  }
52 
53  #define the output stream, there could be more than one if using filters
54 # stream1: [ out1 ]
55 
56  unpackerPath : []
57  paths : [NuShowerEff]
58  trigger_paths : [ ]
59 # end_paths : [paths, stream1]
60  end_paths : [paths]
61 
62 }
63 
64 #outputs: {
65 # out1:{
66 # module_type: RootOutput
67 # fileName: "nuShowerEff.root"
68 # }
69 #}
70 
71 services.DetectorPropertiesService.NumberTimeSamples: 6400
72 services.DetectorPropertiesService.ReadOutWindowSize: 6400
73 services.DetectorClocksService.InheritClockConfig: false
74 services.DetectorClocksService.TriggerOffsetTPC: -400 # MC bnb neutrinos
75 services.DatabaseUtil.PassFileName: "uboonedb_passwd"
76 services.SpaceCharge.EnableSimSpatialSCE: true
77