demo.fcl
Go to the documentation of this file.
1 #include "services_microboone.fcl"
2 
3 BEGIN_PROLOG
4 demo:
5 {
6  module_type: "MCBTDemo"
7 }
8 END_PROLOG
9 
10 process_name: mcbtdemo
11 
12 services:
13 {
14  TFileService: { fileName: "out.root" }
15  TimeTracker {}
16  @table::microboone_simulation_services
17 }
18 
19 source:
20 {
21  module_type: RootInput
22  maxEvents: -1
23 }
24 
25 physics:
26 {
27 
28  analyzers: { demo: @local::demo}
29 
30  analyzeIt: [demo]
31 
32  end_paths: [analyzeIt]
33 
34 }