clustermatchalg.fcl
Go to the documentation of this file.
1 #include "trackfindermodules_microboone.fcl"
2 BEGIN_PROLOG
3 
4 standard_clustermatchalg:
5 {
6  DebugMode: true
7  StoreSpacePoint: true
8  MatchAlgoList: [0, 1, 2] # Algorithms enum to be enabled
9  CutParam_NumSpacePoint: 100 # Number of minimum space point to claim a cluster by kSpacePoint
10  CutParam_OverlayTimeFraction: 0.05 # Minimum fraction of overlayed time period used by kRoughTime
11  CutParam_SumChargeRatio: 2.0 # Maximum difference in fraction of clusters' charge sum used by kSumCharge
12  SpacePointAlg: @local::microboone_spacepointalg
13 }
14 standard_clustermatchalg.SpacePointAlg.Filter: false
15 
16 END_PROLOG