libanalysis_fulllib.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "singles.fcl"
3 #include "largeantmodules.fcl"
4 #include "detsimmodules.fcl"
5 #include "opticaldetectormodules.fcl"
6 #include "photpropservices_dune.fcl"
7 #include "photpropmodules_dune.fcl"
8 #include "lightsource.fcl"
9 
10 
11 process_name: LibraryTest
12 
13 services:
14 {
15  # Load the service that manages root files for histograms.
16  TFileService: { fileName: "libanalysis_dune10kt_v1_1x2x6_20170412_hists.root" }
17  TimeTracker: {}
18  message: @local::standard_info
19  @table::dunefd_simulation_services # defined in services.fcl
20  PhotonVisibilityService: @local::dune10kt_1x2x6_photonvisibilityservice
21 }
22 
23 physics:
24 {
25 
26  producers:
27  {
28  }
29 
30  analyzers:
31  {
32  libana: @local::dunefd_photonlibraryanalyzer
33  }
34 
35  analyzeIt: [ libana ]
36 
37  #trigger_paths is a keyword and contains the paths that modify the art::event,
38  #ie filters and producers
39  trigger_paths: []
40 
41  #end_paths is a keyword and contains the paths that do not modify the art::Event,
42  #ie analyzers and output streams. these all run simultaneously
43  end_paths: [analyzeIt]
44 }
45 
46 services.Geometry.GDML: "dune10kt_v2_1x2x6.gdml"
47 services.Geometry.ROOT: "dune10kt_v2_1x2x6.gdml"
48 services.Geometry.SortingParameters.DetectorVersion: "dune10kt_v2"
49 
50 services.PhotonVisibilityService.LibraryFile: "lib_dune10kt_v1_1x2x6_20170412.root"
51