1 #include "services_dune.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"
11 process_name: LibraryTest
15 # Load the service that manages root files for histograms.
16 TFileService: { fileName: "libanalysis_protodune_%tc_hists.root" }
18 message: @local::standard_info
19 @table::protodune_simulation_services # defined in services.fcl
20 PhotonVisibilityService: @local::protodune_photonvisibilityservice
32 libana: @local::dunefd_photonlibraryanalyzer
37 #trigger_paths is a keyword and contains the paths that modify the art::event,
38 #ie filters and producers
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]
46 services.Geometry.GDML: "protodune_v3.gdml"
47 services.Geometry.ROOT: "protodune_v3.gdml"
48 services.Geometry.SortingParameters.DetectorVersion: "dune10kt_v1"
50 #services.Geometry.GDML: "protodune_v2.gdml"
51 #services.Geometry.ROOT: "protodune_v2.gdml"
52 #services.Geometry.SortingParameters.DetectorVersion: "dune10kt_v1"
54 services.PhotonVisibilityService.LibraryFile: "lib_protodune_0ppmn2.root"