12#ifndef RICH_DETECTOR_CBMRICHDETECTORDATA_H_
13#define RICH_DETECTOR_CBMRICHDETECTORDATA_H_
15#include <RtypesCore.h>
40 return "id:" + std::to_string(
fId) +
" nofPixels:" + std::to_string(
fPixelAddresses.size())
41 +
" x:" + std::to_string(
fX) +
" y:" + std::to_string(
fY) +
" z:" + std::to_string(
fZ)
42 +
" W:" + std::to_string(
fWidth) +
" H:" + std::to_string(
fHeight);
Bool_t ContainsPixel(Int_t address)
std::vector< Int_t > fPixelAddresses