24#ifndef ALICEO2_ITSMFT_CLUSTERTOPOLOGY_H
25#define ALICEO2_ITSMFT_CLUSTERTOPOLOGY_H
47 const std::array<unsigned char, ClusterPattern::kExtendedPatternBytes>&
getPattern()
const {
return mPattern.
getPattern(); }
56 unsigned long getHash()
const {
return mHash; }
74 for (
const auto& topo :
vec) {
75 auto key = topo.getHash();
76 map[
key] = topo.getClusterPattern();
81 void setHash(
unsigned long hash) { mHash = hash; }
82 ClusterPattern mPattern;
int getRowSpan() const
Returns the number of rows.
static constexpr int MaxPatternBytes
int getColumnSpan() const
Returns the number of columns.
unsigned char getByte(int n) const
Returns a specific byte of the pattern.
const std::array< unsigned char, kExtendedPatternBytes > & getPattern() const
Returns the pattern.
int getUsedBytes() const
Returns the number of bytes used for the pattern.
int getRowSpan() const
Returns the number of rows.
static void makeRareTopologyMap(const std::vector< ClusterTopology > &vec, std::map< int, ClusterPattern > &map)
Helper function useful for analyses with topologies stored on a separate branch.
int getColumnSpan() const
Returns the number of columns.
const std::array< unsigned char, ClusterPattern::kExtendedPatternBytes > & getPattern() const
Returns the pattern.
unsigned long getHash() const
Returns the hashcode.
const ClusterPattern & getClusterPattern() const
int getUsedBytes() const
Returns the number of used bytes.
void setPattern(int nRow, int nCol, const unsigned char patt[ClusterPattern::MaxPatternBytes])
Sets the pattern.
friend std::ostream & operator<<(std::ostream &os, const ClusterTopology &top)
Prints the topology.
static unsigned int hashFunction(const void *key, int len)
MurMur2 hash fucntion.
void print() const
Prints to the stdout.
static unsigned long getCompleteHash(int nRow, int nCol, const unsigned char patt[ClusterPattern::MaxPatternBytes])
Compute the complete hash as defined for mHash.
unsigned char getByte(int n) const
Returns a specific byte of the pattern.
ClusterTopology()
Default constructor.
GLdouble GLdouble GLdouble GLdouble top
GLenum GLenum GLsizei len
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...
std::vector< o2::ctf::BufferType > vec