rawevd.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 
3 
4 process_name: RawEVD
5 
6 
7 services:
8 {
9  TFileService: { fileName: "duneEVDraw10kt_atmos1.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/data/users/trj/geniecry_jul26_2013/rootfiles/genieNtp_20130423_dune_duneCD1_anuflux_nuebarflux_nuebar_g280_Ar40_5000_9_019.root" ]
22  fileNames: [ "/dune/data2/users/trj/atmospheric10kt_jan2013/rootfiles/gntp.atmo.argon.bartol.max.00001.ghep_98.root" ]
23 #fileNames: [ "muons_fuzzy36.root" ]
24  #fileNames: [ "muons_gen36.root" ]
25  firstEvent : 1
26  maxEvents: 1
27 }
28 
29 
30 outputs:{}
31 
32 
33 physics:
34 {
35  analyzers:
36  {
37  rawdraw:
38  {
39  module_type: "RawEVD"
40  RawDigitLabel: "daq"
41  UncompressWithPed: "true"
42  TicksToDraw: 5200
43  }
44  }
45  analysis: [ rawdraw ] //Directory for histograms
46  end_paths: [ analysis ]
47 }
48