14#include "GaudiKernel/MsgStream.h"
60 sl <<
"SiClusterOnTrack {" <<
endmsg;
63 sl <<
"Global position (x,y,z) = (";
73 sl <<
"SiClusterOnTrack {"<<std::endl;
77 sl <<
"Global position (x,y,z) = (";
This is a "hash" representation of an Identifier.
IdentifierHash m_idDE
The IdentifierHash - probably not used.
virtual const Amg::Vector3D & globalPosition() const override
returns global position (gathered through Surface constraint)
SiClusterOnTrack()
Default Constructor - needed for POOL.
virtual IdentifierHash idDE() const override
returns the DE hashID*
Amg::Vector3D m_globalPosition
The global position.
virtual MsgStream & dump(MsgStream &out) const override
returns some information about this RIO_OnTrack.
virtual MsgStream & dump(MsgStream &out) const override
returns the some information about this RIO_OnTrack.
RIO_OnTrack(LocalParameters &&locpars, Amg::MatrixX &&loccov, const Identifier &id)
Constructor with parameters and without externalPrediction.
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.