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