We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e40866a commit 142684cCopy full SHA for 142684c
Geometry/CommonTopologies/interface/SimplePixelTopology.h
@@ -464,8 +464,8 @@ namespace pixelTopology {
464
465
static constexpr float dzdrFact = 8 * 0.0285 / 0.015; // from dz/dr to "DY"
466
467
- static constexpr int minYsizeB1 = 36;
468
- static constexpr int minYsizeB2 = 28;
+ static constexpr int minYsizeB1 = 1;
+ static constexpr int minYsizeB2 = 1;
469
470
static constexpr int nPairsForQuadruplets = 13; // quadruplets require hits in all layers
471
static constexpr int nPairsForTriplets = nPairsForQuadruplets + 2; // include barrel "jumping" layer pairs
0 commit comments