 |
ATLAS Offline Software
|
Go to the documentation of this file.
12 #ifndef TRKPREPRAWDATA_SCT_CLUSTER_H
13 #define TRKPREPRAWDATA_SCT_CLUSTER_H
27 class SiDetectorElement;
116 #endif // TRKPREPRAWDATA_SCT_CLUSTER_H
MsgStream & operator<<(MsgStream &, const GNNTrackReaderTool &)
Eigen::Matrix< double, Eigen::Dynamic, Eigen::Dynamic > MatrixX
Dynamic Matrix - dynamic allocation.
SCT_Cluster()=default
Constructor without parameters.
Eigen::Matrix< double, 2, 1 > Vector2D
const std::vector< Identifier > & rdoList() const
return the List of rdo identifiers (pointers)
bool const RAWDATA *ch2 const
SCT_Cluster(SCT_Cluster &&) noexcept=default
Move constructor.
uint16_t m_hitsInThirdTimeBin
Some information about timing - which strips had 010 and which 011 for first 16 strips in a cluster.
SCT_Cluster(const SCT_Cluster &)=default
Copy constructor.
Ensure that the ATLAS eigen extensions are properly loaded.
Definition of ATLAS Math & Geometry primitives (Amg)
void setHitsInThirdTimeBin(uint16_t hitsInThirdTimeBin)
Setter method of timing.
uint16_t hitsInThirdTimeBin() const
Getter method of timing.
virtual MsgStream & dump(MsgStream &stream) const override final
dump information about the PRD object.
const InDet::SiWidth & width() const
return width class reference
virtual bool type(Trk::PrepRawDataType type) const override final
Interface method checking the type.
int stripHasHitInThirdTimeBin(int stripNumberWithinCluster) const
Getter method of timing.