Skip to content

Commit

Permalink
disabling caOnlyOneLastHitPerLayerFilter default
Browse files Browse the repository at this point in the history
  • Loading branch information
felicepantaleo authored Dec 20, 2016
1 parent e08c0ad commit 9cb181c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -146,6 +146,6 @@ class CAHitQuadrupletGenerator : public HitQuadrupletGenerator {
const float caThetaCut = 0.00125f;
const float caPhiCut = 0.1f;
const float caHardPtCut = 0.f;
const bool caOnlyOneLastHitPerLayerFilter = true;
const bool caOnlyOneLastHitPerLayerFilter = false;
};
#endif

0 comments on commit 9cb181c

Please sign in to comment.