You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* Adding plots vs TPC occupancy
* Different histos in case of pp or PbPb (waiting for a feature in QC) and sampling
* Changes to run outside the QC framework
* bins in mult are now configurable
* adding cut on DCA and cosPA
* Preventing tracks without ITS to be used
intmNTPCOccBinLength = 0; ///< TPC occ. histo bin length in TBs
450
+
floatmNTPCOccBinLengthInv;
451
+
std::vector<float> mTBinClOcc; ///< TPC occupancy histo: i-th entry is the integrated occupancy for ~1 orbit starting from the TB = i*mNTPCOccBinLength
452
+
gsl::span<constunsignedint> mTPCRefitterOccMap; ///< externally set TPC clusters occupancy map
453
+
boolmIsHI = false;
454
+
floatmK0Scaling = 1.f; // permill that we want to keep of K0S
455
+
uint64_tmNK0 = 0; // number of found V0s
456
+
floatmMinTPCOccpp = 0.f; // min TPC occupancy for K0s plot for pp collisions
457
+
floatmMaxTPCOccpp = 1.e6; // max TPC occupancy for K0s plot for pp collisions
458
+
intmNBinsTPCOccpp = 6; // number of bins in TPC occupancy for K0s plot for pp collisions
459
+
floatmMinTPCOccPbPb = 0.f; // min TPC occupancy for K0s plot for PbPb collisions
460
+
floatmMaxTPCOccPbPb = 8.e6; // max TPC occupancy for K0s plot for PbPb collisions
461
+
intmNBinsTPCOccPbPb = 8; // number of bins in TPC occupancy for K0s plot for PbPb collisions
462
+
floatmK0MaxDCA = 0.01; // max DCA to select the K0
463
+
floatmK0MinCosPA = 0.995; // min cosPA to select the K0
0 commit comments