7 #ifndef CBM_ANA_CONVERSION_CUT_SETTINGS
8 #define CBM_ANA_CONVERSION_CUT_SETTINGS
11 #include "TLorentzVector.h"
14 #define M2E 2.6112004954086e-7
52 if (pt <= 1) cut = 1.5 - 0.5 * pt;
53 if (pt > 1) cut = 1.0;
60 if (pt <= 1) cut = 1.0 + 1.0 * pt;
61 if (pt > 1) cut = 2.0;
71 if (pt < 0.4) { cut = 31. - 70. * pt; }
72 if (pt >= 0.4) { cut = 3; }
86 if (pt < 0.4) { cut = 15. - 30. * pt; }
87 if (pt >= 0.4) { cut = 3; }