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