#include "RecoTracker/TkMSParametrization/interface/PixelRecoRange.h"
#include "RecoTracker/TkMSParametrization/interface/PixelRecoLineRZ.h"
#include "RecoTracker/TkTrackingRegions/interface/TkTrackingRegionsMargin.h"
#include "RecoTracker/TkTrackingRegions/interface/TrackingRegion.h"
#include "DataFormats/GeometryVector/interface/GlobalTag.h"
#include "DataFormats/GeometryVector/interface/Vector2DBase.h"
#include "DataFormats/GeometryVector/interface/GlobalPoint.h"
#include "DataFormats/GeometryVector/interface/GlobalVector.h"
#include "FWCore/Framework/interface/EventSetup.h"
#include "FWCore/Framework/interface/ESHandle.h"
#include <vector>
#include <utility>
Go to the source code of this file.
Classes | |
class | ThirdHitPrediction |
Typedefs | |
typedef Vector2DBase< float, GlobalTag > | Global2DVector |
typedef Vector2DBase<float, GlobalTag> Global2DVector |
predicts a range in r-z for the position of third hit. the predicted reange is defined by stright line extrapolation/interpolation from hit pair and the margin defined by hit errors and multiple scattering
Definition at line 16 of file ThirdHitPrediction.h.