clustercounter.fcl
Go to the documentation of this file.
1 # add "#include another.fcl" statements out of PROLOG block, e.g.:
2 # #include "trackfinderalgorithms.fcl"
3 
4 BEGIN_PROLOG
5 
6 cluster_counter:
7 {
8  module_type: "ClusterCounter"
9 
10  ClusterModuleLabel: "linecluster"
11  MinSize: 10
12 }
13 
14 
15 
16 cluster_counter2: @local::cluster_counter
17 cluster_counter2.module_type: "ClusterCounter2"
18 
19 cluster_counter3: @local::cluster_counter
20 cluster_counter3.module_type: "ClusterCounter3"
21 
22 cluster_counter4: @local::cluster_counter
23 cluster_counter4.module_type: "ClusterCounter4"
24 
25 cluster_counter5: @local::cluster_counter
26 cluster_counter5.module_type: "ClusterCounter5"
27 
28 END_PROLOG