libanalysis_protodune_full.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_protodune_%tc_hists.root" }
17  TimeTracker: {}
18  message: @local::standard_info
19  @table::protodune_simulation_services # defined in services.fcl
20  PhotonVisibilityService: @local::protodune_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: "protodune_v3.gdml"
47 services.Geometry.ROOT: "protodune_v3.gdml"
48 services.Geometry.SortingParameters.DetectorVersion: "dune10kt_v1"
49 
50 #services.Geometry.GDML: "protodune_v2.gdml"
51 #services.Geometry.ROOT: "protodune_v2.gdml"
52 #services.Geometry.SortingParameters.DetectorVersion: "dune10kt_v1"
53 
54 services.PhotonVisibilityService.LibraryFile: "lib_protodune_0ppmn2.root"
55