Skip to content
Merged
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
6 changes: 6 additions & 0 deletions PWGLF/DataModel/LFClusterStudiesTable.h
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,8 @@
DECLARE_SOA_COLUMN(Eta, eta, float);
DECLARE_SOA_COLUMN(Phi, phi, float);
DECLARE_SOA_COLUMN(PTPC, pTPC, float);
DECLARE_SOA_COLUMN(PIDinTrk, pidInTrk, uint32_t);

Check failure on line 56 in PWGLF/DataModel/LFClusterStudiesTable.h

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-column]

Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters.
DECLARE_SOA_COLUMN(PDGCode, pdgCode, int);

Check failure on line 57 in PWGLF/DataModel/LFClusterStudiesTable.h

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-column]

Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters.
DECLARE_SOA_COLUMN(DcaToPV, dcaToPV, float);
DECLARE_SOA_COLUMN(ItsClusterSize, itsClusterSize, uint32_t);
DECLARE_SOA_COLUMN(TpcSignal, tpcSignal, float);
Expand All @@ -67,9 +67,11 @@
DECLARE_SOA_COLUMN(HasTPC, hasTPC, bool);
DECLARE_SOA_COLUMN(McPdgCode, mcPdgCode, int);

DECLARE_SOA_COLUMN(RunNumber, runNumber, int);

} // namespace LFClusterStudiesTables

DECLARE_SOA_TABLE(

Check failure on line 74 in PWGLF/DataModel/LFClusterStudiesTable.h

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-table]

Use UpperCamelCase for names of O2 tables.
ClStTable, "AOD", "CLSTTABLE",
LFClusterStudiesTables::P,
LFClusterStudiesTables::Eta,
Expand All @@ -77,11 +79,11 @@
LFClusterStudiesTables::ItsClusterSize,
LFClusterStudiesTables::PartID);

DECLARE_SOA_TABLE(

Check failure on line 82 in PWGLF/DataModel/LFClusterStudiesTable.h

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-table]

Use UpperCamelCase for names of O2 tables.
ClStTableMc, "AOD", "CLSTTABLEMC",
LFClusterStudiesTables::PartIDMc);

DECLARE_SOA_TABLE(

Check failure on line 86 in PWGLF/DataModel/LFClusterStudiesTable.h

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-table]

Use UpperCamelCase for names of O2 tables.
ClStTableExtra, "AOD", "CLSTTABLEEXTRA",
LFClusterStudiesTables::PTPC,
LFClusterStudiesTables::PIDinTrk,
Expand All @@ -91,6 +93,10 @@
LFClusterStudiesTables::CosPAMother,
LFClusterStudiesTables::MassMother);

DECLARE_SOA_TABLE(

Check failure on line 96 in PWGLF/DataModel/LFClusterStudiesTable.h

View workflow job for this annotation

GitHub Actions / O2 linter

[name/o2-table]

Use UpperCamelCase for names of O2 tables.
ClStTableColl, "AOD", "CLSTTABLECOLL",
LFClusterStudiesTables::RunNumber);

} // namespace o2::aod

#endif // PWGLF_DATAMODEL_LFCLUSTERSTUDIESTABLE_H_
Loading
Loading