1 #include "services_dune.fcl"
2 #include "backtrackerservice.fcl"
3 #include "particleinventoryservice.fcl"
5 #include "largeantmodules.fcl"
6 #include "detsimmodules.fcl"
7 #include "opticaldetectormodules_dune.fcl"
8 #include "opticaldetectorservices_dune.fcl"
9 #include "photolibbuild_services_dune.fcl"
10 #include "photpropservices_dune.fcl"
11 #include "lightsource.fcl"
14 process_name: LibraryBuild
22 # Load the service that manages root files for histograms.
23 TFileService: { fileName: "PhotonLibraryFile_dune35ton_v5_gridtest.root" }
25 RandomNumberGenerator: {} #ART native random number generator
26 @table::dune35t_photolibbuild_services
27 message: @local::standard_info
28 BackTrackerService: @local::dunefd_backtrackerservice # defined in backtrackerservice.fcl
29 ParticleInventoryService: @local::dunefd_particleinventoryservice # defined in backtrackerservice.fcl
33 services.Geometry.GDML: "dune35t4apa_v5.gdml"
34 services.Geometry.ROOT: "dune35t4apa_v5.gdml"
35 services.Geometry.SortingParameters.DetectorVersion: "dune35t4apa_v5"
38 #Start each new event with an empty event.
41 module_type: EmptyEvent
42 maxEvents: 2 # Number of events to create
43 firstRun: 1 # Run number to use for this file
44 firstEvent: 1 # number of first event in the file
47 # Define and configure some modules to do work on each event.
48 # First modules are defined; they are scheduled later.
49 # Modules are grouped by type.
55 generator: @local::standard_lightsource
56 largeant: @local::standard_largeant
61 pmtresponse: @local::dune35t_simphotoncounter # defined in opticaldetectormodules.fcl
64 #define the producer and filter modules for this path, order matters,
65 #filters reject all following items. see lines starting physics.producers below
66 simulate: [ generator, largeant ]
67 analyzeIt: [ pmtresponse ]
68 #define the output stream, there could be more than one if using filters
71 #trigger_paths is a keyword and contains the paths that modify the art::event,
72 #ie filters and producers
73 trigger_paths: [simulate]
75 #end_paths is a keyword and contains the paths that do not modify the art::Event,
76 #ie analyzers and output streams. these all run simultaneously
77 end_paths: [analyzeIt, stream1]
80 #block to define where the output goes. if you defined a filter in the physics
81 #block and put it in the trigger_paths then you need to put a SelectEvents: {SelectEvents: [XXX]}
82 #entry in the output stream you want those to go to, where XXX is the label of the filter module(s)
87 module_type: RootOutput
88 fileName: "opticallibrary_dune35t.root" #default file name, can override from command line with -o or --output
95 ##### Parameter changes for the generator (lightsource) #####
97 # do not allow lightsource to write output into root file
98 physics.producers.generator.FillTree: false
100 ##### Parameter changes for the pmt respnse analyzer (simphotoncounter) #####
102 physics.analyzers.pmtresponse.MakeAllPhotonsTree: false
103 physics.analyzers.pmtresponse.MakeDetectedPhotonsTree: false
104 physics.analyzers.pmtresponse.MakeOpDetsTree: false
105 physics.analyzers.pmtresponse.MakeOpDetEventsTree: false
108 # To disable wireplane absorption, uncomment this line
109 #services.LArG4Parameters.OpticalParamModels: ["TransparentPlaneAction"]
114 services.PhotonVisibilityService.NX: 8
115 services.PhotonVisibilityService.NY: 30
116 services.PhotonVisibilityService.NZ: 30