test_simplederived_01b.fcl
Go to the documentation of this file.
1 services.scheduler.wantSummary: true
2 
3 physics:
4 {
5  analyzers:
6  {
7  a1:
8  {
9  module_type: SimpleDerivedAnalyzer
10  input_label: m1a
11  input_label2: m1b
12  nvalues: 16
13  }
14  }
15  e1: [ a1 ]
16  end_paths: [ e1 ]
17 }
18 
19 source:
20 {
21  module_type: RootInput
22  fileNames: [ "../SimpleDerived_01_w.d/out.root" ]
23 }
24 
25 process_name: DEVEL2