rawtpcmonitor.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 process_name: RawTpcMonitor
3 
4 services:
5 {
6  TimeTracker: {}
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"
23  LogLevel: 1
24  }
25  TFileService: { fileName: "rawtpcmonitor.root" }
26 
27 }
28 
29 
30 #source is now a root file
31 source:
32 {
33  module_type: RootInput
34  maxEvents: -1
35  fileNames: ["input_file.root"]
36 }
37 
38 
39 
40 outputs:{}
41 
42 physics:
43 {
44  analyzers:
45  {
46  rawdraw:
47  {
48  module_type: "TpcMonitor"
49  TPCInputModule: "tpcrawdecoder"
50  TPCInstanceName: "daq"
51  RebinFactorX: 1
52  RebinFactorY: 1
53  }
54  }
55  analysis: [ rawdraw ] //Directory for histograms
56  end_paths: [ analysis ]
57 }
58