Skip to content

rework on PWGMM/Mult/Tasks:heavy-ion-mult.cxx - #5337

Merged
aalkin merged 1 commit into
AliceO2Group:masterfrom
abmodak:heavy-ion-mult-rework
Mar 25, 2024
Merged

rework on PWGMM/Mult/Tasks:heavy-ion-mult.cxx#5337
aalkin merged 1 commit into
AliceO2Group:masterfrom
abmodak:heavy-ion-mult-rework

Conversation

@abmodak

@abmodak abmodak commented Mar 25, 2024

Copy link
Copy Markdown
Collaborator
  1. Rework on the following process functions: "processDataCentFT0C" and "processMCCentFT0C"
  2. Add THnSparse instead of multiple histograms for different centrality bins
  3. Add also THnSparse for different particle species

1) Rework on the following process functions: "processDataCentFT0C" and "processMCCentFT0C" 
2) Add THnSparse instead of multiple histograms for different centrality bins
3) Add THnSparse for different particle species
continue;
}
if (mcpart.isPhysicalPrimary()) {
if (std::abs(mcpart.pdgCode()) == 211) {

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I recommend using enum instead of numerical codes, e.g. PDG_t::kPiPlus, etc.

@aalkin
aalkin merged commit 72556eb into AliceO2Group:master Mar 25, 2024
@abmodak
abmodak deleted the heavy-ion-mult-rework branch April 1, 2024 19:28
christianreckziegel pushed a commit to christianreckziegel/O2Physics that referenced this pull request May 2, 2024
1) Rework on the following process functions: "processDataCentFT0C" and "processMCCentFT0C" 
2) Add THnSparse instead of multiple histograms for different centrality bins
3) Add THnSparse for different particle species
hahassan7 pushed a commit to hahassan7/O2Physics that referenced this pull request May 17, 2024
1) Rework on the following process functions: "processDataCentFT0C" and "processMCCentFT0C" 
2) Add THnSparse instead of multiple histograms for different centrality bins
3) Add THnSparse for different particle species
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Development

Successfully merging this pull request may close these issues.

2 participants