9#ifndef TRKRIO_ONTRACK_SICLUSTERONTRACK_H
10#define TRKRIO_ONTRACK_SICLUSTERONTRACK_H
94 virtual MsgStream&
dump( MsgStream& out )
const override;
98 virtual std::ostream&
dump( std::ostream& out )
const override;
101 friend class ::SiClusterOnTrackCnv_p1;
This is a "hash" representation of an Identifier.
Class to hold geometrical description of a silicon detector element.
IdentifierHash m_idDE
The IdentifierHash - probably not used.
virtual const Amg::Vector3D & globalPosition() const override
returns global position (gathered through Surface constraint)
SiClusterOnTrack(SiClusterOnTrack &&rot)=default
SiClusterOnTrack(const SiClusterOnTrack &rot)=default
SiClusterOnTrack()
Default Constructor - needed for POOL.
virtual IdentifierHash idDE() const override
returns the DE hashID*
Amg::Vector3D m_globalPosition
The global position.
virtual bool rioType(Trk::RIO_OnTrackType::Type type) const override=0
Method checking the Rio On Track type.
bool isBroadCluster() const
virtual void setValues(const Trk::TrkDetElementBase *detEl, const Trk::PrepRawData *prd) override=0
ONLY for use in custom convertor Allows the custom convertor to reset values when persistying/reading...
SiClusterOnTrack & operator=(const SiClusterOnTrack &rot)=default
SiClusterOnTrack & operator=(SiClusterOnTrack &&rot)=default
virtual ~SiClusterOnTrack()=default
Destructor:
Class to handle RIO On Tracks ROT) for InDet and Muons, it inherits from the common MeasurementBase.
virtual bool type(MeasurementBaseType::Type type) const override final
Extended method checking the type.
This is the base class for all tracking detector elements with read-out relevant information.
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > MatrixX
Dynamic Matrix - dynamic allocation.
Eigen::Matrix< double, 3, 1 > Vector3D
Ensure that the ATLAS eigen extensions are properly loaded.