Skip to content

Commit 65196c1

Browse files
Merge pull request #25 from alibuild/alibot-cleanup-12133
Please consider the following formatting changes to #12133
2 parents 9b559f2 + e587929 commit 65196c1

File tree

1 file changed

+6
-6
lines changed

1 file changed

+6
-6
lines changed

PWGLF/TableProducer/Strangeness/cascadeflow.cxx

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -1010,7 +1010,7 @@ struct cascadeFlow {
10101010
histos.get<TH1>(HIST("massXi_ProtonAcc"))->Fill(casc.mXi());
10111011
}
10121012
}
1013-
if (fillingConfigs.isFillTHNOmega) {
1013+
if (fillingConfigs.isFillTHNOmega) {
10141014
if (fillingConfigs.isFillTHN_V2)
10151015
histos.get<THn>(HIST("hOmegaV2"))->Fill(coll.centFT0C(), ChargeIndex, casc.pt(), casc.mOmega(), BDTresponse[1], v2CEP);
10161016
if (fillingConfigs.isFillTHN_Pz)
@@ -1055,20 +1055,20 @@ struct cascadeFlow {
10551055
}
10561056
}
10571057

1058-
void processAnalyseDataEP2CentralFW(CollEventPlaneCentralFW const& coll, CascCandidates const& Cascades, DauTracks const&)
1058+
void processAnalyseDataEP2CentralFW(CollEventPlaneCentralFW const& coll, CascCandidates const& Cascades, DauTracks const&)
10591059
{
10601060

10611061
if (!AcceptEvent(coll, 1)) {
10621062
return;
10631063
}
1064-
1064+
10651065
// select only events used for the calibration of the event plane
10661066
if (isGoodEventEP) {
10671067
if (abs(coll.qvecFT0CRe()) > 990 || abs(coll.qvecFT0CIm()) > 990 || abs(coll.qvecBNegRe()) > 990 || abs(coll.qvecBNegIm()) > 990 || abs(coll.qvecBPosRe()) > 990 || abs(coll.qvecBPosIm()) > 990) {
10681068
return;
10691069
}
10701070
}
1071-
1071+
10721072
// event has FT0C event plane
10731073
bool hasEventPlane = 0;
10741074
if (abs(coll.qvecFT0CRe()) < 990 && abs(coll.qvecFT0CIm()) < 990)
@@ -1277,7 +1277,7 @@ struct cascadeFlow {
12771277
histos.get<TH1>(HIST("massXi_ProtonAcc"))->Fill(casc.mXi());
12781278
}
12791279
}
1280-
if (fillingConfigs.isFillTHNOmega) {
1280+
if (fillingConfigs.isFillTHNOmega) {
12811281
if (fillingConfigs.isFillTHN_V2)
12821282
histos.get<THn>(HIST("hOmegaV2"))->Fill(coll.centFT0C(), ChargeIndex, casc.pt(), casc.mOmega(), BDTresponse[1], v2CEP);
12831283
if (fillingConfigs.isFillTHN_Pz)
@@ -1335,7 +1335,7 @@ struct cascadeFlow {
13351335
return;
13361336
}
13371337
}
1338-
1338+
13391339
// event has FT0C event plane
13401340
bool hasEventPlane = 0;
13411341
if (abs(coll.qvecFT0CRe()) < 990 && abs(coll.qvecFT0CIm()) < 990)

0 commit comments

Comments
 (0)