rawevd35tTree.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 process_name: RawEVD35tTree
3 
4 services:
5 {
6  TFileService: { fileName: "duneEVDraw35t_tree_Mu_50evt.root" }
7  TimeTracker: {}
8  RandomNumberGenerator: {}
9  message: @local::standard_info
10  @table::dune35t_simulation_services
11 }
12 
13 source:
14 {
15  module_type: RootInput
16  fileNames: [ "/dune/data2/users/wallbank/DAQToOffline.root" ]
17  firstEvent: 1
18  maxEvents: 1000
19 }
20 
21 outputs:{}
22 
23 physics:
24 {
25  analyzers:
26  {
27  rawdraw:
28  {
29  module_type: "RawEVD35tTree"
30  TPCInputModule: "tpcdaqtooffline"
31  TPCInstanceName: "offline"
32  SSPInputModule: "ssptooffline"
33  SSPInstanceName: "offlinePhoton"
34  }
35  }
36  analysis: [ rawdraw ] //Directory for histograms
37  end_paths: [ analysis ]
38 }
39