Skip to content

Commit 41fe0be

Browse files
author
Isabel Kantak
committed
Update formatting
1 parent c0cdc11 commit 41fe0be

File tree

4 files changed

+6
-7
lines changed

4 files changed

+6
-7
lines changed

PWGEM/PhotonMeson/Core/EmMlResponsePCM.h

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -194,8 +194,7 @@ class EmMlResponsePCM : public EmMlResponse<TypeOutputScore>
194194
FILL_MAP_PCM(negV0LegfTPCSignal),
195195
FILL_MAP_PCM(negV0LegfTPCNSigmaEl),
196196
FILL_MAP_PCM(negV0LegfTPCNSigmaPi),
197-
FILL_MAP_PCM(negV0LegfITSClusterSizes)
198-
};
197+
FILL_MAP_PCM(negV0LegfITSClusterSizes)};
199198
}
200199
};
201200

PWGEM/PhotonMeson/Core/Pi0EtaToGammaGamma.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -891,9 +891,9 @@ struct Pi0EtaToGammaGamma {
891891
continue;
892892
}
893893

894-
float alpha_meson = std::fabs(g1.e() -g2.e())/(g1.e() + g2.e());
894+
float alpha_meson = std::fabs(g1.e() - g2.e())/(g1.e() + g2.e());
895895
float alpha_cut = 999.f;
896-
switch(cfgAlphaMesonCut) {
896+
switch (cfgAlphaMesonCut) {
897897
case AlphaMesonCutOption::Off:
898898
break;
899899
case AlphaMesonCutOption::SpecificValue:

PWGEM/PhotonMeson/Core/Pi0EtaToGammaGammaMC.h

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -683,9 +683,9 @@ struct Pi0EtaToGammaGammaMC {
683683
continue;
684684
}
685685

686-
float alpha_meson = std::fabs(g1.e() -g2.e())/(g1.e() + g2.e());
686+
float alpha_meson = std::fabs(g1.e() - g2.e())/(g1.e() + g2.e());
687687
float alpha_cut = 999.f;
688-
switch(cfgAlphaMesonCut) {
688+
switch (cfgAlphaMesonCut) {
689689
case AlphaMesonCutOption::Off:
690690
break;
691691
case AlphaMesonCutOption::SpecificValue:

PWGEM/PhotonMeson/Core/V0PhotonCandidate.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,7 +35,7 @@ struct V0PhotonCandidate {
3535
// Empty Constructor
3636
V0PhotonCandidate() = default;
3737
// Set method for photonconversionbuilder
38-
template<class TTrack>
38+
template <class TTrack>
3939
void setPhotonCandidate(const KFParticle& v0_DecayVtx, const KFParticle& v0_PV, const TTrack& pos, const KFParticle& pos_DecayVtx, const TTrack& ele, const KFParticle& ele_DecayVtx, const auto& collision, float cospa, float cospaRZ, float cospaXY, float psipair, float phiv, CentType centType, auto posdcaXY, auto eledcaXY, auto posdcaZ, auto eledcaZ)
4040
{
4141
x = v0_DecayVtx.GetX();

0 commit comments

Comments
 (0)