|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef TRKVOLUMES_BOUNDARYPLANESURFACE_H
10 #define TRKVOLUMES_BOUNDARYPLANESURFACE_H
90 #include "TrkVolumes/BoundaryPlaneSurface.icc"
94 #endif // TRKVOLUMES_BOUNDARYPLANESURFACE_H
BoundaryPlaneSurface()=default
Default Constructor - needed for pool and inherited classes.
BoundaryPlaneSurface(const Tvol *inside, const Tvol *outside, const PlaneSurface &psf)
Constructor for a Boundary with exact two Volumes attached to it.
virtual const Surface & surfaceRepresentation() const override final
The Surface Representation of this.
bool const RAWDATA *ch2 const
Eigen::Affine3d Transform3D
BoundaryPlaneSurface(const BoundaryPlaneSurface< Tvol > &bps)=default
Copy constructor.
BoundaryPlaneSurface(SharedObject< VolumeArray > insideArray, SharedObject< VolumeArray > outsideArray, const PlaneSurface &psf)
Constructor for a Boundary with two VolumeArrays attached to it.
Ensure that the ATLAS eigen extensions are properly loaded.
BinnedArray< Tvol > VolumeArray
typedef the BinnedArray
BoundaryPlaneSurface(const Tvol *inside, const Tvol *outside, const PlaneSurface &psf, const Amg::Transform3D &tr)
Copy constructor with a shift.
virtual const Tvol * attachedVolume(const TrackParameters &parms, PropDirection dir) const override final
Get the next Volume depending on the TrackParameters and the requested direction, gives back 0 if the...
Eigen::Matrix< double, 3, 1 > Vector3D
std::shared_ptr< T > SharedObject
virtual const Tvol * attachedVolume(const Amg::Vector3D &pos, const Amg::Vector3D &mom, PropDirection dir) const override final
Get the next Volume depending on GlobalPosition, GlobalMomentum, dir on the TrackParameters and the r...
virtual ~BoundaryPlaneSurface()=default
Virtual Destructor.
BoundaryPlaneSurface & operator=(const BoundaryPlaneSurface &vol)=default
Assignment operator.