CTPTrackDump.fcl
Go to the documentation of this file.
1 #include "ctphelper.fcl"
2 
3 BEGIN_PROLOG
4 
5 # Configuration for the Utility Example module
6 
7 standard_convTrackDumper:
8 {
9  module_type: CTPTrackDump
10  #==================
11  ctpHelper: @local::standard_ctphelper
12  particleLabel: "pandora"
13 }
14 
15 END_PROLOG