Skip to content

Commit cbfe04a

Browse files
author
nkaratze
committed
clang-format
1 parent 4c58ee7 commit cbfe04a

File tree

1 file changed

+8
-8
lines changed

1 file changed

+8
-8
lines changed

PWGLF/Tasks/Strangeness/v0ptinvmassplots.cxx

Lines changed: 8 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -487,8 +487,8 @@ struct V0PtInvMassPlots {
487487

488488
// Cut Plots
489489
rPtAnalysis.fill(HIST("hArmenterosPodolanskiPlotK0sh"), v0.alpha(), v0.qtarm());
490-
//rPtAnalysis.fill(HIST("hNSigmaPosPionFromK0s"), posDaughterTrack.tpcNSigmaPi(), posDaughterTrack.tpcInnerParam());
491-
//rPtAnalysis.fill(HIST("hNSigmaNegPionFromK0s"), negDaughterTrack.tpcNSigmaPi(), negDaughterTrack.tpcInnerParam());
490+
// rPtAnalysis.fill(HIST("hNSigmaPosPionFromK0s"), posDaughterTrack.tpcNSigmaPi(), posDaughterTrack.tpcInnerParam());
491+
// rPtAnalysis.fill(HIST("hNSigmaNegPionFromK0s"), negDaughterTrack.tpcNSigmaPi(), negDaughterTrack.tpcInnerParam());
492492
rPtAnalysis.fill(HIST("hK0shcosPA"), v0.v0cosPA());
493493
rPtAnalysis.fill(HIST("hK0shV0radius"), v0.v0radius());
494494
rPtAnalysis.fill(HIST("hK0shDCAV0Daughters"), v0.dcaV0daughters());
@@ -569,8 +569,8 @@ struct V0PtInvMassPlots {
569569

570570
// Cut Plots
571571
rPtAnalysis.fill(HIST("hArmenterosPodolanskiPlotLambda"), v0.alpha(), v0.qtarm());
572-
//rPtAnalysis.fill(HIST("hNSigmaPosProtonFromLambdas"), posDaughterTrack.tpcNSigmaPr(), posDaughterTrack.tpcInnerParam());
573-
//rPtAnalysis.fill(HIST("hNSigmaNegPionFromLambdas"), negDaughterTrack.tpcNSigmaPi(), negDaughterTrack.tpcInnerParam());
572+
// rPtAnalysis.fill(HIST("hNSigmaPosProtonFromLambdas"), posDaughterTrack.tpcNSigmaPr(), posDaughterTrack.tpcInnerParam());
573+
// rPtAnalysis.fill(HIST("hNSigmaNegPionFromLambdas"), negDaughterTrack.tpcNSigmaPi(), negDaughterTrack.tpcInnerParam());
574574
rPtAnalysis.fill(HIST("hLambdacosPA"), v0.v0cosPA());
575575
rPtAnalysis.fill(HIST("hLambdaV0radius"), v0.v0radius());
576576
rPtAnalysis.fill(HIST("hLambdaDCAV0Daughters"), v0.dcaV0daughters());
@@ -651,8 +651,8 @@ struct V0PtInvMassPlots {
651651

652652
// Cut plots
653653
rPtAnalysis.fill(HIST("hArmenterosPodolanskiPlotAntilambda"), v0.alpha(), v0.qtarm());
654-
//rPtAnalysis.fill(HIST("hNSigmaPosPionFromAntilambdas"), posDaughterTrack.tpcNSigmaPr(), posDaughterTrack.tpcInnerParam());
655-
//rPtAnalysis.fill(HIST("hNSigmaNegProtonFromAntilambdas"), negDaughterTrack.tpcNSigmaPi(), negDaughterTrack.tpcInnerParam());
654+
// rPtAnalysis.fill(HIST("hNSigmaPosPionFromAntilambdas"), posDaughterTrack.tpcNSigmaPr(), posDaughterTrack.tpcInnerParam());
655+
// rPtAnalysis.fill(HIST("hNSigmaNegProtonFromAntilambdas"), negDaughterTrack.tpcNSigmaPi(), negDaughterTrack.tpcInnerParam());
656656
rPtAnalysis.fill(HIST("hAntilambdacosPA"), v0.v0cosPA());
657657
rPtAnalysis.fill(HIST("hAntilambdaV0radius"), v0.v0radius());
658658
rPtAnalysis.fill(HIST("hAntilambdaDCAV0Daughters"), v0.dcaV0daughters());
@@ -1020,7 +1020,7 @@ struct V0PtInvMassPlots {
10201020
}
10211021
}
10221022
}
1023-
// This is the process for Real Derived Data
1023+
// This is the process for Real Derived Data
10241024
void dataProcessDerived(soa::Join<aod::StraCollisions, aod::StraEvSels, aod::StraCents>::iterator const& collision,
10251025
soa::Join<aod::V0CollRefs, aod::V0Cores, aod::V0Extras> const& V0s,
10261026
DaughterTracksDerived const&)
@@ -1255,4 +1255,4 @@ WorkflowSpec defineDataProcessing(ConfigContext const& cfgc)
12551255
{
12561256
return WorkflowSpec{
12571257
adaptAnalysisTask<V0PtInvMassPlots>(cfgc)};
1258-
}
1258+
}

0 commit comments

Comments
 (0)