@@ -128,8 +128,8 @@ struct JetHadronRecoil {
128128 {" hEtaTrack" , " Track #eta;#eta;entries" , {HistType::kTH1F , {{100 , -1.0 , 1.0 }}}},
129129 {" hPhiTrack" , " Track #phi;#phi;entries" , {HistType::kTH1F , {{100 , 0.0 , o2::constants::math::TwoPI}}}},
130130 {" hTrack3D" , " 3D tracks histogram;p_{T};#eta;#phi" , {HistType::kTH3F , {{200 , 0 , 200 }, {100 , -1.0 , 1.0 }, {100 , 0.0 , o2::constants::math::TwoPI}}}},
131- {" hTrackPtHard" , " Tracks vs pThard;#frac{p_{T}}{#hat{p}};p_{T}" , {HistType: kTH3F , {{20 , 0 , 5 }, {200 , 0 , 200 }}}},
132- {" hPartPtHard" , " Part vs pThard;#frac{p_{T}}{#hat{p}};p_{T}" , {HistType: kTH3F , {{20 , 0 , 5 }, {200 , 0 , 200 }}}},
131+ {" hTrackPtHard" , " Tracks vs pThard;#frac{p_{T}}{#hat{p}};p_{T}" , {HistType : kTH3F , {{20 , 0 , 5 }, {200 , 0 , 200 }}}},
132+ {" hPartPtHard" , " Part vs pThard;#frac{p_{T}}{#hat{p}};p_{T}" , {HistType : kTH3F , {{20 , 0 , 5 }, {200 , 0 , 200 }}}},
133133 {" hPtTrackPtHard" , " Track p_{T} vs #hat{p};p_{T};#frac{p_{T}}{#hat{p}}" , {HistType::kTH2F , {{200 , 0 , 200 }, {20 , 0 , 5 }}}},
134134 {" hConstituents3D" , " 3D constituents histogram;p_{T};#eta;#phi" , {HistType::kTH3F , {{200 , 0 , 200 }, {100 , -1.0 , 1.0 }, {100 , 0.0 , o2::constants::math::TwoPI}}}},
135135 {" hReferencePtDPhi" , " jet p_{T} vs DPhi;#Delta#phi;p_{T,jet}" , {HistType::kTH2F , {{100 , 0 , o2::constants::math::TwoPI}, {500 , -100 , 400 }}}},
@@ -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