9#ifndef INDETRIO_ONTRACK_PIXELCLUSTERONTRACK_H
10#define INDETRIO_ONTRACK_PIXELCLUSTERONTRACK_H
17#include "AthLinks/ElementLink.h"
38class PixelDetectorElement;
72 bool hasAmbiguity =
false,
77 bool isbroad =
false);
86 bool hasAmbiguity =
false,
91 bool isbroad =
false);
131 const override final;
146 virtual MsgStream&
dump(MsgStream& out)
const override final;
159 const Trk::PrepRawData* prd) override final;
183 return m_rio.cachedElement();
ElementLink< InDet::PixelClusterContainer > ElementLinkToIDCPixelClusterContainer
ElementLink implementation for ROOT usage.
This is a "hash" representation of an Identifier.
Class to hold geometrical description of a silicon detector element.
PixelClusterOnTrack(PixelClusterOnTrack &&)=default
Move constructor.
virtual const InDetDD::SiDetectorElement * detectorElement() const override final
returns the detector element, assoicated with the PRD of this class
const ElementLinkToIDCPixelClusterContainer & prepRawDataLink() const
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
friend class PixelClusterOnTrackCnv_p1
virtual ~PixelClusterOnTrack()=default
destructor
PixelClusterOnTrack & operator=(PixelClusterOnTrack &&)=default
Move assignment.
ElementLinkToIDCPixelClusterContainer m_rio
PixelCluster - the RIO (PRD, PrepRawData)
virtual bool rioType(Trk::RIO_OnTrackType::Type type) const override final
Method checking the Rio On Track type.
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.
virtual PixelClusterOnTrack * clone() const override final
Pseudo-constructor : needed to avoid excessive RTTI.
bool m_isFake
records whether this cluster would be removed by the internal solving of ganged pixel ambiguities
float m_energyLoss
get energy deposited in the cluster, in MeV
const InDetDD::SiDetectorElement * m_detEl
corresponding detector element
PixelClusterOnTrack(const PixelClusterOnTrack &)=default
Copy constructor.
PixelClusterOnTrack & operator=(const PixelClusterOnTrack &)=default
Assignment operator.
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...
friend class ::FakeTrackBuilder
virtual const PixelCluster * prepRawData() const override final
returns the PrepRawData - is a SiCluster in this scope
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*
Class to hold geometrical description of a silicon detector element.
virtual bool type(MeasurementBaseType::Type type) const override final
Extended method checking the type.
Abstract Base Class for tracking surfaces.
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.