#include "RecoPixelVertexing/PixelTriplets/plugins/PixelTripletLargeTipGenerator.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>
Go to the source code of this file.
Typedefs | |
typedef ThirdHitPredictionFromCircle::HelixRZ | HelixRZ |
typedef PixelRecoRange< float > | Range |
Variables | |
static const float | fnSigmaRZ = std::sqrt(12.f) |
double | nSigmaPhi = 3. |
double | nSigmaRZ = 3.4641016151377544 |
Definition at line 30 of file PixelTripletLargeTipGenerator.cc.
typedef PixelRecoRange<float> Range |
Definition at line 28 of file PixelTripletLargeTipGenerator.cc.
|
static |
Definition at line 42 of file PixelTripletLargeTipGenerator.cc.
Referenced by PixelTripletLargeTipGenerator::hitTriplets().
double nSigmaPhi = 3. |
Definition at line 41 of file PixelTripletLargeTipGenerator.cc.
Referenced by GlobalTrackingRegion::checkRZ(), HitPairGeneratorFromLayerPair::doublets(), PixelTripletLargeTipGenerator::hitTriplets(), and PixelTripletHLTGenerator::hitTriplets().
double nSigmaRZ = 3.4641016151377544 |
Definition at line 40 of file PixelTripletLargeTipGenerator.cc.
Referenced by HitPairGeneratorFromLayerPairForPhotonConversion::checkRZCompatibilityWithSeedTrack(), HitQuadrupletGeneratorFromLayerPairForPhotonConversion::failCheckRZCompatibility(), HitPairGeneratorFromLayerPairForPhotonConversion::hitPairs(), PixelTripletLargeTipGenerator::hitTriplets(), and PixelTripletHLTGenerator::hitTriplets().