Skip to content

Commit

Permalink
coding convention
Browse files Browse the repository at this point in the history
  • Loading branch information
coppedis committed Dec 6, 2024
1 parent 7a51489 commit de16a97
Showing 1 changed file with 10 additions and 10 deletions.
20 changes: 10 additions & 10 deletions Common/DataModel/ZDCInterCalib.h
Original file line number Diff line number Diff line change
Expand Up @@ -20,18 +20,18 @@ namespace o2::aod
{
namespace znoutput
{
DECLARE_SOA_COLUMN(ZNAtdc, znatdc, float); //! ZNA tdc value
DECLARE_SOA_COLUMN(ZNCtdc, znctdc, float); //! ZNC tdc value
DECLARE_SOA_COLUMN(ZNAtdc, znatdc, float); //! ZNA tdc value

Check warning on line 23 in Common/DataModel/ZDCInterCalib.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(ZNCtdc, znctdc, float); //! ZNC tdc value

Check warning on line 24 in Common/DataModel/ZDCInterCalib.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(ZNApmc, znapmc, float); //! PMC ZNA

Check warning on line 25 in Common/DataModel/ZDCInterCalib.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(ZNApm1, znapm1, float); //! PM1 ZNA
DECLARE_SOA_COLUMN(ZNApm2, znapm2, float); //! PM2 ZNA
DECLARE_SOA_COLUMN(ZNApm3, znapm3, float); //! PM3 ZNA
DECLARE_SOA_COLUMN(ZNApm4, znapm4, float); //! PM4 ZNA
DECLARE_SOA_COLUMN(ZNApm1, znapm1, float); //! PM1 ZNA

Check warning on line 26 in Common/DataModel/ZDCInterCalib.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(ZNApm2, znapm2, float); //! PM2 ZNA

Check warning on line 27 in Common/DataModel/ZDCInterCalib.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(ZNApm3, znapm3, float); //! PM3 ZNA

Check warning on line 28 in Common/DataModel/ZDCInterCalib.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(ZNApm4, znapm4, float); //! PM4 ZNA

Check warning on line 29 in Common/DataModel/ZDCInterCalib.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(ZNCpmc, zncpmc, float); //! PMC ZNC

Check warning on line 30 in Common/DataModel/ZDCInterCalib.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(ZNCpm1, zncpm1, float); //! PM1 ZNC
DECLARE_SOA_COLUMN(ZNCpm2, zncpm2, float); //! PM2 ZNC
DECLARE_SOA_COLUMN(ZNCpm3, zncpm3, float); //! PM3 ZNC
DECLARE_SOA_COLUMN(ZNCpm4, zncpm4, float); //! PM4 ZNC
DECLARE_SOA_COLUMN(ZNCpm1, zncpm1, float); //! PM1 ZNC
DECLARE_SOA_COLUMN(ZNCpm2, zncpm2, float); //! PM2 ZNC
DECLARE_SOA_COLUMN(ZNCpm3, zncpm3, float); //! PM3 ZNC
DECLARE_SOA_COLUMN(ZNCpm4, zncpm4, float); //! PM4 ZNC

} // namespace znoutput

Expand Down

0 comments on commit de16a97

Please sign in to comment.