CMS 3D CMS Logo

Typedefs | Functions
ThirdHitPredictionFromInvLine.cc File Reference
#include "ThirdHitPredictionFromInvLine.h"
#include <cmath>
#include "DataFormats/GeometryVector/interface/GlobalVector.h"
#include "DataFormats/GeometryVector/interface/GlobalPoint.h"
#include "RecoTracker/TkMSParametrization/interface/PixelRecoUtilities.h"
#include "RecoTracker/TkMSParametrization/interface/PixelRecoRange.h"
#include <iostream>

Go to the source code of this file.

Typedefs

typedef Basic2DVector< double > Point2D
 
typedef Basic3DVector< double > Point3D
 
typedef PixelRecoRange< double > Ranged
 

Functions

template<class T >
T sqr (T t)
 

Typedef Documentation

◆ Point2D

typedef Basic2DVector<double> Point2D

Definition at line 16 of file ThirdHitPredictionFromInvLine.cc.

◆ Point3D

typedef Basic3DVector<double> Point3D

Definition at line 15 of file ThirdHitPredictionFromInvLine.cc.

◆ Ranged

typedef PixelRecoRange<double> Ranged

Definition at line 17 of file ThirdHitPredictionFromInvLine.cc.

Function Documentation

◆ sqr()

template<class T >
T sqr ( T  t)