Skip to content

Commit ba0a109

Browse files
committed
Please consider the following formatting changes
1 parent 34611b4 commit ba0a109

1 file changed

Lines changed: 10 additions & 11 deletions

File tree

PWGUD/Tasks/FwdMuonsUPC.cxx

Lines changed: 10 additions & 11 deletions
Original file line numberDiff line numberDiff line change
@@ -86,28 +86,28 @@ DECLARE_SOA_TABLE(DiMu, "AOD", "DIMU",
8686
namespace gendimu
8787
{
8888
// dimuon
89-
DECLARE_SOA_COLUMN(GenM, genM, float);
90-
DECLARE_SOA_COLUMN(GenPt, genPt, float);
91-
DECLARE_SOA_COLUMN(GenRap, genRap, float);
92-
DECLARE_SOA_COLUMN(GenPhi, genPhi, float);
89+
DECLARE_SOA_COLUMN(GenM, genM, float);
90+
DECLARE_SOA_COLUMN(GenPt, genPt, float);
91+
DECLARE_SOA_COLUMN(GenRap, genRap, float);
92+
DECLARE_SOA_COLUMN(GenPhi, genPhi, float);
9393
DECLARE_SOA_COLUMN(GenPhiAv, genPhiAv, float);
9494
DECLARE_SOA_COLUMN(GenPhiCh, genPhiCh, float);
9595
// tracks positive (p) and negative (n)
96-
DECLARE_SOA_COLUMN(GenPtp, genPtp, float);
96+
DECLARE_SOA_COLUMN(GenPtp, genPtp, float);
9797
DECLARE_SOA_COLUMN(GenEtap, genEtap, float);
9898
DECLARE_SOA_COLUMN(GenPhip, genPhip, float);
99-
DECLARE_SOA_COLUMN(GenPtn, genPtn, float);
99+
DECLARE_SOA_COLUMN(GenPtn, genPtn, float);
100100
DECLARE_SOA_COLUMN(GenEtan, genEtan, float);
101101
DECLARE_SOA_COLUMN(GenPhin, genPhin, float);
102102
} // namespace gendimu
103103

104104
namespace o2::aod
105105
{
106106
DECLARE_SOA_TABLE(GenDimu, "AOD", "GENDIMU",
107-
gendimu::GenM, gendimu::GenPt, gendimu::GenRap, gendimu::GenPhi,
107+
gendimu::GenM, gendimu::GenPt, gendimu::GenRap, gendimu::GenPhi,
108108
gendimu::GenPhiAv, gendimu::GenPhiCh,
109-
gendimu::GenPtp, gendimu::GenEtap, gendimu::GenPhip,
110-
gendimu::GenPtn, gendimu::GenEtan, gendimu::GenPhin);
109+
gendimu::GenPtp, gendimu::GenEtap, gendimu::GenPhip,
110+
gendimu::GenPtn, gendimu::GenEtan, gendimu::GenPhin);
111111
} // namespace o2::aod
112112

113113
// for saving tree with info on reco MC
@@ -244,8 +244,7 @@ struct FwdMuonsUPC {
244244
0.1625, 0.175, 0.1875, 0.20, 0.225, 0.25, 0.275, 0.30, 0.35, 0.40,
245245
0.45, 0.50, 0.55, 0.60, 0.65, 0.70, 0.75, 0.80, 0.85, 0.90, 0.95, 1.00,
246246
1.10, 1.20, 1.30, 1.40, 1.50, 1.60, 1.70, 1.80, 1.90, 2.00, 2.25,
247-
2.50, 2.75, 3.00, 3.25, 3.50
248-
};
247+
2.50, 2.75, 3.00, 3.25, 3.50};
249248

250249
// axis
251250
const AxisSpec axisPt{nBinsPt, lowPt, highPt, "#it{p}_{T} GeV/#it{c}"};

0 commit comments

Comments
 (0)