Skip to content

Commit 142684c

Browse files
author
Brunella DAnzi
committed
Null minYsizeB1 and minYsizeB2 for Phase1
1 parent e40866a commit 142684c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Geometry/CommonTopologies/interface/SimplePixelTopology.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -464,8 +464,8 @@ namespace pixelTopology {
464464

465465
static constexpr float dzdrFact = 8 * 0.0285 / 0.015; // from dz/dr to "DY"
466466

467-
static constexpr int minYsizeB1 = 36;
468-
static constexpr int minYsizeB2 = 28;
467+
static constexpr int minYsizeB1 = 1;
468+
static constexpr int minYsizeB2 = 1;
469469

470470
static constexpr int nPairsForQuadruplets = 13; // quadruplets require hits in all layers
471471
static constexpr int nPairsForTriplets = nPairsForQuadruplets + 2; // include barrel "jumping" layer pairs

0 commit comments

Comments
 (0)