Skip to content

PWGCF: Updating event selection cuts - #4357

Merged
victor-gonzalez merged 1 commit into
AliceO2Group:masterfrom
SwatiSaha-1997:master
Jan 18, 2024
Merged

PWGCF: Updating event selection cuts#4357
victor-gonzalez merged 1 commit into
AliceO2Group:masterfrom
SwatiSaha-1997:master

Conversation

@SwatiSaha-1997

Copy link
Copy Markdown
Collaborator

No description provided.

@SwatiSaha-1997 SwatiSaha-1997 changed the title Updating event selection cuts PWGCF: Updating event selection cuts Jan 17, 2024
Comment on lines 61 to +69
Configurable<float> cfgCutVertex{"cfgCutVertex", 10.0f, "Accepted z-vertex range"};
Configurable<float> cfgCutPtLower{"cfgCutPtLower", 0.2f, "Lower pT cut"};
Configurable<float> cfgCutPtUpper{"cfgCutPtUpper", 3.0f, "Higher pT cut"};
Configurable<float> cfgCutTpcChi2NCl{"cfgCutTpcChi2NCl", 2.5f, "Maximum TPCchi2NCl"};
// Configurable<float> cfgCutTrackDcaXY{"cfgCutTrackDcaXY", 0.1f, "Maximum DcaXY"};
// Configurable<float> cfgCutTrackDcaXY{"cfgCutTrackDcaXY", 0.2f, "Maximum DcaXY"};
Configurable<float> cfgCutTrackDcaZ{"cfgCutTrackDcaZ", 2.0f, "Maximum DcaZ"};
ConfigurableAxis nchAxis{"nchAxis", {5000, 0.5, 5000.5}, ""};

O2_DEFINE_CONFIGURABLE(cfgUse22sEventCut, bool, true, "Use 22s event cut on mult correlations")

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 would recommend to, at some point, unify the way configurables are defined

Copy link
Copy Markdown
Collaborator Author

Choose a reason for hiding this comment

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

Dear Victor, Thank you for your suggestions. I will update this in my next commit.

@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.

Have a look at my comment

@victor-gonzalez
victor-gonzalez merged commit b32deae into AliceO2Group:master Jan 18, 2024
rspijkers pushed a commit to rspijkers/O2Physics that referenced this pull request Jan 19, 2024
hahassan7 pushed a commit to hahassan7/O2Physics that referenced this pull request Feb 1, 2024
basiach pushed a commit to basiach/O2Physics that referenced this pull request Feb 23, 2024
ercolessi pushed a commit to ercolessi/O2Physics that referenced this pull request Feb 28, 2024
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