CMS 3D CMS Logo

Typedefs | Functions

/afs/cern.ch/work/a/aaltunda/public/www/CMSSW_6_2_5/src/RecoPixelVertexing/PixelTriplets/plugins/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

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.

{return t*t;}