We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2b059f6 commit 46e211bCopy full SHA for 46e211b
1 file changed
PWGLF/TableProducer/Nuspex/nucleiAntineutronCex.cxx
@@ -49,8 +49,8 @@ struct NucleiAntineutronCex {
49
using TracksWCovMc = soa::Join<aod::TracksIU, aod::TracksExtra, aod::McTrackLabels, o2::aod::TracksCovIU>;
50
51
// === Cut values ===
52
- static constexpr double kIts2MinR = 2.2; // ITS2 min radius [cm]
53
- static constexpr double kIts2MaxR = 39.0; // ITS2 max radius [cm]
+ static constexpr double kIts2MinR = 4.5; // ITS2 min radius (exluding IB) [cm]
+ static constexpr double kIts2MaxR = 45.0; // ITS2 max radius [cm]
54
static constexpr double kIts2MaxVz = 39.0; // ITS2 max |vz| [cm]
55
static constexpr double kAccMaxEta = 1.2; // acceptance |eta|
56
static constexpr double kAccMaxVz = 5.3; // acceptance |vz| [cm]
0 commit comments