@@ -413,7 +413,7 @@ struct JetSpectraEseTask {
413413 registry.add (" hTrackEta" , " track #eta;#eta_{track};entries" , {HistType::kTH3F , {{centAxis}, {etaAxis}, {occAxis}}});
414414 registry.add (" hTrackPhi" , " track #phi;#phi_{track};entries" , {HistType::kTH3F , {{centAxis}, {phiAxis}, {occAxis}}});
415415 registry.add (" hOccupancy" , " Occupancy;Occupancy;entries" , {HistType::kTH2F , {{centAxis}, {occAxis}}});
416- registry.add (" hOccupancyEv" , " Occupancy;Occupancy;entries" , {HistType::kTH1F , {{centAxis}, {occAxis}}});
416+ registry.add (" hOccupancyEv" , " Occupancy;Occupancy;entries" , {HistType::kTH2F , {{centAxis}, {occAxis}}});
417417 registry.add (" hPsiOccupancy" , " Occupancy;#Psi_{2};entries" , {HistType::kTH3F , {{centAxis}, {150 , -2.5 , 2.5 }, {occAxis}}});
418418 registry.add (" hSTrackPtPhiEtaOcc" , " ;cent;jpt;phi;eta;occ" , {HistType::kTHnSparseF , {{centAxis}, {100 , 0 , 100 }, {phiAxis}, {etaAxis}, {occAxis}}});
419419 registry.add (" hSJetPtPhiEtaOcc" , " ;cent;jpt;phi;eta;occ" , {HistType::kTHnSparseF , {{centAxis}, {jetPtAxis}, {phiAxis}, {etaAxis}, {occAxis}}});
0 commit comments