|
ATLAS Offline Software
|
Go to the documentation of this file.
9 #ifndef TRKVOLUMES_BOUNDARYSUBTRACTEDPLANESURFACE_H
10 #define TRKVOLUMES_BOUNDARYSUBTRACTEDPLANESURFACE_H
95 #include "TrkVolumes/BoundarySubtractedPlaneSurface.icc"
99 #endif // TRKVOLUMES_BOUNDARYSUBTRACTEDPLANESURFACE_H
BoundarySubtractedPlaneSurface(SharedObject< VolumeArray > insideArray, SharedObject< VolumeArray > outsideArray, const SubtractedPlaneSurface &psf)
Constructor for a Boundary with two VolumeArrays attached to it.
BoundarySubtractedPlaneSurface(const Tvol *inside, const Tvol *outside, const SubtractedPlaneSurface &psf)
Constructor for a Boundary with exact two Volumes attached to it.
BoundarySubtractedPlaneSurface & operator=(const BoundarySubtractedPlaneSurface &vol)=default
Assignment operator.
virtual const Surface & surfaceRepresentation() const override final
The Surface Representation of this.
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 ~BoundarySubtractedPlaneSurface()=default
bool const RAWDATA *ch2 const
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::Affine3d Transform3D
BoundarySubtractedPlaneSurface()=default
Default Constructor - needed for pool and inherited classes.
Ensure that the ATLAS eigen extensions are properly loaded.
Eigen::Matrix< double, 3, 1 > Vector3D
BinnedArray< Tvol > VolumeArray
typedef the BinnedArray
BoundarySubtractedPlaneSurface(const BoundarySubtractedPlaneSurface< Tvol > &bps)=default
Copy constructor.
std::shared_ptr< T > SharedObject
BoundarySubtractedPlaneSurface(const Tvol *inside, const Tvol *outside, const SubtractedPlaneSurface &psf, const Amg::Transform3D &tr)
Copy constructor with a shift.