Skip to content

Commit 16f582a

Browse files
Merge pull request #84 from alibuild/alibot-cleanup-17652
Please consider the following formatting changes to #17652
2 parents 119a46f + 2e3b62c commit 16f582a

2 files changed

Lines changed: 3 additions & 6 deletions

File tree

PWGHF/D2H/Tasks/taskFlowCharmHadrons.cxx

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -801,7 +801,7 @@ struct HfTaskFlowCharmHadrons {
801801
}
802802
}
803803

804-
bool subtractDaugsFromRedQVec = storeRedQVec && useRedQVecDaugsSubtr &&
804+
bool subtractDaugsFromRedQVec = storeRedQVec && useRedQVecDaugsSubtr &&
805805
(qVecRedDetector == QvecEstimator::TPCNeg ||
806806
qVecRedDetector == QvecEstimator::TPCPos ||
807807
qVecRedDetector == QvecEstimator::TPCTot);
@@ -1037,8 +1037,6 @@ struct HfTaskFlowCharmHadrons {
10371037
// }
10381038
// PROCESS_SWITCH(HfTaskFlowCharmHadrons, processXic, "Process Xic candidates", false);
10391039

1040-
1041-
10421040
/// Compute resolution
10431041
/// \param collision is the collision with the Q vector information
10441042
/// \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 HfQVectorResoHelper {
44+
class HfQVectorResoHelper
45+
{
4646
public:
47-
4847
HfQVectorResoHelper() = default;
4948

5049
/// Call once per run / timestamp update

0 commit comments

Comments
 (0)