rawevd35t.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 
3 
4 process_name: RawEVD35t
5 
6 
7 services:
8 {
9  TFileService: { fileName: "duneEVDraw35t_Cosmic_1000evt.root" }
10  TimeTracker: {}
11  RandomNumberGenerator: {}
12  message: @local::standard_info
13  # @table::dunefd_simulation_services
14  @table::dune35t_simulation_services
15 }
16 
17 
18 source:
19 {
20  module_type: RootInput
21  #fileNames: [ "/dune/app/users/babu2038/result_1000_event/single_gen_dune.root" ]
22  #fileNames: [ "/dune/app/users/babu2038/muonfiles/muon/single_gen_dune.root" ]
23  fileNames: [ "/dune/data/users/babu2038/cosmicevent/cosmics35t_gen.root" ]
24  #fileNames: [ "muons_fuzzy36.root" ]
25  #fileNames: [ "muons_gen36.root" ]
26  firstEvent : 1
27  maxEvents: -1
28 }
29 
30 
31 outputs:{}
32 
33 
34 physics:
35 {
36  analyzers:
37  {
38  rawdraw:
39  {
40  module_type: "RawEVD35t"
41  RawDigitLabel: "daq"
42  UncompressWithPed: "true"
43  }
44  }
45  analysis: [ rawdraw ] //Directory for histograms
46  end_paths: [ analysis ]
47 }
48