9#ifndef COMPETINGPIXELCLUSTERSONTRACK_H
10#define COMPETINGPIXELCLUSTERSONTRACK_H
66 std::vector<AssignmentProb>&& assgnProb);
75 std::unique_ptr<CompetingPixelClustersOnTrack>
uniqueClone()
const
77 return std::unique_ptr<CompetingPixelClustersOnTrack>(
clone());
93 const std::vector<const InDet::PixelClusterOnTrack*>&
containedROTs()
const;
99 MsgStream&
dump(MsgStream& out)
const;
101 std::ostream&
dump(std::ostream& out)
const;
134inline const std::vector<const InDet::PixelClusterOnTrack*>&
Cached unique_ptr with atomic update.
Class for competing PixelClusters, it extends the Trk::CompetingRIOsOnTrack base class.
bool ROTsHaveCommonSurface(const bool withNonVanishingAssignProb=true) const
Have all the contained ROTs a common associated surface?
const Trk::Surface & associatedSurface() const
returns the surface for the local to global transformation .
const Amg::Vector3D & globalPosition() const
Interface method to get the global Position.
void clearChildRotVector()
private method to clear the Trk::RIO_OnTrack vector
CompetingPixelClustersOnTrack * clone() const
needed to avoid excessive RTTI
unsigned int numberOfContainedROTs() const
Number of RIO_OnTracks to be contained by this CompetingRIOsOnTrack.
const std::vector< const InDet::PixelClusterOnTrack * > & containedROTs() const
returns the vector of PixelClusterOnTrack objects .
virtual ~CompetingPixelClustersOnTrack()
Destructor.
CompetingPixelClustersOnTrack & operator=(const CompetingPixelClustersOnTrack &compROT)
Assignment operator.
CxxUtils::CachedUniquePtr< const Amg::Vector3D > m_globalPosition
The global Position.
CompetingPixelClustersOnTrack()
Default Constructor for POOL.
std::vector< const InDet::PixelClusterOnTrack * > m_containedChildRots
The vector of contained InDet::PixelClusterOnTrack objects.
std::unique_ptr< CompetingPixelClustersOnTrack > uniqueClone() const
NVI method returning unique_ptr clone.
friend class CompetingPixelClustersOnTrackTool
InDet::CompetingPixelClustersOnTrackTool is a friend to allow for updates of the assignment probabili...
const InDet::PixelClusterOnTrack & rioOnTrack(unsigned int) const
returns the RIO_OnTrack (also known as ROT) objects depending on the integer
Specific class to represent the pixel measurements.
Base class for all CompetingRIOsOnTack implementations, extends the common MeasurementBase.
Abstract Base Class for tracking surfaces.
Eigen::Matrix< double, 3, 1 > Vector3D
CachedUniquePtrT< const T > CachedUniquePtr
Ensure that the ATLAS eigen extensions are properly loaded.