File tree Expand file tree Collapse file tree 1 file changed +4
-0
lines changed
Expand file tree Collapse file tree 1 file changed +4
-0
lines changed Original file line number Diff line number Diff line change @@ -74,17 +74,21 @@ struct sigmaminustask {
7474
7575 void processData (CollisionsFull::iterator const & collision, aod::KinkCands const & KinkCands, TracksFull const &)
7676 {
77+ /*
7778 if (std::abs(collision.posZ()) > cutzvertex || !collision.sel8()) {
7879 return;
7980 }
81+ */
8082 rEventSelection.fill (HIST (" hVertexZRec" ), collision.posZ ());
8183
8284 for (const auto & kinkCand : KinkCands) {
8385 auto dauTrack = kinkCand.trackDaug_as <TracksFull>();
8486
87+ /*
8588 if (abs(dauTrack.tpcNSigmaPi()) > cutNSigmaPi) {
8689 continue;
8790 }
91+ */
8892
8993 rSigmaMinus.fill (HIST (" h2MassSigmaMinusPt" ), kinkCand.mothSign () * kinkCand.ptMoth (), kinkCand.mSigmaMinus ());
9094 rSigmaMinus.fill (HIST (" h2SigmaMassVsXiMass" ), kinkCand.mXiMinus (), kinkCand.mSigmaMinus ());
You can’t perform that action at this time.
0 commit comments