run_DataOverlayMixer.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 #include "production_split_files.fcl"
3 #include "tools_dune.fcl"
4 
5 process_name : RawDigitMixer #The process name must NOT contain any underscores
6 
7 source : {
8  module_type : RootInput
9  maxEvents : 10
10 }
11 
12 services : {
13 
14  TFileService: { fileName: "DataOverlayMixer_hist.root" }
15  TimeTracker: {}
16  RandomNumberGenerator: {} #ART native random number generator
17  @table::dune35tsim_reco_services
18  FileCatalogMetadata: @local::art_file_catalog_data
19  message: @local::standard_info
20  MemoryTracker: {}
21  IFDH: {}
22 }
23 
24 outputs: {
25  out: { module_type: RootOutput
26  fileName: "DataOverlayMixer.root"
27  fastCloning: false
28  dataTier: "full-reconstructed"
29  compressionLevel: 1 }
30 }
31 
32 physics: {
33 
34  producers: {
35  }
36 
37  analyzers: {
38 
39  }
40 
41  filters: {
42  mixer: { module_type : OverlayRawDataDUNE35t
43  #fileNames : [ "/pnfs/lbne//pnfs/fnal.gov/usr/lbne/test-data/lbne/sliced/01/26/35/01/lbne_r013772_sr01_20160229T023027_20160709T052939_split.root" ]
44  #fileNames : @local::dune35t_smalldatafiles
45  #fileNames : [ " /dune/app/users/mthiesse/larDev_mix/test/preDataOverlayMixer.root " ]
46  readMode : sequential
47  wrapFiles : true
48  coverageFraction : 1
49  detail : {
50  SamDefname: "goodruns_35ton_sliced_mthiesse"
51  SamProject: "mthiesse_goodruns_35ton_sliced_mthiesse_2016-10-31_09-08-52"
52  RawDigitDataModuleLabel : "SplitterInput:TPC"
53  #OpDetDataModuleLabel : "pmtreadout"
54  RawDigitMCModuleLabel : "daq"
55  #OpDetMCModuleLabel : "pmtreadout"
56  InputFileIsData : false
57  G4InputModuleLabel : "largeant"
58  TriggerInputModuleLabel : "simcounter"
59  GeneratorInputModuleLabel : "generator"
60  EventsToMix: 1
61  DefaultMCRawDigitScale: 1.0
62  DefaultMCOpDetScale: 1.0
63  }
64  }
65  }
66 
67  mixer_path : [ mixer ]
68  trigger_paths : [ mixer_path ]
69 
70  #ana1: [mixerana]
71  output : [ out ]
72  end_paths: [ output ]
73 
74 }
75 
76 #services.IChannelStatusService.ChannelStatusProvider.UseDB: false