bogoplop.fcl
Go to the documentation of this file.
1 process_name: bogoplop
2 physics :{
3  producers: {
4  plopper : {
5  module_type : BlipMaker
6  }
7  }
8  p1 : [ plopper ]
9  outputFiles : [ out ]
10 
11  trigger_paths : [ p1 ]
12  end_paths: [ outputFiles ]
13 }
14 outputs: {
15  out: {
16  module_type: RootOutput
17  fileName: "output.root"
18  }
19 }