removeisolatedspacepoints_standard.fcl
Go to the documentation of this file.
1 #
2 # File: removeisolatedspacepoints_standard.fcl
3 # Purpose: provide default configuration for RemoveIsolatedSpacePoints module
4 # Author: Gianluca Petrillo (petrillo@fnal.gov)
5 # Date: June 7, 2016
6 # Version: 1.0
7 #
8 # Provides:
9 #
10 # - standard_removeisolatedspacepoints: base configuration
11 # (but all elements must be overridden)
12 #
13 # Changes:
14 # 20160607 (petrillo@fnal.gov) [1.0]
15 # original version
16 #
17 
18 BEGIN_PROLOG
19 
20 
21 standard_removeisolatedspacepoints: {
22  module_type: RemoveIsolatedSpacePoints
23 
24  # input space points
25  spacePoints: @nil
26 
27  # SpacePointIsolationAlg configuration
28  isolation: {
29  radius: @nil # cm (same unit as space point coordinates)
30  }
31 
32 } # standard_removeisolatedspacepoints
33 
34 
35 END_PROLOG