Skip to content

Commit

Permalink
Synchronise with CMSSW_11_2_0_pre2
Browse files Browse the repository at this point in the history
  • Loading branch information
fwyzard committed Nov 16, 2020
1 parent a574d36 commit 0f18fd0
Show file tree
Hide file tree
Showing 2 changed files with 9 additions and 2 deletions.
6 changes: 6 additions & 0 deletions RecoPixelVertexing/PixelTrackFitting/BuildFile.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,12 @@
<use name="TrackingTools/TrajectoryParametrization"/>
<use name="TrackingTools/TrajectoryState"/>
<use name="TrackingTools/TransientTrackingRecHit"/>
<use name="DataFormats/BeamSpot"/>
<use name="DataFormats/Common"/>
<use name="DataFormats/GeometryCommonDetAlgo"/>
<use name="DataFormats/TrackerCommon"/>
<use name="RecoTracker/TkSeedingLayers"/>
<use name="TrackingTools/TrajectoryFiltering"/>
<export>
<lib name="1"/>
</export>
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down Expand Up @@ -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

0 comments on commit 0f18fd0

Please sign in to comment.