dune1x2x6_optical_tutorial_rawdata_analysis.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "opticaldetectormodules_dune.fcl"
3 #include "opticaldetectorservices_dune.fcl"
4 
5 
6 process_name: OpDigiAnalysis
7 
8 services:
9 {
10  # Load the service that manages root files for histograms.
11  TFileService: { fileName: "opdigiana_hist.root" }
12  TimeTracker: {}
13  @table::dune35t_services_legacy
14  message: @local::standard_info
15 }
16 
17 services.OpDigiProperties: @local::dune35t_opdigiproperties
18 
19 source:
20 {
21  module_type: RootInput
22  maxEvents : 1000
23 }
24 
25 
26 physics:
27 {
28 
29  analyzers:
30  {
31  opdigiana: @local::dune35t_opdigiana
32  #ophitana: @local::dunefd_ophitana
33 }
34  analyzeIt: [opdigiana] #, ophitana]
35 
36  #define the output stream, there could be more than one if using filters
37  #stream1: [ out1 ]
38 
39  #trigger_paths is a keyword and contains the paths that modify the art::event,
40  #ie filters and producers
41  trigger_paths: []
42 
43  #end_paths is a keyword and contains the paths that do not modify the art::Event,
44  #ie analyzers and output streams. these all run simultaneously
45  end_paths: [analyzeIt]
46 }
47 
48 physics.analyzers.opdigiana.InputModule: ssptooffline
49 physics.analyzers.opdigiana.InstanceName: offlinePhoton