Skip to content

Conversation

@sejeong8
Copy link

@sejeong8 sejeong8 commented Feb 3, 2026

add hadron dca histogram

@github-actions github-actions bot added the pwghf PWG-HF label Feb 3, 2026
@github-actions github-actions bot changed the title add hadron dca histogram [PWGHF] add hadron dca histogram Feb 3, 2026
sejeong8 added a commit to sejeong8/O2Physics that referenced this pull request Feb 3, 2026
Please consider the following formatting changes to AliceO2Group#14764
sejeong8 added a commit to sejeong8/O2Physics that referenced this pull request Feb 3, 2026
Please consider the following formatting changes to AliceO2Group#14764
@sejeong8 sejeong8 marked this pull request as ready for review February 3, 2026 05:15
@jpxrk jpxrk enabled auto-merge (squash) February 3, 2026 05:17
@vkucera vkucera disabled auto-merge February 3, 2026 05:19
Copy link
Collaborator

@vkucera vkucera left a comment

Choose a reason for hiding this comment

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

  • The scope of the PR is missing in the title. Please add the name of the file or the task.
  • Most of the changes are breaking lines into multiple lines. Why?

Comment on lines 44 to 46
enum PdgCode { kEta = 221,
kOmega = 223,
kEtaPrime = 331 };
Copy link
Collaborator

Choose a reason for hiding this comment

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

This was a temporary solution before adding the PDG codes in the common header. Now it should be removed and the codes should be used from o2::constants::physics::Pdg.

Configurable<float> itsChi2perNClMax{"itsChi2perNClMax", 6., "min # of tpc chi2 per clusters"};
Configurable<int> tpcNCrossedRowMin{"tpcNCrossedRowMin", 70,
"max of TPC n cluster crossed rows"};
Configurable<float> tpcNClsFoundOverFindableMin{
Copy link
Collaborator

Choose a reason for hiding this comment

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

Declare configurables on a single line. Breaking it like this breaks the parsing by the linter.

Comment on lines 144 to 145
{},
OutputObjHandlingPolicy::AnalysisObject};
Copy link
Collaborator

Choose a reason for hiding this comment

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

Redundant. Only the name is needed.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

pwghf PWG-HF

Development

Successfully merging this pull request may close these issues.

3 participants