18#ifndef CBMMVDCLUSTER_H
19#define CBMMVDCLUSTER_H 1
44 void SetPixelMap(std::map<std::pair<int32_t, int32_t>, int32_t> PixelMap);
64 std::map<std::pair<int32_t, int32_t>, int32_t>
fPixelMap;
Base class for cluster objects.
int32_t GetAddress() const
static uint32_t GetDetectorId(uint32_t address)
Provides a unit sensor address, masking information on the pixels (bits 13-31)
static int32_t GetSensorNrFromAddress(uint32_t address)
void SetRefId(int32_t RefId)
float GetClusterCharge() const
ClassDef(CbmMvdCluster, 5)
void SetEarliestFrameNumber(Int_t frameNumber)
void SetPixelMap(std::map< std::pair< int32_t, int32_t >, int32_t > PixelMap)
int16_t GetTotalDigisInCluster() const
uint32_t GetDetectorId() const
int32_t fEarliestFrameNumber
std::map< std::pair< int32_t, int32_t >, int32_t > fPixelMap
int32_t GetSensorNr() const
CbmMvdCluster & operator=(const CbmMvdCluster &)
std::map< std::pair< int32_t, int32_t >, int32_t > GetPixelMap() const
int32_t GetEarliestFrameNumber() const