Skip to content

Commit

Permalink
code-checks
Browse files Browse the repository at this point in the history
  • Loading branch information
slava77 committed Nov 17, 2022
1 parent 7bbc436 commit 8ab5c78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RecoTracker/MkFitCMS/src/MkStdSeqs.cc
Expand Up @@ -646,7 +646,7 @@ namespace mkfit {
// based on fr and eff vs pt (convert to native invpt)
float invptmin = 1.43; // min 1/pT (=1/0.7) for full filter on (npixhits<=3 .or. npixlyrs<=3)
float d0BS = t.d0BeamSpot(bspot.x, bspot.y);
float d0_max = 0.1; // 1 mm, max for somewhat prompt
float d0_max = 0.1; // 1 mm, max for somewhat prompt

// next-to-outermost pixel layers (almost): BPIX3 or FPIX1
bool endsInsidePix = (llyr == 2 || llyr == 18 || llyr == 45);
Expand Down

0 comments on commit 8ab5c78

Please sign in to comment.