CTPEvaluator.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_convTrackPID:
8 {
9  module_type: CTPEvaluator
10  #==================
11  ctpHelper: @local::standard_ctphelper
12  particleLabel: "pandora"
13  writeTree: false
14 }
15 
16 END_PROLOG