From ccdfc165125a797206e154f6741d67a4a679460f Mon Sep 17 00:00:00 2001 From: Andrea Bocci Date: Sun, 12 Jul 2020 23:24:43 +0200 Subject: [PATCH] Synchronise with CMSSW_11_2_0_pre2 --- RecoPixelVertexing/PixelTrackFitting/BuildFile.xml | 6 ++++++ .../PixelTriplets/interface/CAHitQuadrupletGenerator.h | 5 +++-- 2 files changed, 9 insertions(+), 2 deletions(-) diff --git a/RecoPixelVertexing/PixelTrackFitting/BuildFile.xml b/RecoPixelVertexing/PixelTrackFitting/BuildFile.xml index 74761cc5ee240..a589aad036996 100644 --- a/RecoPixelVertexing/PixelTrackFitting/BuildFile.xml +++ b/RecoPixelVertexing/PixelTrackFitting/BuildFile.xml @@ -27,6 +27,12 @@ + + + + + + diff --git a/RecoPixelVertexing/PixelTriplets/interface/CAHitQuadrupletGenerator.h b/RecoPixelVertexing/PixelTriplets/interface/CAHitQuadrupletGenerator.h index 065dcd0f3ecb1..deb2beb6099ee 100644 --- a/RecoPixelVertexing/PixelTriplets/interface/CAHitQuadrupletGenerator.h +++ b/RecoPixelVertexing/PixelTriplets/interface/CAHitQuadrupletGenerator.h @@ -16,6 +16,7 @@ #include "RecoTracker/TkHitPairs/interface/IntermediateHitDoublets.h" #include "RecoPixelVertexing/PixelTriplets/interface/OrderedHitSeeds.h" +#include "RecoPixelVertexing/PixelTriplets/src/CACut.h" class TrackingRegion; class SeedingLayerSetsHits; @@ -127,8 +128,8 @@ class CAHitQuadrupletGenerator { const bool fitFastCircleChi2Cut; const bool useBendingCorrection; - const float caThetaCut = 0.00125f; - const float caPhiCut = 0.1f; + CACut caThetaCut; + CACut caPhiCut; const float caHardPtCut = 0.f; }; #endif