BareString_r.fcl
Go to the documentation of this file.
1 process_name: DEVELr
2 
3 physics:
4 {
5  analyzers:
6  {
7  a1:
8  {
9  module_type: BareStringAnalyzer
10  input_label: p1
11  expected_value: Mummy
12  }
13  }
14 
15  e1: [ a1 ]
16  end_paths: [ e1 ]
17 }
18 
19 source:
20 {
21  module_type: RootInput
22  fileNames: [ "../BareString_w.d/out.root" ]
23  maxEvents: 1
24 }