Skip to content

Commit 03f4713

Browse files
authored
Merge pull request #32 from alibuild/alibot-cleanup-12102
Please consider the following formatting changes to #12102
2 parents c7a43ff + 2806afe commit 03f4713

File tree

1 file changed

+6
-5
lines changed

1 file changed

+6
-5
lines changed

PWGHF/HFC/Tasks/taskCharmHadronsFemtoDream.cxx

Lines changed: 6 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -52,8 +52,9 @@ using namespace o2::framework;
5252
using namespace o2::framework::expressions;
5353
using namespace o2::analysis::femtoDream;
5454

55-
inline o2::framework::expressions::Node coshEta(o2::framework::expressions::Node&& eta) {
56-
return (nexp(std::move(eta)) + nexp(0.0f - std::move(eta))) * 0.5f;
55+
inline o2::framework::expressions::Node coshEta(o2::framework::expressions::Node&& eta)
56+
{
57+
return (nexp(std::move(eta)) + nexp(0.0f - std::move(eta))) * 0.5f;
5758
}
5859

5960
struct HfTaskCharmHadronsFemtoDream {
@@ -62,7 +63,7 @@ struct HfTaskCharmHadronsFemtoDream {
6263
PositiveCharge = 1,
6364
NegativeCharge = -1
6465
};
65-
66+
6667
constexpr static int OriginRecPrompt = 1;
6768
constexpr static int OriginRecFD = 2;
6869

@@ -152,7 +153,7 @@ struct HfTaskCharmHadronsFemtoDream {
152153

153154
Preslice<aod::FDParticles> perCol = aod::femtodreamparticle::fdCollisionId;
154155

155-
/// Partition for particle 1
156+
/// Partition for particle 1
156157
Partition<FilteredFDParticles> partitionTrk1 = (aod::femtodreamparticle::partType == uint8_t(aod::femtodreamparticle::ParticleType::kTrack)) && (ncheckbit(aod::femtodreamparticle::cut, cutBitTrack1)) && ifnode(aod::femtodreamparticle::pt * coshEta(aod::femtodreamparticle::eta) <= pidThresTrack1, ncheckbit(aod::femtodreamparticle::pidcut, tpcBitTrack1), ncheckbit(aod::femtodreamparticle::pidcut, tpcTofBitTrack1));
157158

158159
Partition<FilteredFDMcParts> partitionMcTrk1 = (aod::femtodreamparticle::partType == uint8_t(aod::femtodreamparticle::ParticleType::kTrack)) &&
@@ -307,7 +308,7 @@ struct HfTaskCharmHadronsFemtoDream {
307308
if (!pairCleaner.isCleanPair(p1, p2, parts)) {
308309
continue;
309310
}
310-
311+
311312
constexpr int CUT_BIT_CHARGE_POSITIVE = 2;
312313
// proton track charge
313314
float chargeTrack = 0.;

0 commit comments

Comments
 (0)