1 #include "services_dune.fcl"
2 process_name: RawTpcMonitor
7 RandomNumberGenerator: {}
8 message: @local::dune_message_services_prod_debug
9 FileCatalogMetadata: @local::art_file_catalog_mc
10 # @table::protodune_services
11 ExptGeoHelperInterface: @local::dune_geometry_helper
12 GeometryConfigurationWriter: {}
13 Geometry: @local::protodune_geo
14 DetectorClocksService: @local::dunefd_detectorclocks
15 DetectorPropertiesService: @local::protodune_detproperties
16 LArPropertiesService: @local::dunefd_properties
17 DatabaseUtil: @local::dunefd_database
18 ChannelStatusService: @local::dunefd_channel_status
19 PdspChannelMapService: {
20 FileName: "protoDUNETPCChannelMap_RCE_v4.txt"
21 FELIXFileName: "protoDUNETPCChannelMap_FELIX_v4.txt"
22 SSPFileName: "protoDUNESSPChannelMap_v1.txt"
25 TFileService: { fileName: "rawtpcmonitor.root" }
30 #source is now a root file
33 module_type: RootInput
35 fileNames: ["input_file.root"]
48 module_type: "TpcMonitor"
49 TPCInputModule: "tpcrawdecoder"
50 TPCInstanceName: "daq"
55 analysis: [ rawdraw ] //Directory for histograms
56 end_paths: [ analysis ]