CMS 3D CMS Logo

 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Properties Friends Macros Pages
Typedefs | Functions
ThirdHitPredictionFromInvLine.cc File Reference
#include "RecoPixelVertexing/PixelTriplets/interface/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

typedef Basic2DVector<double> Point2D

Definition at line 13 of file ThirdHitPredictionFromInvLine.cc.

typedef Basic3DVector<double> Point3D

Definition at line 12 of file ThirdHitPredictionFromInvLine.cc.

typedef PixelRecoRange<double> Ranged

Definition at line 14 of file ThirdHitPredictionFromInvLine.cc.

Function Documentation

template<class T >
T sqr ( T  t)

Definition at line 10 of file ThirdHitPredictionFromInvLine.cc.

References lumiQTWidget::t.

10 {return t*t;}