14 #ifndef L1_TRACK_TRIGGER_CLUSTER_FORMAT_H 15 #define L1_TRACK_TRIGGER_CLUSTER_FORMAT_H 26 template<
typename T >
34 unsigned int aStackMember,
89 template<
typename T >
104 template<
typename T >
107 unsigned int aStackMember,
124 template<
typename T >
140 template<
typename T >
143 std::vector< int >
temp;
147 template<
typename T >
150 std::vector< int >
temp;
161 template<
typename T >
165 for (
unsigned int j = 0;
j !=
i; ++
j )
171 output<<padding<<
"TTCluster:\n";
178 template<
typename T >
179 std::ostream& operator << ( std::ostream& os, const TTCluster< T >& aTTCluster )
181 return ( os << aTTCluster.print() );
std::vector< T > getHits() const
Hits in the Cluster.
void setStackMember(unsigned int aStackMember)
void setDetId(DetId aDetId)
MeasurementPoint findHitLocalCoordinates(unsigned int hitIdx) const
DetId getDetId() const
Detector element.
std::vector< int > findCols() const
std::vector< int > findRows() const
Rows and columns to get rid of Digi collection.
std::vector< T > theHits
Data members.
uint32_t rawId() const
get the raw id
void setCoordinates(std::vector< int > a, std::vector< int > b)
unsigned int findWidth() const
Cluster width.
std::string print(unsigned int i=0) const
Information.
std::vector< int > getRows() const
std::vector< int > theCols
std::vector< int > getCols() const
void setHits(std::vector< T > aHits)
NOTE: this is needed even if it seems not.
MeasurementPoint findAverageLocalCoordinates() const
std::vector< int > theRows
unsigned int getStackMember() const
unsigned int theStackMember