Skip to content

Femtoworld - Adding angular correlation analysis #1055

Merged
victor-gonzalez merged 3 commits into
AliceO2Group:masterfrom
zchochul:femtoworld
Jul 26, 2022
Merged

Femtoworld - Adding angular correlation analysis #1055
victor-gonzalez merged 3 commits into
AliceO2Group:masterfrom
zchochul:femtoworld

Conversation

@zchochul

Copy link
Copy Markdown
Collaborator

No description provided.

@victor-gonzalez

Copy link
Copy Markdown
Collaborator

You have to rebase your changes to the latest tag

@zchochul zchochul changed the title Femtoworld Femtoworld - Adding angular correlation analysis Jul 26, 2022
Comment thread PWGCF/FemtoWorld/Core/FemtoWorldContainer.h Outdated
Comment thread PWGCF/FemtoWorld/Core/FemtoWorldContainer.h Outdated
Comment thread PWGCF/FemtoWorld/Core/FemtoWorldContainer.h Outdated
Comment thread PWGCF/FemtoWorld/Core/FemtoWorldContainer.h Outdated
Comment thread PWGCF/FemtoWorld/Core/FemtoWorldContainer.h Outdated
Comment thread PWGCF/FemtoWorld/Core/FemtoWorldContainer.h Outdated
Comment thread PWGCF/FemtoWorld/Core/FemtoWorldContainer.h Outdated
Commiting on behalf of Zuzanna who cannot now access the computer but we want to run on Hyperloop tomorrow.
@saganatt saganatt self-requested a review July 26, 2022 17:44
@alibuild

Copy link
Copy Markdown
Collaborator

Error while checking build/O2Physics/o2 for f5f52eb at 2022-07-26 20:05:

## sw/BUILD/O2Physics-latest/log
c++: fatal error: Killed signal terminated program cc1plus
ninja: build stopped: subcommand failed.

Full log here.

Comment on lines +80 to +81
mPhiLow = (-(int)(phiBins / 4) + 0.5) * 2. * TMath::Pi() / phiBins;
mPhiHigh = 2 * TMath::Pi() + (-(int)(phiBins / 4) + 0.5) * 2. * TMath::Pi() / phiBins;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

In O2 CommonConstants/MathConstants.h you have these constants defined if you want to use them

Comment on lines +127 to +132
while (delta_phi < mPhiLow) {
delta_phi += PIT;
}
while (delta_phi > mPhiHigh) {
delta_phi -= PIT;
}

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Same comment as above

float mMassTwo = 0.f; ///< PDG mass of particle 2
double mPhiLow;
double mPhiHigh;
static constexpr double PIT = 6.28318530717958623;

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

Same comment as above

@victor-gonzalez victor-gonzalez left a comment

Copy link
Copy Markdown
Collaborator

Choose a reason for hiding this comment

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

I approve it but have a look at my comments in case you want to address them in the next iteration

@victor-gonzalez victor-gonzalez enabled auto-merge (squash) July 26, 2022 18:11
@saganatt

Copy link
Copy Markdown
Collaborator

Thank you @victor-gonzalez ! We will let Zuzanna fix it tomorrow.

@victor-gonzalez victor-gonzalez merged commit 9ddb447 into AliceO2Group:master Jul 26, 2022
lbariogl pushed a commit to CF-tutorials/O2Physics that referenced this pull request Jul 28, 2022
* Ifndf fixed + added detadphi histograms

* Update PWGCF/FemtoWorld/Core/FemtoWorldContainer.h

* Stylistic nitpicks

Commiting on behalf of Zuzanna who cannot now access the computer but we want to run on Hyperloop tomorrow.

Co-authored-by: Maja Kabus <8majak8@gmail.com>
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.

4 participants