1 #include "services_dune.fcl"
2 #include "singles_dune.fcl"
3 #include "largeantmodules_dune.fcl"
4 #include "detsimmodules_dune.fcl"
5 #include "mccheatermodules.fcl"
6 #include "photpropservices_dune.fcl"
7 #include "opticaldetectormodules_dune.fcl"
8 #include "opticaldetectorservices_dune.fcl"
9 #include "FlashMatchAna.fcl"
12 process_name: OpticalResimAna
16 # Load the service that manages root files for histograms.
17 TFileService: { fileName: "dune1x2x6_optical_tutorial_resimana_hist.root" }
19 RandomNumberGenerator: {} #ART native random number generator
20 message: @local::standard_info
21 @table::dunefd_simulation_services
24 # DUNE FD 1x2x6 workspace geometry
25 services.Geometry: @local::dune10kt_1x2x6_geo
26 services.PhotonVisibilityService: @local::dune10kt_1x2x6_photonvisibilityservice
30 module_type: RootInput
31 maxEvents: -1 # Run over all events
32 #specify from command line with -s or --source
40 # Run both analyzers we've looked at
43 opflashana: @local::dunefd_opflashana
44 flashmatch: @local::marley_flashmatchana
47 analyzeIt: [ opflashana, flashmatch ]
49 end_paths: [ analyzeIt ]