File tree Expand file tree Collapse file tree 1 file changed +7
-1
lines changed
Expand file tree Collapse file tree 1 file changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -178,7 +178,13 @@ struct lambda1405analysis {
178178 if (std::abs (sigmaCand.dcaMothPv ()) > cutDCAtoPVSigma || std::abs (sigmaCand.dcaDaugPv ()) < cutDCAtoPVPiFromSigma || sigmaRad < cutSigmaRadius) {
179179 return false ;
180180 }
181- rLambda1405.fill (HIST (" h2PtMassSigmaBeforeCuts" ), sigmaCand.mothSign () * sigmaCand.ptMoth (), sigmaCand.mSigmaMinus ());
181+ if (lambda1405Cand.isSigmaMinus ) {
182+ rLambda1405.fill (HIST (" h2PtMassSigmaBeforeCuts_0" ), sigmaCand.mothSign () * sigmaCand.ptMoth (), sigmaCand.mSigmaMinus ());
183+ }
184+ if (lambda1405Cand.isSigmaPlus ) {
185+ rLambda1405.fill (HIST (" h2PtMassSigmaBeforeCuts_1" ), sigmaCand.mothSign () * sigmaCand.ptMoth (), sigmaCand.mSigmaPlus ());
186+ }
187+
182188 for (const auto & piTrack : tracks) {
183189 if (!doLSBkg) {
184190 if (piTrack.sign () == sigmaCand.mothSign ()) {
You can’t perform that action at this time.
0 commit comments