File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -942,7 +942,7 @@ struct AntinucleiInJets {
942942 {
943943 // Event counter: before event selection
944944 registryData.fill (HIST (" number_of_events_data" ), 0.5 );
945- registryData.fill (HIST (" settingData" ), minJetPt, rJet);
945+ registryData.fill (HIST (" settingData" ), minJetPt. value , rJet. value );
946946
947947 // Retrieve the bunch crossing information with timestamps from the collision
948948 auto bc = collision.template bc_as <aod::BCsWithTimestamps>();
@@ -1971,7 +1971,7 @@ struct AntinucleiInJets {
19711971 for (const auto & collision : collisions) {
19721972
19731973 // Configuration
1974- registryMC.fill (HIST (" settingMC" ), minJetPt, rJet);
1974+ registryMC.fill (HIST (" settingMC" ), minJetPt. value , rJet. value );
19751975
19761976 // Increment event counter
19771977 eventCounter++;
You can’t perform that action at this time.
0 commit comments