Skip to content

Commit c84f1c8

Browse files
Merge pull request #61 from alibuild/alibot-cleanup-15636
Please consider the following formatting changes to #15636
2 parents daf7eb2 + 6aad103 commit c84f1c8

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

Common/TableProducer/qVectorsTable.cxx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -731,7 +731,6 @@ struct qVectorsTable {
731731
if (useDetector["QvectorTPCalls"])
732732
qVectorTPCall(IsCalibrated, qvecReTPCall.at(0), qvecImTPCall.at(0), qvecAmp[kTPCall], TrkTPCallLabel);
733733

734-
735734
double qVecRedFT0C{-999.}, qVecRedTpcPos{-999.}, qVecRedTpcNeg{-999.}, qVecRedTpcAll{-999.};
736735
if (cfgProduceRedQVecs) {
737736
// Correct normalization to remove multiplicity dependence,

PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -779,16 +779,15 @@ struct HfTaskFlowCharmHadrons {
779779
if (qVecRedDetector.value == QvecEstimator::TPCTot || qVecRedDetector.value == QvecEstimator::TPCPos || qVecRedDetector.value == QvecEstimator::TPCNeg) {
780780
// Correct for track multiplicity
781781
redQVec = TMath::Sqrt(xRedQVec * xRedQVec + yRedQVec * yRedQVec) * amplRedQVec / TMath::Sqrt(amplRedQVec - tracksRedQx.size());
782-
}
783-
else {
782+
} else {
784783
redQVec = TMath::Sqrt(xRedQVec * xRedQVec + yRedQVec * yRedQVec) * TMath::Sqrt(amplRedQVec);
785784
}
786785
}
787786
if (storeRedQVec) {
788787
rowRedQVecEsE(redQVec);
789788
}
790789
if (fillSparse) {
791-
fillThn(massCand, ptCand, etaCand, signCand, cent, cosNPhi, sinNPhi,
790+
fillThn(massCand, ptCand, etaCand, signCand, cent, cosNPhi, sinNPhi,
792791
cosDeltaPhi, scalprodCand, outputMl, occupancy, hfevflag, redQVec);
793792
}
794793
}

0 commit comments

Comments
 (0)