|
ATLAS Offline Software
|
Go to the documentation of this file.
17 #ifndef MUONCHAMBERPROJECTIONHELPER_H
18 #define MUONCHAMBERPROJECTIONHELPER_H
26 #include "GeoModelKernel/GeoVPhysVol.h"
55 double& distanceToFirstEndPlane,
double& distanceToSecondEndPlane,
56 const double&
radius = 0.0 );
70 bool& outsidechamber );
85 const double & extradist = 0.0 );
~MuonChamberProjectionHelper()
The Athena Transient Store API.
bool clipLineSegmentToMDTChamber(const GeoPVConstLink &mdtChamber, Amg::Vector3D &pointA, Amg::Vector3D &pointB, bool &outsidechamber, const double &extradist=0.0)
MuonChamberProjectionHelper(StoreGateSvc *detectorStore)
Eigen::Affine3d Transform3D
bool projectAndConstrainLineSegmentToMDTChamberEndWalls(const GeoPVConstLink &mdtChamber, const Amg::Vector3D &pointA, const Amg::Vector3D &pointB, Amg::Vector3D &firstEndWall_pointA, Amg::Vector3D &firstEndWall_pointB, Amg::Vector3D &secondEndWall_pointA, Amg::Vector3D &secondEndWall_pointB, bool &outsidechamber)
MuonChamberProjectionHelper & operator=(const MuonChamberProjectionHelper &)
Eigen::Matrix< double, 3, 1 > Vector3D
bool isKnownMDTChamber(const GeoPVConstLink &mdtChamber)
bool getDistancesToMDTChamberWallsAlongLine(const GeoPVConstLink &mdtChamber, const Amg::Vector3D &point, const Amg::Vector3D &lineDirection, double &distanceToFirstEndPlane, double &distanceToSecondEndPlane, const double &radius=0.0)
MuonChamberProjectionHelper(const MuonChamberProjectionHelper &)
static Amg::Vector3D & applyTransformToVector(const Amg::Transform3D &m, Amg::Vector3D &v)