Skip to content
Snippets Groups Projects

Resolve "Remove obsolete algorithms from full simulations"

1 file
+ 1
1
Compare changes
  • Side-by-side
  • Inline
@@ -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,
Loading