1 #include "services_dune.fcl"
2 #include "hitfindermodules_dune.fcl"
4 #include "ProtoDUNEUnstableHVFilter.fcl"
5 #include "signalservices_dune.fcl"
6 #include "caldata_dune.fcl"
7 #include "trackfindermodules_dune.fcl"
8 #include "ecalibration.fcl"
9 #include "triggeralgo_service.fcl"
10 #include "photpropservices_dune.fcl"
11 #include "ProtoDUNEDataUtils.fcl"
12 #include "ProtoDUNEFembFilter.fcl"
15 process_name: hitrmsrawdigits
19 #Load the service that manages root files for histograms.
20 TFileService: { fileName: "hitrmsrawdigits.root" }
21 RandomNumberGenerator: {} #ART native random number generator
22 @table::protodune_services
23 message: @local::standard_info
24 FileCatalogMetadata: @local::art_file_catalog_mc
27 #source is now a root file
30 module_type: RootInput
31 maxEvents: -1 # Number of events to create
40 # filter: @local::pdsp_fembfilter_all
47 module_type: "hitrmsrawdigits"
48 DataUtils: @local::standard_protodunedatautils
53 ana: [ hitrmsrawdigits ]
57 # define the list of LArSoft modules to run through the simulate path
60 physics.analyzers.hitrmsrawdigits.TrackModuleLabel: "pandoraTrack"
61 physics.analyzers.hitrmsrawdigits.CalorimetryModuleLabel: "pandoracalo"
62 physics.analyzers.hitrmsrawdigits.HitsModuleLabel: "hitpdune"
63 physics.analyzers.hitrmsrawdigits.WireProducerLabel: "caldata:dataprep"
64 physics.analyzers.hitrmsrawdigits.RawProducerLabel: "tpcrawdecoder:daq"
65 #physics.analyzers.hitrmsrawdigits.WireProducerLabel: "caldata:dataprep"
66 #physics.analyzers.hitrmsrawdigits.RawProducerLabel: "caldata:dataprep"
67 #physics.analyzers.hitrmsrawdigits.DataUtils.RawDigitTag: "caldata:dataprep"
68 physics.analyzers.hitrmsrawdigits.SaveTrackInfo: true
69 #physics.analyzers.hitrmsrawdigits.SelectEvents: [fpath]
70 services.PdspChannelMapService: @local::pdspchannelmap
71 services.BackTrackerService.BackTracker.SimChannelModuleLabel: "tpcrawdecoder:simpleSC"