File tree Expand file tree Collapse file tree 1 file changed +6
-6
lines changed
Geometry/HGCalCommonData/src Expand file tree Collapse file tree 1 file changed +6
-6
lines changed Original file line number Diff line number Diff line change @@ -2341,10 +2341,10 @@ void HGCalGeomParameters::loadCellTrapezoid(HGCalParameters& php) {
23412341 // Ring radii for each partition
23422342 for (unsigned int k = 0 ; k < 2 ; ++k) {
23432343 for (unsigned int kk = 0 ; kk < php.tileRingR_ .size (); ++kk) {
2344- if ((k == 0 ) && (php.mode_ == HGCalGeometryMode::TrapezoidFineCassette))
2345- php.radiusLayer_ [k].emplace_back (php.tileRingFineR_ [kk].first );
2346- else
2347- php.radiusLayer_ [k].emplace_back (php.tileRingR_ [kk].first );
2344+ if ((k == 0 ) && (php.mode_ == HGCalGeometryMode::TrapezoidFineCassette))
2345+ php.radiusLayer_ [k].emplace_back (php.tileRingFineR_ [kk].first );
2346+ else
2347+ php.radiusLayer_ [k].emplace_back (php.tileRingR_ [kk].first );
23482348#ifdef EDM_ML_DEBUG
23492349 double zv = ((k == 0 ) ? (php.zLayerHex_ [php.layerFrontBH_ [1 ] - php.firstLayer_ ])
23502350 : (php.zLayerHex_ [php.zLayerHex_ .size () - 1 ]));
@@ -2354,9 +2354,9 @@ void HGCalGeomParameters::loadCellTrapezoid(HGCalParameters& php) {
23542354#endif
23552355 }
23562356 if ((k == 0 ) && (php.mode_ == HGCalGeometryMode::TrapezoidFineCassette))
2357- php.radiusLayer_ [k].emplace_back (php.tileRingFineR_ [php.tileRingFineR_ .size () - 1 ].second );
2357+ php.radiusLayer_ [k].emplace_back (php.tileRingFineR_ [php.tileRingFineR_ .size () - 1 ].second );
23582358 else
2359- php.radiusLayer_ [k].emplace_back (php.tileRingR_ [php.tileRingR_ .size () - 1 ].second );
2359+ php.radiusLayer_ [k].emplace_back (php.tileRingR_ [php.tileRingR_ .size () - 1 ].second );
23602360 }
23612361 // Minimum and maximum radius index for each layer
23622362 for (unsigned int k = 0 ; k < php.zLayerHex_ .size (); ++k) {
You can’t perform that action at this time.
0 commit comments