dune1x2x6_optical_tutorial_resimana.fcl
Go to the documentation of this file.
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"
10 
11 
12 process_name: OpticalResimAna
13 
14 services:
15 {
16  # Load the service that manages root files for histograms.
17  TFileService: { fileName: "dune1x2x6_optical_tutorial_resimana_hist.root" }
18  TimeTracker: {}
19  RandomNumberGenerator: {} #ART native random number generator
20  message: @local::standard_info
21  @table::dunefd_simulation_services
22 }
23 
24 # DUNE FD 1x2x6 workspace geometry
25 services.Geometry: @local::dune10kt_1x2x6_geo
26 services.PhotonVisibilityService: @local::dune10kt_1x2x6_photonvisibilityservice
27 
28 source:
29 {
30  module_type: RootInput
31  maxEvents: -1 # Run over all events
32  #specify from command line with -s or --source
33 
34 }
35 
36 
37 physics:
38 {
39 
40  # Run both analyzers we've looked at
41  analyzers:
42  {
43  opflashana: @local::dunefd_opflashana
44  flashmatch: @local::marley_flashmatchana
45  }
46 
47  analyzeIt: [ opflashana, flashmatch ]
48 
49  end_paths: [ analyzeIt ]
50 }