Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
art
art
test
Integration
test_tiered_input_03
fcl
make_f4.fcl
Go to the documentation of this file.
1
source: {
2
module_type: RootInput
3
fileNames: [ "../test_tiered_input_03c_t.d/f3.root" ]
4
}
5
6
outputs: {
7
out1: {
8
module_type: RootOutput
9
fileName: "f4.root"
10
outputCommands: [ "keep *", "drop arttest::IntProduct_m3a__MAKET1" ]
11
}
12
}
13
14
physics: {
15
producers: {
16
}
17
filters: {
18
}
19
p1: [ ]
20
trigger_paths: [ p1 ]
21
analyzers: {
22
}
23
e1: [ out1 ]
24
end_paths: [ e1 ]
25
}
26
27
process_name: DROPM3A
Generated by
1.8.11