12#include "GaudiKernel/MsgStream.h"
32 m_rio.setElement(RIO);
58 m_rio.setElement(RIO);
119 sl<<
"PixelClusterOnTrack {"<<
endmsg;
131 sl<<
"PixelClusterOnTrack {"<<std::endl;
ElementLink< InDet::PixelClusterContainer > ElementLinkToIDCPixelClusterContainer
This is a "hash" representation of an Identifier.
Class to hold geometrical description of a silicon detector element.
virtual const InDetDD::SiDetectorElement * detectorElement() const override final
returns the detector element, assoicated with the PRD of this class
bool isFake() const
returns whether this cluster is likely to be the fake mirror image of a ganged pixel.
virtual const Trk::Surface & associatedSurface() const override final
returns the surface for the local to global transformation
ElementLinkToIDCPixelClusterContainer m_rio
PixelCluster - the RIO (PRD, PrepRawData)
bool m_hasClusterAmbiguity
records whether there is an ambiguity about this cluster
bool hasClusterAmbiguity() const
returns whether there was an ambiguity associated with this pixel cluster.
bool m_isFake
records whether this cluster would be removed by the internal solving of ganged pixel ambiguities
virtual MsgStream & dump(MsgStream &out) const override final
returns some information about this RIO_OnTrack.
float m_energyLoss
get energy deposited in the cluster, in MeV
const InDetDD::SiDetectorElement * m_detEl
corresponding detector element
PixelClusterOnTrack()
Default constructor - needed for POOL.
float energyLoss() const
returns the energy loss in MeV associated to this cluster.
virtual void setValues(const Trk::TrkDetElementBase *detEl, const Trk::PrepRawData *prd) override final
ONLY for use in custom convertor Allows the custom convertor to reset values when persistying/reading...
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.
const LocalParameters & localParameters() const
Interface method to get the LocalParameters.
Identifier identify() const
return the identifier -extends MeasurementBase
Abstract Base Class for tracking surfaces.
virtual void localToGlobal(const Amg::Vector2D &locp, const Amg::Vector3D &mom, Amg::Vector3D &glob) const =0
Specified by each surface type: LocalToGlobal method without dynamic memory allocation.
This is the base class for all tracking detector elements with read-out relevant information.
Definition of ATLAS Math & Geometry primitives (Amg)
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.