#include "Geometry/CommonDetUnit/interface/GeomDet.h"
#include "TrackingTools/DetLayers/interface/MeasurementEstimator.h"
#include "DataFormats/GeometryVector/interface/GlobalPoint.h"
#include "TrackingTools/DetLayers/interface/rangesIntersect.h"
#include "DataFormats/GeometryVector/interface/VectorUtil.h"
Go to the source code of this file.
Namespaces | |
tkDetUtil | |
Functions | |
float | tkDetUtil::calculatePhiWindow (const MeasurementEstimator::Local2DVector &imaxDistance, const TrajectoryStateOnSurface &ts, const Plane &plane) |
float | tkDetUtil::computeWindowSize (const GeomDet *det, const TrajectoryStateOnSurface &tsos, const MeasurementEstimator &est) |
bool | tkDetUtil::overlapInPhi (float phi, const GeomDet &det, float phiWindow) |
bool | tkDetUtil::overlapInPhi (GlobalPoint crossPoint, const GeomDet &det, float phiWindow) |