#include <TrackingTools/DetLayers/interface/RodPlaneBuilderFromDet.h>
Public Types | |
typedef GeomDet | Det |
Public Member Functions | |
std::pair < RectangularPlaneBounds, GlobalVector > | computeBounds (const std::vector< const Det * > &dets, const BoundPlane &plane) const |
Surface::RotationType | computeRotation (const std::vector< const Det * > &dets, const Surface::PositionType &meanPos) const |
BoundPlane * | operator() (const std::vector< const Det * > &dets) const |
Warning, remember to assign this pointer to a ReferenceCountingPointer! Should be changed to return a ReferenceCountingPointer<BoundPlane>. |
Definition at line 15 of file RodPlaneBuilderFromDet.h.
typedef GeomDet RodPlaneBuilderFromDet::Det |
Definition at line 17 of file RodPlaneBuilderFromDet.h.
std::pair<RectangularPlaneBounds, GlobalVector> RodPlaneBuilderFromDet::computeBounds | ( | const std::vector< const Det * > & | dets, | |
const BoundPlane & | plane | |||
) | const |
Surface::RotationType RodPlaneBuilderFromDet::computeRotation | ( | const std::vector< const Det * > & | dets, | |
const Surface::PositionType & | meanPos | |||
) | const |
BoundPlane* RodPlaneBuilderFromDet::operator() | ( | const std::vector< const Det * > & | dets | ) | const |
Warning, remember to assign this pointer to a ReferenceCountingPointer! Should be changed to return a ReferenceCountingPointer<BoundPlane>.