Skip to content

Prototype version of Resonance Package#1073

Merged
njacazio merged 24 commits into
AliceO2Group:masterfrom
BongHwi:dev-reso
Jul 28, 2022
Merged

Prototype version of Resonance Package#1073
njacazio merged 24 commits into
AliceO2Group:masterfrom
BongHwi:dev-reso

Conversation

@BongHwi

@BongHwi BongHwi commented Jul 28, 2022

Copy link
Copy Markdown
Collaborator

LFResonanceInitializer will produce the dedicated table for RSN analysis.

phianalysis.cxx is an example of this task.

@njacazio

Copy link
Copy Markdown
Collaborator

Great work, we can also try the new merging !

njacazio
njacazio previously approved these changes Jul 28, 2022
Comment thread PWGLF/DataModel/LFResonanceTables.h Outdated
DECLARE_SOA_COLUMN(TPCNClsCrossedRows, tpcNClsCrossedRows, uint8_t); //! Number of TPC crossed rows
DECLARE_SOA_COLUMN(DcaXY, dcaXY, float); //! DCA_xy
DECLARE_SOA_COLUMN(DcaZ, dcaZ, float); //! DCA_z
DECLARE_SOA_COLUMN(X, x, float); //! x position of the track

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.

This is a redefinition of https://github.com/AliceO2Group/AliceO2/blob/dev/Framework/Core/include/Framework/AnalysisDataModel.h#L98 you could consider avoid this duplication and use directly aod::X in your table

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.

That's a reasonable suggestion. I'll update the table.

Comment thread PWGLF/DataModel/LFResonanceTables.h Outdated
resodaughter::TPCNClsCrossedRows,
resodaughter::DcaXY,
resodaughter::DcaZ,
resodaughter::X,

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.

Here you could use aod::X

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.

That's new for me. Thanks for letting me know!

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

The new utility for the event cuts is super nice!

@njacazio njacazio enabled auto-merge (squash) July 28, 2022 16:22
@njacazio njacazio merged commit 369781d into AliceO2Group:master Jul 28, 2022
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