pmacosmictagalg.fcl
Go to the documentation of this file.
1 BEGIN_PROLOG
2 
3 # default parameters for the pma cosmic tracks tagging algorithm
4 standard_pmalgtagger:
5 {
6 
7  TagOutOfDriftTracks: false # Tag tracks sticking out of 1 drift window.
8  OutOfDriftMargin: 5.0 # The minimum distance beyond 1 drift window required for tagging track as a cosmic background.
9 
10  TagFullHeightTracks: false # Tag tracks crossing full height.
11  TagFullWidthTracks: false # Tag tracks crossing full width.
12  TagFullLengthTracks: false # Tag tracks crossing full length.
13  FullCrossingMargin: 15.0 # The maximum difference in size between the detector and track required for tagging track as crossing full dimensions.
14 
15  TagNonBeamT0Tracks: false # Tag tracks that have a reconstructed T0 incompatible with the beam
16  NonBeamT0Margin: 100.0 # Number of nanoseconds away from the beam time to be tagged.
17 
18  TagTopFrontBack: true
19  TopFrontBackMargin: 5.0
20 
21  TagApparentStopper: false
22  ApparentStopperMargin: 5.0
23  VetoActualStopper: false
24  StopperBuffer: 2.0
25 }
26 
27 END_PROLOG
28 
29