Passing values for basic cuts

Dear all,

We are currently working on a separate class to apply some basics cuts on the tracks in the TPC, and we came to the question about how to pass the values for each criterion.

As basic selection can be interesting for all detectors, we would like to know if something like that is already feasible in the current framework or foreseen in a future update?

Thanks in advance,
Best,
Cindy

@shahoian, do you perhaps know if a general cut class for TPC and/or combined tracks already exists? If not, what would be and appropriate place to put it?

Hi @wiechula
For the TPC/ITS matching I am using this https://github.com/AliceO2Group/AliceO2/blob/dev/Detectors/GlobalTracking/include/GlobalTracking/MatchTPCITSParams.h configurable param, which eventually should have CCDB interface.
For the TPC David uses this: https://github.com/AliceO2Group/AliceO2/blob/dev/GPU/GPUTracking/Interface/GPUO2InterfaceConfigurableParam.h.

Eventually, all should be downloaded from CCDB.

Cheers,
Ruben

Hello @wiechula,

For analysis @mkruger developed a class for analysis, in case this is helpful.

Cheers,

Chiara

@zampolli, @shahoian, thanks a lot for the feedback!