FelixIntegrityTest.fcl
Go to the documentation of this file.
1 #include "services_dune.fcl"
2 
3 process_name: FelixIntegrityTest
4 
5 services:
6 {
7  # Load the service that manages root files for histograms.
8  TFileService: { fileName: "FelixIntegrityTest.root" }
9  TimeTracker: {}
10  MemoryTracker: {}
11  RandomNumberGenerator: {} #ART native random number generator
12  message: @local::dune_message_services_prod_debug
13  FileCatalogMetadata: @local::art_file_catalog_mc
14  @table::protodune_services
15  PdspChannelMapService: @local::pdspchannelmap
16  ChannelStatusService: @local::pdsp_channel_status
17 }
18 services.message.destinations.LogStandardOut.threshold: "INFO"
19 
20 source:
21 {
22  module_type: RootInput
23  maxEvents: -1
24  fileNames: ["input_file.root"]
25 }
26 
27 physics:
28 {
29 
30  analyzers:
31  {
32  FelixIntegrityTest:
33  {
34  module_type: "FelixIntegrityTest"
35  RawDataLabel: "daq"
36  ExpectContainerFragments: true
37  }
38  }
39 
40  analysis: [ FelixIntegrityTest ]
41  end_paths: [ analysis ]
42 
43 }