Skip to content

Commit 49e7fa0

Browse files
committed
fix format
1 parent dbf77fb commit 49e7fa0

File tree

1 file changed

+33
-34
lines changed

1 file changed

+33
-34
lines changed

PWGHF/Utils/utilsUpcHf.h

Lines changed: 33 additions & 34 deletions
Original file line numberDiff line numberDiff line change
@@ -27,13 +27,12 @@
2727
#include <string>
2828
#include <type_traits>
2929

30-
using namespace o2::framework;
31-
using namespace o2::aod;
30+
3231
namespace o2::aod
3332
{
3433
namespace full
3534
{
36-
DECLARE_SOA_COLUMN(M, m, float);
35+
DECLARE_SOA_COLUMN(M, m, float);
3736
DECLARE_SOA_COLUMN(Pt, pt, float);
3837
DECLARE_SOA_COLUMN(BkgScore, bkgScore, float);
3938
DECLARE_SOA_COLUMN(PromptScore, promptScore, float);
@@ -43,8 +42,8 @@ DECLARE_SOA_COLUMN(PtProng1, ptProng1, float);
4342
DECLARE_SOA_COLUMN(PtProng2, ptProng2, float);
4443
DECLARE_SOA_COLUMN(Chi2PCA, chi2PCA, float);
4544
DECLARE_SOA_COLUMN(DecayLength, decayLength, float);
46-
DECLARE_SOA_COLUMN(CPA, cpa, float);
47-
DECLARE_SOA_COLUMN(PvContributors, pvContributors, float);
45+
DECLARE_SOA_COLUMN(CPA, cPA, float);
46+
DECLARE_SOA_COLUMN(PvContributors, pvContributors, float);
4847
DECLARE_SOA_COLUMN(AmpFV0A, ampFV0A, float);
4948
DECLARE_SOA_COLUMN(AmpFT0A, ampFT0A, float);
5049
DECLARE_SOA_COLUMN(AmpFT0C, ampFT0C, float);
@@ -55,37 +54,37 @@ DECLARE_SOA_COLUMN(ZdcTimeZNC, zdcTimeZNC, float);
5554
} // namespace full
5655

5756
DECLARE_SOA_TABLE(HfUpcLcBdtInfos, "AOD", "HFUPCLCBDTINFOS",
58-
full::M,
59-
full::Pt,
60-
full::BkgScore,
61-
full::PromptScore,
62-
full::FDScore,
63-
full::PvContributors,
64-
full::AmpFV0A,
65-
full::AmpFT0A,
66-
full::AmpFT0C,
67-
full::ZdcEnergyZNA,
68-
full::ZdcEnergyZNC,
69-
full::ZdcTimeZNA,
70-
full::ZdcTimeZNC);
57+
full::M,
58+
full::Pt,
59+
full::BkgScore,
60+
full::PromptScore,
61+
full::FDScore,
62+
full::PvContributors,
63+
full::AmpFV0A,
64+
full::AmpFT0A,
65+
full::AmpFT0C,
66+
full::ZdcEnergyZNA,
67+
full::ZdcEnergyZNC,
68+
full::ZdcTimeZNA,
69+
full::ZdcTimeZNC);
7170

7271
DECLARE_SOA_TABLE(HfUpcLcInfos, "AOD", "HFUPCLCINFOS",
73-
full::M,
74-
full::Pt,
75-
full::PtProng0,
76-
full::PtProng1,
77-
full::PtProng2,
78-
full::Chi2PCA,
79-
full::DecayLength,
80-
full::CPA,
81-
full::PvContributors,
82-
full::AmpFV0A,
83-
full::AmpFT0A,
84-
full::AmpFT0C,
85-
full::ZdcEnergyZNA,
86-
full::ZdcEnergyZNC,
87-
full::ZdcTimeZNA,
88-
full::ZdcTimeZNC);
72+
full::M,
73+
full::Pt,
74+
full::PtProng0,
75+
full::PtProng1,
76+
full::PtProng2,
77+
full::Chi2PCA,
78+
full::DecayLength,
79+
full::CPA,
80+
full::PvContributors,
81+
full::AmpFV0A,
82+
full::AmpFT0A,
83+
full::AmpFT0C,
84+
full::ZdcEnergyZNA,
85+
full::ZdcEnergyZNC,
86+
full::ZdcTimeZNA,
87+
full::ZdcTimeZNC);
8988
} // namespace o2::aod
9089

9190
namespace o2::analysis::hf_upc

0 commit comments

Comments
 (0)