Skip to content
Snippets Groups Projects
Commit af139037 authored by Wouter Deconinck's avatar Wouter Deconinck
Browse files

treewide: s/ClustersAssociations/ClusterAssociations/

parent dfc4d1bd
No related branches found
No related tags found
1 merge request!200treewide: s/ClustersAssociations/ClusterAssociations/
...@@ -484,7 +484,7 @@ ce_ecal_clreco = RecoCoG( ...@@ -484,7 +484,7 @@ ce_ecal_clreco = RecoCoG(
mcHits="EcalEndcapNHits", # to create truth associations mcHits="EcalEndcapNHits", # to create truth associations
inputProtoClusterCollection=ce_ecal_cl.outputProtoClusters, inputProtoClusterCollection=ce_ecal_cl.outputProtoClusters,
outputClusterCollection="EcalEndcapNClusters", outputClusterCollection="EcalEndcapNClusters",
outputAssociations="EcalEndcapNClustersAssociations", outputAssociations="EcalEndcapNClusterAssociations",
logWeightBase=4.6, logWeightBase=4.6,
) )
algorithms.append(ce_ecal_clreco) algorithms.append(ce_ecal_clreco)
...@@ -494,7 +494,7 @@ ce_ecal_clmerger = ClusterMerger( ...@@ -494,7 +494,7 @@ ce_ecal_clmerger = ClusterMerger(
inputClusters=ce_ecal_clreco.outputClusterCollection, inputClusters=ce_ecal_clreco.outputClusterCollection,
inputAssociations=ce_ecal_clreco.outputAssociations, inputAssociations=ce_ecal_clreco.outputAssociations,
outputClusters="EcalEndcapNMergedClusters", outputClusters="EcalEndcapNMergedClusters",
outputAssociations="EcalEndcapNMergedClustersAssociations", outputAssociations="EcalEndcapNMergedClusterAssociations",
) )
algorithms.append(ce_ecal_clmerger) algorithms.append(ce_ecal_clmerger)
...@@ -558,7 +558,7 @@ ci_ecal_clreco = RecoCoG( ...@@ -558,7 +558,7 @@ ci_ecal_clreco = RecoCoG(
mcHits=ci_ecal_cl.mcHits, mcHits=ci_ecal_cl.mcHits,
inputProtoClusterCollection=ci_ecal_cl.outputProtoClusters, inputProtoClusterCollection=ci_ecal_cl.outputProtoClusters,
outputClusterCollection="EcalEndcapPClusters", outputClusterCollection="EcalEndcapPClusters",
outputAssociations="EcalEndcapPClustersAssociations", outputAssociations="EcalEndcapPClusterAssociations",
enableEtaBounds=True, enableEtaBounds=True,
logWeightBase=6.2, logWeightBase=6.2,
) )
...@@ -569,7 +569,7 @@ ci_ecal_clmerger = ClusterMerger( ...@@ -569,7 +569,7 @@ ci_ecal_clmerger = ClusterMerger(
inputClusters=ci_ecal_clreco.outputClusterCollection, inputClusters=ci_ecal_clreco.outputClusterCollection,
inputAssociations=ci_ecal_clreco.outputAssociations, inputAssociations=ci_ecal_clreco.outputAssociations,
outputClusters="EcalEndcapPMergedClusters", outputClusters="EcalEndcapPMergedClusters",
outputAssociations="EcalEndcapPMergedClustersAssociations", outputAssociations="EcalEndcapPMergedClusterAssociations",
) )
algorithms.append(ci_ecal_clmerger) algorithms.append(ci_ecal_clmerger)
...@@ -675,7 +675,7 @@ if has_ecal_barrel_imaging: ...@@ -675,7 +675,7 @@ if has_ecal_barrel_imaging:
mcHits=scfi_barrel_digi.inputHitCollection, mcHits=scfi_barrel_digi.inputHitCollection,
inputProtoClusterCollection=scfi_barrel_cl.outputProtoClusterCollection, inputProtoClusterCollection=scfi_barrel_cl.outputProtoClusterCollection,
outputClusterCollection="EcalBarrelScFiClusters", outputClusterCollection="EcalBarrelScFiClusters",
outputAssociations="EcalBarrelScFiClustersAssociations", outputAssociations="EcalBarrelScFiClusterAssociations",
logWeightBase=6.2, logWeightBase=6.2,
) )
algorithms.append(scfi_barrel_clreco) algorithms.append(scfi_barrel_clreco)
...@@ -689,7 +689,7 @@ if has_ecal_barrel_imaging: ...@@ -689,7 +689,7 @@ if has_ecal_barrel_imaging:
inputPositionClusters=img_barrel_clreco.outputClusters, inputPositionClusters=img_barrel_clreco.outputClusters,
inputPositionAssociations=img_barrel_clreco.outputAssociations, inputPositionAssociations=img_barrel_clreco.outputAssociations,
outputClusters="EcalBarrelMergedClusters", outputClusters="EcalBarrelMergedClusters",
outputAssociations="EcalBarrelMergedClustersAssociations", outputAssociations="EcalBarrelMergedClusterAssociations",
) )
algorithms.append(barrel_clus_merger) algorithms.append(barrel_clus_merger)
...@@ -744,7 +744,7 @@ else: ...@@ -744,7 +744,7 @@ else:
mcHits="EcalBarrelSciGlassHits", mcHits="EcalBarrelSciGlassHits",
inputProtoClusterCollection=sciglass_ecal_cl.outputProtoClusters, inputProtoClusterCollection=sciglass_ecal_cl.outputProtoClusters,
outputClusterCollection="EcalBarrelClusters", outputClusterCollection="EcalBarrelClusters",
outputAssociations="EcalBarrelClustersAssociations", outputAssociations="EcalBarrelClusterAssociations",
enableEtaBounds=True, enableEtaBounds=True,
logWeightBase=6.2, logWeightBase=6.2,
) )
...@@ -755,7 +755,7 @@ else: ...@@ -755,7 +755,7 @@ else:
inputClusters=sciglass_ecal_clreco.outputClusterCollection, inputClusters=sciglass_ecal_clreco.outputClusterCollection,
inputAssociations=sciglass_ecal_clreco.outputAssociations, inputAssociations=sciglass_ecal_clreco.outputAssociations,
outputClusters="EcalBarrelMergedClusters", outputClusters="EcalBarrelMergedClusters",
outputAssociations="EcalBarrelMergedClustersAssociations", outputAssociations="EcalBarrelMergedClusterAssociations",
) )
algorithms.append(barrel_clus_merger) algorithms.append(barrel_clus_merger)
...@@ -807,7 +807,7 @@ cb_hcal_clreco = RecoCoG( ...@@ -807,7 +807,7 @@ cb_hcal_clreco = RecoCoG(
mcHits=cb_hcal_digi.inputHitCollection, mcHits=cb_hcal_digi.inputHitCollection,
inputProtoClusterCollection=cb_hcal_cl.outputProtoClusterCollection, inputProtoClusterCollection=cb_hcal_cl.outputProtoClusterCollection,
outputClusterCollection="HcalBarrelClusters", outputClusterCollection="HcalBarrelClusters",
outputAssociations="HcalBarrelClustersAssociations", outputAssociations="HcalBarrelClusterAssociations",
logWeightBase=6.2, logWeightBase=6.2,
) )
algorithms.append(cb_hcal_clreco) algorithms.append(cb_hcal_clreco)
...@@ -858,7 +858,7 @@ ci_hcal_clreco = RecoCoG( ...@@ -858,7 +858,7 @@ ci_hcal_clreco = RecoCoG(
mcHits=ci_hcal_digi.inputHitCollection, mcHits=ci_hcal_digi.inputHitCollection,
inputProtoClusterCollection=ci_hcal_cl.outputProtoClusterCollection, inputProtoClusterCollection=ci_hcal_cl.outputProtoClusterCollection,
outputClusterCollection="HcalEndcapPClusters", outputClusterCollection="HcalEndcapPClusters",
outputAssociations="HcalEndcapPClustersAssociations", outputAssociations="HcalEndcapPClusterAssociations",
logWeightBase=6.2, logWeightBase=6.2,
) )
algorithms.append(ci_hcal_clreco) algorithms.append(ci_hcal_clreco)
...@@ -909,7 +909,7 @@ ce_hcal_clreco = RecoCoG( ...@@ -909,7 +909,7 @@ ce_hcal_clreco = RecoCoG(
mcHits=ce_hcal_digi.inputHitCollection, mcHits=ce_hcal_digi.inputHitCollection,
inputProtoClusterCollection=ce_hcal_cl.outputProtoClusterCollection, inputProtoClusterCollection=ce_hcal_cl.outputProtoClusterCollection,
outputClusterCollection="HcalEndcapNClusters", outputClusterCollection="HcalEndcapNClusters",
outputAssociations="HcalEndcapNClustersAssociations", outputAssociations="HcalEndcapNClusterAssociations",
logWeightBase=6.2, logWeightBase=6.2,
) )
algorithms.append(ce_hcal_clreco) algorithms.append(ce_hcal_clreco)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment