Skip to content

Commit 8fd32cb

Browse files
committed
Please consider the following formatting changes
1 parent 7c982ed commit 8fd32cb

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

PWGJE/Tasks/jetHadronRecoil.cxx

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -147,8 +147,12 @@ struct JetHadronRecoil {
147147
{"hJetEta", "jet #eta;#eta_{jet};entries", {HistType::kTH1F, {{100, -1.0, 1.0}}}},
148148
{"hJetPhi", "jet #phi;#phi_{jet};entries", {HistType::kTH1F, {{100, 0.0, o2::constants::math::TwoPI}}}},
149149
{"hJet3D", "3D jet distribution;p_{T};#eta;#phi", {HistType::kTH3F, {{500, -100, 400}, {100, -1.0, 1.0}, {100, 0.0, o2::constants::math::TwoPI}}}},
150-
{"hTracksvsJets" "comparing leading tracks and jets;p_{T,track};p_{T,jet};#hat{p}", {HistType::kTH3F, {{200, 0, 200}, {500, -100, 400}, {195, 5, 200}}}},
151-
{"hPartvsJets" "comparing leading particles and jets;p_{T,part};p_{T,jet};#hat{p}", {HistType::kTH3F, {{200, 0, 200}, {500, -100, 400}, {195, 5, 200}}}},
150+
{"hTracksvsJets"
151+
"comparing leading tracks and jets;p_{T,track};p_{T,jet};#hat{p}",
152+
{HistType::kTH3F, {{200, 0, 200}, {500, -100, 400}, {195, 5, 200}}}},
153+
{"hPartvsJets"
154+
"comparing leading particles and jets;p_{T,part};p_{T,jet};#hat{p}",
155+
{HistType::kTH3F, {{200, 0, 200}, {500, -100, 400}, {195, 5, 200}}}},
152156
{"hPtPart", "Particle p_{T};p_{T};entries", {HistType::kTH1F, {{200, 0, 200}}}},
153157
{"hEtaPart", "Particle #eta;#eta;entries", {HistType::kTH1F, {{100, -1.0, 1.0}}}},
154158
{"hPhiPart", "Particle #phi;#phi;entries", {HistType::kTH1F, {{100, 0.0, o2::constants::math::TwoPI}}}},

0 commit comments

Comments
 (0)