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