Skip to content

Commit 0334802

Browse files
committed
Please consider the following formatting changes
1 parent 2aead6d commit 0334802

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

PWGHF/HFC/Utils/utilsCorrelations.h

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@
2828
#include "Common/DataModel/PIDResponseTPC.h"
2929
#include "Common/DataModel/PIDResponseTOF.h"
3030

31-
//HfHelper hfHelper;
31+
// HfHelper hfHelper;
3232

3333
namespace o2::analysis::hf_correlations
3434
{
@@ -126,7 +126,8 @@ bool passPIDSelection(Atrack const& track, SpeciesContainer const mPIDspecies,
126126
}
127127

128128
template <bool isScCand, typename McParticle>
129-
bool matchCandAndMass(McParticle const& particle, double& massCand) {
129+
bool matchCandAndMass(McParticle const& particle, double& massCand)
130+
{
130131
const auto pdgCand = std::abs(particle.pdgCode());
131132
const auto matchGenFlag = std::abs(particle.flagMcMatchGen());
132133

@@ -157,7 +158,7 @@ bool matchCandAndMass(McParticle const& particle, double& massCand) {
157158
case BIT(aod::hf_cand_sigmac::DecayType::ScplusplusToPKPiPi):
158159
massCand = o2::constants::physics::MassSigmaCStarPlusPlus;
159160
return true;
160-
161+
161162
case BIT(aod::hf_cand_sigmac::DecayType::ScStarPlusPlusToPKPiPi):
162163
massCand = o2::constants::physics::MassSigmaCStarPlusPlus;
163164
return true;

0 commit comments

Comments
 (0)