@@ -361,25 +361,43 @@ struct DedxPidAnalysis {
361361 registryDeDx.add (" evsel" , " events selected" , HistType::kTH1F , {{5 , 0.5 , 5.5 , " " }});
362362 auto hstat = registryDeDx.get <TH1>(HIST (" evsel" ));
363363 auto * x = hstat->GetXaxis ();
364+ <<<<<<< HEAD
364365 x->SetBinLabel (1 , " AllEv" );
365366 x->SetBinLabel (2 , " SelEigth" );
366367 x->SetBinLabel (3 , " ZVtxCut" );
367368 x->SetBinLabel (4 , " NoSameBunchPileup" );
368369 x->SetBinLabel (5 , " GoodZvtxFT0vsPV" );
369370
371+ =======
372+ x->SetBinLabel (AllEv, " AllEv" );
373+ x->SetBinLabel (SelEigth, " SelEigth" );
374+ x->SetBinLabel (ZVtxCut, " ZVtxCut" );
375+ x->SetBinLabel (NoSameBunchPileup, " NoSameBunchPileup" );
376+ x->SetBinLabel (GoodZvtxFT0vsPV, " GoodZvtxFT0vsPV" );
377+
378+ >>>>>>> 2395f3f2a (Update code following review feedback)
370379 // Track Counter
371380 registryDeDx.add (" trackselAll" , " track selected all particles" , HistType::kTH1F , {{5 , 0.5 , 5.5 , " " }});
372381 auto htrackAll = registryDeDx.get <TH1>(HIST (" trackselAll" ));
373382 auto * xAll = htrackAll->GetXaxis ();
383+ <<<<<<< HEAD
374384 xAll->SetBinLabel (1 , " AllPri" );
375385 xAll->SetBinLabel (2 , " SelectionPrim" );
376386 xAll->SetBinLabel (3 , " PhiVarCutPri" );
377387 xAll->SetBinLabel (4 , " NTPCClCutPri" );
378388 xAll->SetBinLabel (5 , " NITSClCutPri" );
389+ =======
390+ xAll->SetBinLabel (AllPri, " AllPri" );
391+ xAll->SetBinLabel (SelectionPrim, " SelectionPrim" );
392+ xAll->SetBinLabel (PhiVarCutPri, " PhiVarCutPri" );
393+ xAll->SetBinLabel (NTPCClCutPri, " NTPCClCutPri" );
394+ xAll->SetBinLabel (NITSClCutPri, " NITSClCutPri" );
395+ >>>>>>> 2395f3f2a (Update code following review feedback)
379396
380397 registryDeDx.add (" trackselSec" , " track selected sec particles" , HistType::kTH1F , {{18 , 0.5 , 18.5 , " " }});
381398 auto htrackSec = registryDeDx.get <TH1>(HIST (" trackselSec" ));
382399 auto * xSec = htrackSec->GetXaxis ();
400+ <<<<<<< HEAD
383401 xSec->SetBinLabel (1 , " AllSec" );
384402 xSec->SetBinLabel (2 , " V0CosPA" );
385403 xSec->SetBinLabel (3 , " V0DecayRadius" );
@@ -398,6 +416,26 @@ struct DedxPidAnalysis {
398416 xSec->SetBinLabel (16 , " V0RapidityAntiLambda" );
399417 xSec->SetBinLabel (17 , " V0ProperLifetimeAntiLambda" );
400418 xSec->SetBinLabel (18 , " AllGamma" );
419+ =======
420+ xSec->SetBinLabel (AllSec, " AllSec" );
421+ xSec->SetBinLabel (V0CosPA, " V0CosPA" );
422+ xSec->SetBinLabel (V0DecayRadius, " V0DecayRadius" );
423+ xSec->SetBinLabel (V0Daughters, " V0Daughters" );
424+ xSec->SetBinLabel (TPCRefit, " TPCRefit" );
425+ xSec->SetBinLabel (PhiVarCutSec, " PhiVarCutSec" );
426+ xSec->SetBinLabel (NTPCClCutSec, " NTPCClCutSec" );
427+ xSec->SetBinLabel (NITSClCutSec, " NITSClCutSec" );
428+ xSec->SetBinLabel (AllK0s, " AllK0s" );
429+ xSec->SetBinLabel (V0RapidityK0s, " V0RapidityK0s" );
430+ xSec->SetBinLabel (V0ProperLifetimeK0s, " V0ProperLifetimeK0s" );
431+ xSec->SetBinLabel (AllLambda, " AllLambda" );
432+ xSec->SetBinLabel (V0RapidityLambda, " V0RapidityLambda" );
433+ xSec->SetBinLabel (V0ProperLifetimeLambda, " V0ProperLifetimeLambda" );
434+ xSec->SetBinLabel (AllAntiLambda, " AllAntiLambda" );
435+ xSec->SetBinLabel (V0RapidityAntiLambda, " V0RapidityAntiLambda" );
436+ xSec->SetBinLabel (V0ProperLifetimeAntiLambda, " V0ProperLifetimeAntiLambda" );
437+ xSec->SetBinLabel (AllGamma, " AllGamma" );
438+ >>>>>>> 2395f3f2a (Update code following review feedback)
401439
402440 mySelectionPrim = myTrackSelection ();
403441 }
@@ -458,8 +496,13 @@ struct DedxPidAnalysis {
458496 sigmap = ptrack.tofNSigmaPi ();
459497 sigman = ntrack.tofNSigmaPi ();
460498 } else if (v0SelectionMode == v0TPCTOF) {
499+ <<<<<<< HEAD
461500 sigmap = std::sqrt (std::pow (ptrack.tpcNSigmaPi (), 2 ) + std::pow (ptrack.tofNSigmaPi (), 2 ));
462501 sigman = std::sqrt (std::pow (ntrack.tpcNSigmaPi (), 2 ) + std::pow (ntrack.tofNSigmaPi (), 2 ));
502+ =======
503+ sigmap = std::hypot (ptrack.tpcNSigmaPi (), ptrack.tofNSigmaPi ());
504+ sigman = std::hypot (ntrack.tpcNSigmaPi (), ntrack.tofNSigmaPi ());
505+ >>>>>>> 2395f3f2a (Update code following review feedback)
463506 }
464507
465508 if (ptrack.tpcInnerParam () > tpcCut) {
@@ -504,8 +547,13 @@ struct DedxPidAnalysis {
504547 sigmap = ptrack.tofNSigmaPr ();
505548 sigman = ntrack.tofNSigmaPi ();
506549 } else if (v0SelectionMode == v0TPCTOF) {
550+ <<<<<<< HEAD
507551 sigmap = std::sqrt (std::pow (ptrack.tpcNSigmaPr (), 2 ) + std::pow (ptrack.tofNSigmaPr (), 2 ));
508552 sigman = std::sqrt (std::pow (ntrack.tpcNSigmaPi (), 2 ) + std::pow (ntrack.tofNSigmaPi (), 2 ));
553+ =======
554+ sigmap = std::hypot (ptrack.tpcNSigmaPr (), ptrack.tofNSigmaPr ());
555+ sigman = std::hypot (ntrack.tpcNSigmaPi (), ntrack.tofNSigmaPi ());
556+ >>>>>>> 2395f3f2a (Update code following review feedback)
509557 }
510558
511559 if (ptrack.tpcInnerParam () > tpcCut) {
@@ -550,8 +598,13 @@ struct DedxPidAnalysis {
550598 sigmap = ptrack.tofNSigmaPi ();
551599 sigman = ntrack.tofNSigmaPr ();
552600 } else if (v0SelectionMode == v0TPCTOF) {
601+ <<<<<<< HEAD
553602 sigmap = std::sqrt (std::pow (ptrack.tpcNSigmaPi (), 2 ) + std::pow (ptrack.tofNSigmaPi (), 2 ));
554603 sigman = std::sqrt (std::pow (ntrack.tpcNSigmaPr (), 2 ) + std::pow (ntrack.tofNSigmaPr (), 2 ));
604+ =======
605+ sigmap = std::hypot (ptrack.tpcNSigmaPi (), ptrack.tofNSigmaPi ());
606+ sigman = std::hypot (ntrack.tpcNSigmaPr (), ntrack.tofNSigmaPr ());
607+ >>>>>>> 2395f3f2a (Update code following review feedback)
555608 }
556609 if (ptrack.tpcInnerParam () > tpcCut) {
557610 if (!ptrack.hasTOF ())
@@ -595,8 +648,13 @@ struct DedxPidAnalysis {
595648 sigmap = ptrack.tofNSigmaEl ();
596649 sigman = ntrack.tofNSigmaEl ();
597650 } else if (v0SelectionMode == v0TPCTOF) {
651+ <<<<<<< HEAD
598652 sigmap = std::sqrt (std::pow (ptrack.tpcNSigmaEl (), 2 ) + std::pow (ptrack.tofNSigmaEl (), 2 ));
599653 sigman = std::sqrt (std::pow (ntrack.tpcNSigmaEl (), 2 ) + std::pow (ntrack.tofNSigmaEl (), 2 ));
654+ =======
655+ sigmap = std::hypot (ptrack.tpcNSigmaEl (), ptrack.tofNSigmaEl ());
656+ sigman = std::hypot (ntrack.tpcNSigmaEl (), ntrack.tofNSigmaEl ());
657+ >>>>>>> 2395f3f2a (Update code following review feedback)
600658 }
601659
602660 if (ptrack.tpcInnerParam () > tpcCut) {
0 commit comments