CaloClustering.fcl
Go to the documentation of this file.
1 #include "KNNClusterAlg.fcl"
2 
3 standard_CaloClustering:
4 {
5 module_type: CaloClustering
6 CaloHitLabel: "sscalohit"
7 InstanceLabelName: "ECAL"
8 TrackLabel: "track"
9 ClusterAlgPars: @local::knnclusteralg
10 }
11 
12 standard_CaloClustering_MuID:
13 {
14 module_type: CaloClustering
15 CaloHitLabel: "sscalohitmuid"
16 InstanceLabelName: "MuID"
17 TrackLabel: "track"
18 ClusterAlgPars: @local::knnclusteralg_muid
19 }
20 
21 standard_CaloClusterCheater:
22 {
23 module_type: CaloClusterCheater
24 CaloHitModuleLabel: "sipmhit"
25 InstanceLabelName: "ECAL"
26 MinHits: 1
27 IgnoreNeutrons: true
28 }
29 
30 standard_CaloClusterCheater_MuID:
31 {
32 module_type: CaloClusterCheater
33 CaloHitModuleLabel: "sipmhitmuid"
34 InstanceLabelName: "MuID"
35 MinHits: 1
36 IgnoreNeutrons: true
37 }