Skip to content
Snippets Groups Projects
Commit e44c19d3 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

update for new reconstruction flow, WIP

parent c523a2a6
No related branches found
No related tags found
1 merge request!118Update reco options
This commit is part of merge request !118. Comments created here will be created in the context of that merge request.
......@@ -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)
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment