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

cb_ecal_cl is now img_barrel_cl

parent b4579c6a
No related branches found
No related tags found
1 merge request!168Resolve "Remove obsolete algorithms from full simulations"
This commit is part of merge request !168. Comments created here will be created in the context of that merge request.
...@@ -242,7 +242,7 @@ img_barrel_cl = ImagingCluster("img_barrel_cl", ...@@ -242,7 +242,7 @@ img_barrel_cl = ImagingCluster("img_barrel_cl",
layerDistEtaPhi=[10*units.mrad, 10*units.mrad], # adjacent layer layerDistEtaPhi=[10*units.mrad, 10*units.mrad], # adjacent layer
neighbourLayersRange=2, # id diff for adjacent layer neighbourLayersRange=2, # id diff for adjacent layer
sectorDist=3.*units.cm) # different sector sectorDist=3.*units.cm) # different sector
algorithms.append(cb_ecal_cl) algorithms.append(img_barrel_cl)
img_barrel_clreco = ImagingClusterReco("img_barrel_clreco", img_barrel_clreco = ImagingClusterReco("img_barrel_clreco",
samplingFraction=img_barrel_sf, samplingFraction=img_barrel_sf,
......
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