17#ifndef AliceO2_TPC_TRACKCUTS_H
18#define AliceO2_TPC_TRACKCUTS_H
40 TrackCuts(
float PMin,
float PMax,
float NClusMin,
float dEdxMin = 0,
float dEdxMax = 1e10);
44 void setPMin(
float PMin) { mPMin = PMin; }
45 void setPMax(
float PMax) { mPMax = PMax; }
58 bool mCutLooper{
false};
void setCutLooper(bool cut)
try to remove looper cutting on (abs(z_out) - abs(z_in)) < -10), not very precise
void setdEdxMax(float dEdxMax)
void setNClusMin(float NClusMin)
void setdEdxMin(float dEdxMin)
bool goodTrack(o2::tpc::TrackTPC const &track)
a couple of static helper functions to create timestamp values for CCDB queries or override obsolete ...