1 #include "services_dune.fcl"
2 #include "hitfindermodules_dune.fcl"
4 #include "signalservices_dune.fcl"
5 #include "caldata_dune.fcl"
6 #include "trackfindermodules_dune.fcl"
7 #include "ecalibration.fcl"
8 #include "triggeralgo_service.fcl"
9 #include "photpropservices_dune.fcl"
10 #include "ProtoDUNEDataUtils.fcl"
11 #include "ProtoDUNEFembFilter.fcl"
14 process_name: driftvel
18 #Load the service that manages root files for histograms.
19 TFileService: { fileName: "driftvel.root" }
20 RandomNumberGenerator: {} #ART native random number generator
21 @table::protodune_services
22 message: @local::standard_info
23 FileCatalogMetadata: @local::art_file_catalog_mc
26 #source is now a root file
29 module_type: RootInput
30 maxEvents: -1 # Number of events to create
39 # filter: @local::pdsp_fembfilter_all
45 module_type: "driftvel"
46 DataUtils: @local::standard_protodunedatautils
55 # define the list of LArSoft modules to run through the simulate path
58 physics.analyzers.driftvel.TrackModuleLabel: "pandoraTrack"
59 physics.analyzers.driftvel.CalorimetryModuleLabel: "pandoracalo"
60 physics.analyzers.driftvel.HitsModuleLabel: "linecluster"
61 physics.analyzers.driftvel.SaveTrackInfo: true
62 #physics.analyzers.driftvel.SelectEvents: [fpath]
63 services.PdspChannelMapService: @local::pdspchannelmap