#include "RecoPixelVertexing/PixelTriplets/plugins/PixelTripletLargeTipGenerator.h"
#include "RecoTracker/TkHitPairs/interface/HitPairGeneratorFromLayerPair.h"
#include "RecoPixelVertexing/PixelTriplets/interface/ThirdHitPredictionFromCircle.h"
#include "ThirdHitRZPrediction.h"
#include "RecoTracker/TkMSParametrization/interface/PixelRecoUtilities.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include "Geometry/TrackerGeometryBuilder/interface/TrackerGeometry.h"
#include "Geometry/Records/interface/TrackerDigiGeometryRecord.h"
#include "Geometry/Records/interface/TrackerTopologyRcd.h"
#include "RecoPixelVertexing/PixelTriplets/plugins/ThirdHitCorrection.h"
#include "RecoTracker/TkHitPairs/interface/RecHitsSortedInPhi.h"
#include "MatchedHitRZCorrectionFromBending.h"
#include "RecoPixelVertexing/PixelTriplets/plugins/KDTreeLinkerAlgo.h"
#include "RecoPixelVertexing/PixelTriplets/plugins/KDTreeLinkerTools.h"
#include <algorithm>
#include <iostream>
#include <vector>
#include <cmath>
#include <map>
#include "DataFormats/Math/interface/normalizedPhi.h"
#include "CommonTools/Utils/interface/DynArray.h"
Go to the source code of this file.
Typedefs | |
using | HelixRZ = ThirdHitPredictionFromCircle::HelixRZ |
using | Range = PixelRecoRange< float > |
Variables | |
float | fnSigmaRZ = nSigmaRZ |
double | nSigmaPhi = 3. |
double | nSigmaRZ = 3.4641016151377544 |
Definition at line 32 of file PixelTripletLargeTipGenerator.cc.
using Range = PixelRecoRange<float> |
Definition at line 31 of file PixelTripletLargeTipGenerator.cc.
float fnSigmaRZ = nSigmaRZ |
Definition at line 45 of file PixelTripletLargeTipGenerator.cc.
Referenced by PixelTripletLargeTipGenerator::hitTriplets().
double nSigmaPhi = 3. |
Definition at line 44 of file PixelTripletLargeTipGenerator.cc.
Referenced by GlobalTrackingRegion::checkRZ(), HitPairGeneratorFromLayerPair::doublets(), PixelTripletLargeTipGenerator::hitTriplets(), and PixelTripletHLTGenerator::hitTriplets().
double nSigmaRZ = 3.4641016151377544 |
Definition at line 43 of file PixelTripletLargeTipGenerator.cc.
Referenced by HitPairGeneratorFromLayerPairForPhotonConversion::checkRZCompatibilityWithSeedTrack(), HitQuadrupletGeneratorFromLayerPairForPhotonConversion::failCheckRZCompatibility(), HitPairGeneratorFromLayerPairForPhotonConversion::hitPairs(), PixelTripletLargeTipGenerator::hitTriplets(), and PixelTripletHLTGenerator::hitTriplets().