25 int nc = 0, np = 0, nm = 0;
26 for (
const auto& map : mNoisyPixels) {
31 if (map.find(
getKey(-1, -1)) != map.end()) {
37 LOG(info) <<
"Number of fully maske chips " << nm;
38 LOG(info) <<
"Number of noisy chips: " << nc;
39 LOG(info) <<
"Number of noisy pixels: " << np;
40 LOG(info) <<
"Number of of strobes: " << mNumOfStrobes;
41 LOG(info) <<
"Probability threshold: " << mProbThreshold;
46 for (
const auto&
c :
data) {
52 auto id =
c.getSensorID();
53 auto row =
c.getRow();
54 auto col =
c.getCol();
Definition of the ITSMFT compact cluster.
ClassImp(o2::itsmft::NoiseMap)
Definition of the ITSMFT NoiseMap.
static constexpr unsigned short InvalidPatternID
NoiseMap class for the ITS and MFT.
static int getKey(int row, int col)
void increaseNoiseCount(int chip, int row, int col)
void fill(const gsl::span< const CompClusterExt > data)
LOG(info)<< "Compressed in "<< sw.CpuTime()<< " s"