Skip to content

Commit 1e4bd74

Browse files
committed
Please consider the following formatting changes
1 parent 4455553 commit 1e4bd74

1 file changed

Lines changed: 7 additions & 7 deletions

File tree

PWGCF/TwoParticleCorrelations/Tasks/cascDiHadronCorr.cxx

Lines changed: 7 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -778,7 +778,7 @@ struct CascDiHadronCorr {
778778
}
779779
}
780780

781-
template <CorrelationContainer::CFStep step, typename TTracks, typename TCollision>
781+
template <CorrelationContainer::CFStep step, typename TTracks, typename TCollision>
782782
void fillCorrelationsCasc(TTracks tracks1, TCollision currentCollision, float posX, float posY, float posZ, int bin, float eventWeight) // function to fill the Output functions (sparse) and the delta eta and delta phi histograms (use buffer, only for mixevent)
783783
{
784784
float triggerWeight = 1.0f;
@@ -1489,15 +1489,15 @@ struct CascDiHadronCorr {
14891489
if (!cfgCentTableUnavailable) {
14901490
cent = getCentrality(collision);
14911491
}
1492-
if (cfgUseAdditionalEventCut && !eventSelected(collision,tracks.size(), cent, false))
1492+
if (cfgUseAdditionalEventCut && !eventSelected(collision, tracks.size(), cent, false))
14931493
return;
14941494

14951495
if (!cfgSelCollByNch && !cfgCentTableUnavailable && (cent < cfgCutCentMin || cent >= cfgCutCentMax))
14961496
return;
1497-
1497+
14981498
float weightCent = 1.0f;
14991499
if (!cfgCentTableUnavailable)
1500-
getCentralityWeight(weightCent, cent);
1500+
getCentralityWeight(weightCent, cent);
15011501

15021502
for (const auto& track : tracks) {
15031503
if (!trackSelected(track))
@@ -1542,15 +1542,15 @@ struct CascDiHadronCorr {
15421542
if (!cfgCentTableUnavailable) {
15431543
cent = getCentrality(collision);
15441544
}
1545-
if (cfgUseAdditionalEventCut && !eventSelected(collision,tracks.size(), cent, false))
1545+
if (cfgUseAdditionalEventCut && !eventSelected(collision, tracks.size(), cent, false))
15461546
return;
15471547

15481548
if (!cfgSelCollByNch && !cfgCentTableUnavailable && (cent < cfgCutCentMin || cent >= cfgCutCentMax))
15491549
return;
1550-
1550+
15511551
float weightCent = 1.0f;
15521552
if (!cfgCentTableUnavailable)
1553-
getCentralityWeight(weightCent, cent);
1553+
getCentralityWeight(weightCent, cent);
15541554

15551555
for (const auto& track : tracks) {
15561556
if (!trackSelected(track))

0 commit comments

Comments
 (0)