Skip to content

Commit ea35666

Browse files
Merge pull request #83 from alibuild/alibot-cleanup-17652
[PWGHF] Please consider the following formatting changes to #17652
2 parents 03bfc17 + 2d004f8 commit ea35666

2 files changed

Lines changed: 5 additions & 8 deletions

File tree

PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -833,7 +833,7 @@ struct HfTaskFlowCharmHadrons {
833833
}
834834
}
835835

836-
bool subtractDaugsFromRedQVec = storeRedQVec && subtrDaugsFromRedQVec &&
836+
bool subtractDaugsFromRedQVec = storeRedQVec && subtrDaugsFromRedQVec &&
837837
(qVecRedDetector == QvecEstimator::TPCNeg ||
838838
qVecRedDetector == QvecEstimator::TPCPos ||
839839
qVecRedDetector == QvecEstimator::TPCTot);
@@ -925,8 +925,8 @@ struct HfTaskFlowCharmHadrons {
925925

926926
// Dplus with ML SP and EsE
927927
void processDplusSPEsEMl(CollsWithSPEsEQvecs::iterator const& collision,
928-
CandDplusDataWMl const& /*candidatesD0*/,
929-
TracksWithExtra const& tracks)
928+
CandDplusDataWMl const& /*candidatesD0*/,
929+
TracksWithExtra const& tracks)
930930
{
931931
runFlowAnalysis<RunMode::kSPEsE, DecayChannel::DplusToPiKPi>(collision, candidatesDplus, tracks);
932932
}
@@ -1069,8 +1069,6 @@ struct HfTaskFlowCharmHadrons {
10691069
// }
10701070
// PROCESS_SWITCH(HfTaskFlowCharmHadrons, processXic, "Process Xic candidates", false);
10711071

1072-
1073-
10741072
/// Compute resolution
10751073
/// \param collision is the collision with the Q vector information
10761074
/// \param bcs is used for the event selection based on centrality estimators with time information

PWGHF/D2H/Utils/utilsFlow.h

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,6 @@
2929
#include <string>
3030
#include <vector>
3131

32-
3332
namespace o2::analysis
3433
{
3534
namespace hf_flow_utils
@@ -42,9 +41,9 @@ enum QvecEstimator { FV0A = 0,
4241
TPCNeg,
4342
TPCTot };
4443

45-
class QVectorResoHelper {
44+
class QVectorResoHelper
45+
{
4646
public:
47-
4847
QVectorResoHelper() = default;
4948

5049
/// Call once per run / timestamp update

0 commit comments

Comments
 (0)