Ruben Shahoyan

Results 18 comments of Ruben Shahoyan

Hi @mconcas For the simultaneous squashing / masking request: I would simply throw an exception with corresponding message. At the moment I would disable the squashing by default, so that...

Hi @mconcas I was using (for masking) ``` CLPAR=" --configKeyValues ITSClustererParam.maxBCDiffToMaskBias=10;ITSClustererParam.maxBCDiffToSquashBias=-10;ITSClustererParam.maxSOTMUS=32.; " o2-raw-tf-reader-workflow $GLO_ARG --input-data lst.txt --onlyDet ITS | \ o2-itsmft-stf-decoder-workflow $GLO_ARG --no-clusters --digits $CLPAR | \ o2-its-reco-workflow $GLO_ARG --disable-mc...

vector would also work, provided the hostname format is carved in stone. The string comparisons would need to be done only once, at initialization.

> I assumed that we will never have more than the present 202 FLPs. The number of FLPs will probably not increase, but the IDs, theoretically, may.

@davidrohr if you are using integers, don't you need to compose the hostname? Is it guaranteed that names will be always `alio2-cr1-flp` ?

@andreasmolander could you fix the macro breaking the CI?

@ktf, I've tested this and I don't see any difference. Below are the inputs received by run(pc) at every successive call (corresponding to the number after XXX=) for the same...

@ktf now CCDB query with Consume policy works (https://github.com/AliceO2Group/AliceO2/pull/10253) with this PR, could you clean up and merge it?