Skip to content
Snippets Groups Projects

Update reco options

Merged Sylvester Joosten requested to merge update_reco_options into master
1 file
+ 2
2
Compare changes
  • Side-by-side
  • Inline
@@ -99,13 +99,13 @@ embarrelzmerger = CalorimeterHitsMerger("ecal_barrel_z_merger",
# Clustering
embarrelcluster = IslandCluster("ecal_barrel_cluster",
inputHitCollection="RecoEcalBarrelHitsXY",
outputClusterCollection="EcalBarrelClusterHits",
outputHitCollection="EcalBarrelClusterHits",
minClusterCenterEdep=0.5*units.MeV,
splitCluster=False,
groupRanges=[2.0*units.cm, 2.0*units.cm, 2.0*units.cm])
# Reconstruct the cluster with Center of Gravity method
embarrelclusterreco = RecoCoG("ecal_barrel_clusterreco",
inputHitsCollection="EcalBarrelClusterHits",
inputHitCollection="EcalBarrelClusterHits",
outputClusterCollection="EcalBarrelClusters",
logWeightBase=6.2,
samplingFraction=sf)
Loading