@@ -155,7 +155,7 @@ struct AntinucleiInJets {
155155 Configurable<bool > isppRefAnalysis{" isppRefAnalysis" , false , " Is ppRef analysis" };
156156 Configurable<double > cfgAreaFrac{" cfgAreaFrac" , 0.6 , " fraction of jet area" };
157157 Configurable<double > cfgEtaJetMax{" cfgEtaJetMax" , 0.5 , " max jet eta" };
158- Configurable<double > cfgMinPtTrack{" cfgMinPtTrack" , 0.15 , " minimum pt of tracks for jet reconstruction" };
158+ Configurable<double > cfgMinPtTrack{" cfgMinPtTrack" , 0.1 , " minimum pt of tracks for jet reconstruction" };
159159 Configurable<double > alpha{" alpha" , 0.3 , " parameter to control jet matching" };
160160
161161 // Event selection criteria
@@ -172,7 +172,7 @@ struct AntinucleiInJets {
172172
173173 // Jet selection and event filtering parameters
174174 Configurable<double > minJetPt{" minJetPt" , 10.0 , " Minimum pt of the jet after bkg subtraction" };
175- Configurable<double > maxJetPt{" maxJetPt" , 1000.0 , " Maximum pt of the jet after bkg subtraction" };
175+ Configurable<double > maxJetPt{" maxJetPt" , 1e+06 , " Maximum pt of the jet after bkg subtraction" };
176176 Configurable<double > ptLeadingMin{" ptLeadingMin" , 5.0 , " pt Leading Min" };
177177 Configurable<double > rJet{" rJet" , 0.4 , " Jet resolution parameter R" };
178178 Configurable<double > zVtx{" zVtx" , 10.0 , " Maximum zVertex" };
@@ -534,7 +534,7 @@ struct AntinucleiInJets {
534534
535535 // jet pt resolution
536536 if (doprocessJetPtResolution) {
537- registryMC.add (" jetPtResolution" , " jet Pt Resolution" , HistType::kTH2F , {{200 , 0 , 20 , " #it{p}^{jet}_{T,true} (GeV/#it{c})" }, {1000 , -5 , 5 , " #Delta #it{p}^{jet}_{T} (GeV/#it{c})" }});
537+ registryMC.add (" jetPtResolution" , " jet Pt Resolution" , HistType::kTH2F , {{1000 , 0 , 100 , " #it{p}^{jet}_{T,true} (GeV/#it{c})" }, {1000 , -20 , 20 , " #Delta #it{p}^{jet}_{T} (GeV/#it{c})" }});
538538 }
539539
540540 // Coalescence and Correlation analysis
0 commit comments