Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Please consider the following formatting changes to #4201 #203

Closed
wants to merge 1 commit into from
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions PWGLF/DataModel/LFStrangenessTables.h
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ DECLARE_SOA_INDEX_COLUMN(V0, v0); //!
DECLARE_SOA_INDEX_COLUMN_FULL(PosTrackExtra, posTrackExtra, int, DauTrackExtras, "_PosExtra"); //!
DECLARE_SOA_INDEX_COLUMN_FULL(NegTrackExtra, negTrackExtra, int, DauTrackExtras, "_NegExtra"); //!
DECLARE_SOA_INDEX_COLUMN(StraCollision, straCollision); //!
DECLARE_SOA_INDEX_COLUMN(MotherMCPart, motherMCPart); //!
DECLARE_SOA_INDEX_COLUMN(MotherMCPart, motherMCPart); //!

//______________________________________________________
// REGULAR COLUMNS FOR V0CORES
Expand Down Expand Up @@ -555,7 +555,7 @@ DECLARE_SOA_INDEX_COLUMN_FULL(NegTrackExtra, negTrackExtra, int, DauTrackExtras,
DECLARE_SOA_INDEX_COLUMN_FULL(BachTrackExtra, bachTrackExtra, int, DauTrackExtras, "_BachExtra"); //!
DECLARE_SOA_INDEX_COLUMN_FULL(StrangeTrackExtra, strangeTrackExtra, int, DauTrackExtras, "_StrangeExtra"); //!
DECLARE_SOA_INDEX_COLUMN(StraCollision, straCollision); //!
DECLARE_SOA_INDEX_COLUMN(MotherMCPart, motherMCPart); //!
DECLARE_SOA_INDEX_COLUMN(MotherMCPart, motherMCPart); //!

//______________________________________________________
// REGULAR COLUMNS FOR CASCCORES
Expand Down
2 changes: 1 addition & 1 deletion PWGLF/TableProducer/strangederivedbuilder.cxx
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@ struct strangederivedbuilder {
// mother information
Produces<aod::V0MCMothers> v0mothers; // V0 mother references
Produces<aod::CascMCMothers> cascmothers; // casc mother references
Produces<aod::MotherMCParts> motherMCParts; // mc particles for mothers
Produces<aod::MotherMCParts> motherMCParts; // mc particles for mothers

// histogram registry for bookkeeping
HistogramRegistry histos{"Histos", {}, OutputObjHandlingPolicy::AnalysisObject};
Expand Down
Loading