TestRemoveCachedProduct_r.fcl
Go to the documentation of this file.
1 process_name: TestRemoveCachedProductR
2 
3 physics: {
4  analyzers: { a1: { module_type: TestRemoveCachedProduct } }
5  e1: [ a1 ]
6 }
7 
8 source: {
9  module_type: RootInput
10  fileNames: [ "../TestRemoveCachedProduct_w.d/out.root" ]
11 }