NeutrinoShowerEff_uboone.fcl
Go to the documentation of this file.
1 #include "services_microboone.fcl"
2 #include "showerfindermodules_microboone.fcl"
3 
4 process_name: NeutrinoShowerEff
5 
6 services:
7 {
8  TFileService: { fileName: "ShowerHistograms.root" closeFileFast: false}
9  TimeTracker: {}
10  RandomNumberGenerator: {}
11  message: @local::standard_info
12  @table::microboone_full_services
13 }
14 #services.Geometry: @local::dune10kt_workspace_geo
15 #services.Geometry: @local::dune10kt_1x2x6_geo
16 source:
17 {
18  module_type: RootInput
19  firstEvent : 1
20  maxEvents: -1
21 }
22 
23 
24 outputs:{}
25 
26 
27 physics:
28 {
29 
30  analyzers:
31  {
32  trajclustershowereff: @local::microboone_neutrinoshowereff
33  pandorashowereff: @local::microboone_neutrinoshowereff
34  }
35  analysis: [ trajclustershowereff, pandorashowereff ] #Directory for histograms
36  end_paths: [ analysis ]
37 }
38 services.DetectorClocksService.InheritClockConfig: false
39 services.DetectorClocksService.TriggerOffsetTPC: -400 # MC bnb neutrinos
40 physics.analyzers.pandorashowereff.HitModuleLabel: "gaushit"
41 #physics.analyzers.pandorashowereff.ShowerModuleLabel: "pandoraCosmic"
42 physics.analyzers.pandorashowereff.ShowerModuleLabel: "pandoraNu"