Skip to content

report_o2 linter

Vít Kučera edited this page Apr 20, 2026 · 28 revisions

Report from O2 linter

To access the full raw file, add .md in the URL.

Summary

Per category

category issues
const-ref-in-for-loop 2604
const-ref-in-process 483
include-iostream 45
logging 418
magic-number 7613
name/configurable 7302
name/o2-column 2540
name/o2-table 95
name/o2-task 834
name/o2-workflow 721
name/workflow-file 833
o2-workflow-options 14
pdg/database 127
pdg/explicit-code 1458
pdg/explicit-mass 154
pdg/known-mass 45
pwghf/name/struct-class 7
pwghf/struct-member-order 40
root/lorentz-vector 764
std-prefix 1042
two-pi-add-subtract 155
total 27294

Per directory, per line

directory issues issues per 1000 lines
ALICE3 500 24.6
Common 1219 29.1
DPG 970 30.4
EventFiltering 589 34.6
PWGCF 3803 20.5
PWGDQ 3003 50.1
PWGEM 4077 55
PWGHF 230 2.02
PWGJE 1786 26.1
PWGLF 7210 35.8
PWGMM 523 26
PWGUD 2163 48.8
Tools 207 40.7
Tutorials 1014 93.9
total 27294 30.5

Issues

ALICE3

ALICE3/Core/Decayer.h

ALICE3/Core/Decayer.h:30: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/Core/Decayer.h:111: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/Core/Decayer.h:119: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]

ALICE3/Core/DelphesO2LutWriter.cxx

ALICE3/Core/DelphesO2LutWriter.cxx:34: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/Core/DelphesO2LutWriter.cxx:100: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/Core/DelphesO2LutWriter.cxx:103: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/Core/DelphesO2LutWriter.cxx:32: error: Do not use TDatabasePDG directly. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG> instead. [pdg/database]
ALICE3/Core/DelphesO2LutWriter.cxx:249: error: Do not use TDatabasePDG directly. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG> instead. [pdg/database]
ALICE3/Core/DelphesO2LutWriter.cxx:208: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Core/DelphesO2LutWriter.cxx:221: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Core/DelphesO2LutWriter.cxx:314: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Core/DelphesO2LutWriter.cxx:345: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

ALICE3/Core/DelphesO2TrackSmearer.h

ALICE3/Core/DelphesO2TrackSmearer.h:50: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Core/DelphesO2TrackSmearer.h:60: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Core/DelphesO2TrackSmearer.h:61: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Core/DelphesO2TrackSmearer.h:74: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Core/DelphesO2TrackSmearer.h:184: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Core/DelphesO2TrackSmearer.h:210: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Core/DelphesO2TrackSmearer.h:103: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
ALICE3/Core/DelphesO2TrackSmearer.h:104: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
ALICE3/Core/DelphesO2TrackSmearer.h:105: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
ALICE3/Core/DelphesO2TrackSmearer.h:106: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
ALICE3/Core/DelphesO2TrackSmearer.h:108: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
ALICE3/Core/DelphesO2TrackSmearer.h:110: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
ALICE3/Core/DelphesO2TrackSmearer.h:112: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
ALICE3/Core/DelphesO2TrackSmearer.h:132: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
ALICE3/Core/DelphesO2TrackSmearer.h:133: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
ALICE3/Core/DelphesO2TrackSmearer.h:134: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
ALICE3/Core/DelphesO2TrackSmearer.h:138: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
ALICE3/Core/DelphesO2TrackSmearer.h:139: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
ALICE3/Core/DelphesO2TrackSmearer.h:141: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
ALICE3/Core/DelphesO2TrackSmearer.h:136: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

ALICE3/Core/FastTracker.cxx

ALICE3/Core/FastTracker.cxx:579: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Core/FastTracker.cxx:617: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Core/FastTracker.cxx:630: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Core/FastTracker.cxx:224: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Core/FastTracker.cxx:362: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Core/FastTracker.cxx:446: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Core/FastTracker.cxx:521: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Core/FastTracker.cxx:531: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Core/FastTracker.cxx:562: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Core/FastTracker.cxx:570: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Core/FastTracker.cxx:572: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Core/FastTracker.cxx:573: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Core/FastTracker.cxx:591: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Core/FastTracker.cxx:612: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Core/FastTracker.cxx:614: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Core/FastTracker.cxx:623: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Core/FastTracker.cxx:625: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

ALICE3/Core/GeometryContainer.cxx

ALICE3/Core/GeometryContainer.cxx:105: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]

ALICE3/Core/TOFResoALICE3.cxx

ALICE3/Core/TOFResoALICE3.cxx:39: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Core/TOFResoALICE3.cxx:40: error: Use std:: prefix for names from the std namespace. [std-prefix]

ALICE3/Core/TOFResoALICE3.h

ALICE3/Core/TOFResoALICE3.h:42: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Core/TOFResoALICE3.h:59: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Core/TOFResoALICE3.h:60: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Core/TOFResoALICE3.h:70: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Core/TOFResoALICE3.h:71: error: Use std:: prefix for names from the std namespace. [std-prefix]

ALICE3/Core/TrackUtilities.cxx

ALICE3/Core/TrackUtilities.cxx:23: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/Core/TrackUtilities.cxx:29: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/Core/TrackUtilities.cxx:30: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]

ALICE3/Core/TrackUtilities.h

ALICE3/Core/TrackUtilities.h:23: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/Core/TrackUtilities.h:72: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/Core/TrackUtilities.h:73: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/Core/TrackUtilities.h:84: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/Core/TrackUtilities.h:85: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/Core/TrackUtilities.h:95: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/Core/TrackUtilities.h:107: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/Core/TrackUtilities.h:109: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/Core/TrackUtilities.h:121: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/Core/TrackUtilities.h:123: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]

ALICE3/DataModel/ECAL.h

ALICE3/DataModel/ECAL.h:30: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]

ALICE3/DataModel/FTOF.h

ALICE3/DataModel/FTOF.h:29: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/FTOF.h:30: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/FTOF.h:31: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/FTOF.h:32: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/FTOF.h:33: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/FTOF.h:34: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/FTOF.h:35: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/FTOF.h:36: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/FTOF.h:37: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/FTOF.h:38: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/FTOF.h:39: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/FTOF.h:40: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]

ALICE3/DataModel/MID.h

ALICE3/DataModel/MID.h:32: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]

ALICE3/DataModel/OTFCollision.h

ALICE3/DataModel/OTFCollision.h:28: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]

ALICE3/DataModel/OTFMulticharm.h

ALICE3/DataModel/OTFMulticharm.h:38: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]

ALICE3/DataModel/OTFTOF.h

ALICE3/DataModel/OTFTOF.h:37: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/OTFTOF.h:38: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]

ALICE3/DataModel/RICH.h

ALICE3/DataModel/RICH.h:30: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:31: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:32: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:33: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:34: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:35: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:36: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:37: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:38: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:39: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:40: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:41: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:42: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:60: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:83: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:84: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:85: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:86: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:87: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:88: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:89: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:90: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:91: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:92: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:93: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:94: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:95: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/DataModel/RICH.h:113: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]

ALICE3/Macros/drawFastTracker.C

ALICE3/Macros/drawFastTracker.C:39: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/Macros/drawFastTracker.C:123: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

ALICE3/TableProducer/CMakeLists.txt

ALICE3/TableProducer/CMakeLists.txt:14: error: Workflow name alice3-trackselection does not match its file name alice3-trackselection.cxx. (Matches alice3Trackselection.cxx.) [name/o2-workflow]
ALICE3/TableProducer/CMakeLists.txt:19: error: Workflow name alice3-trackextension does not match its file name alice3-trackextension.cxx. (Matches alice3Trackextension.cxx.) [name/o2-workflow]
ALICE3/TableProducer/CMakeLists.txt:24: error: Workflow name alice3-centrality does not match its file name alice3-centrality.cxx. (Matches alice3Centrality.cxx.) [name/o2-workflow]
ALICE3/TableProducer/CMakeLists.txt:29: error: Workflow name alice3-decaypreselector does not match its file name alice3-decaypreselector.cxx. (Matches alice3Decaypreselector.cxx.) [name/o2-workflow]
ALICE3/TableProducer/CMakeLists.txt:34: error: Workflow name alice3-decayfinder does not match its file name alice3-decayfinder.cxx. (Matches alice3Decayfinder.cxx.) [name/o2-workflow]
ALICE3/TableProducer/CMakeLists.txt:44: error: Workflow name alice3-correlatorddbar does not match its file name alice3-correlatorDDbar.cxx. (Matches alice3Correlatorddbar.cxx.) [name/o2-workflow]
ALICE3/TableProducer/CMakeLists.txt:64: error: Workflow name alice3-dq-table-maker does not match its file name alice3-dq-table-maker.cxx. (Matches alice3DqTableMaker.cxx.) [name/o2-workflow]
ALICE3/TableProducer/CMakeLists.txt:69: error: Workflow name alice3strangenessfinder does not match its file name alice3strangenessFinder.cxx. (Matches alice3strangenessfinder.cxx.) [name/o2-workflow]
ALICE3/TableProducer/CMakeLists.txt:1: error: Use kebab-case for names of workflows and match the name of the workflow file. [name/o2-workflow]

ALICE3/TableProducer/OTF/CMakeLists.txt

ALICE3/TableProducer/OTF/CMakeLists.txt:12: error: Workflow name onthefly-decayer does not match its file name onTheFlyDecayer.cxx. (Matches ontheflyDecayer.cxx.) [name/o2-workflow]
ALICE3/TableProducer/OTF/CMakeLists.txt:17: error: Workflow name onthefly-tracker does not match its file name onTheFlyTracker.cxx. (Matches ontheflyTracker.cxx.) [name/o2-workflow]
ALICE3/TableProducer/OTF/CMakeLists.txt:22: error: Workflow name onthefly-tofpid does not match its file name onTheFlyTofPid.cxx. (Matches ontheflyTofpid.cxx.) [name/o2-workflow]
ALICE3/TableProducer/OTF/CMakeLists.txt:27: error: Workflow name onthefly-richpid does not match its file name onTheFlyRichPid.cxx. (Matches ontheflyRichpid.cxx.) [name/o2-workflow]
ALICE3/TableProducer/OTF/CMakeLists.txt:1: error: Use kebab-case for names of workflows and match the name of the workflow file. [name/o2-workflow]

ALICE3/TableProducer/OTF/onTheFlyDecayer.cxx

ALICE3/TableProducer/OTF/onTheFlyDecayer.cxx:216: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]

ALICE3/TableProducer/OTF/onTheFlyDetectorGeometryProvider.cxx

ALICE3/TableProducer/OTF/onTheFlyDetectorGeometryProvider.cxx:58: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
ALICE3/TableProducer/OTF/onTheFlyDetectorGeometryProvider.cxx:69: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx

ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx:335: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx:340: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/OTF/onTheFlyTofPid.cxx:366: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

ALICE3/TableProducer/OTF/onTheFlyTracker.cxx

ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:81: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:710: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:733: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:738: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:761: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:795: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:870: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:871: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:984: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:986: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:988: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:1374: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:1375: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:1378: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:1379: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:1382: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:1383: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:888: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:898: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:1041: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:1091: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:1107: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:1147: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:1191: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:1205: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:1252: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:1503: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:1729: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:1733: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/OTF/onTheFlyTracker.cxx:1737: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

ALICE3/TableProducer/alice3-centrality.cxx

ALICE3/TableProducer/alice3-centrality.cxx:81: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/TableProducer/alice3-centrality.cxx:90: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/TableProducer/alice3-centrality.cxx:55: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/alice3-centrality.cxx:81: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/alice3-centrality.cxx:106: error: Device names alice3-centrality and a-l-i-c-e3-centrality generated from the specified task name alice3-centrality and from the struct name ALICE3Centrality, respectively, differ in hyphenation. Consider fixing capitalisation of the struct name to Alice3Centrality and removing TaskName. [name/o2-task]
ALICE3/TableProducer/alice3-centrality.cxx:1: error: Specify task name only when it cannot be derived from the struct name. Only append to the default name. [name/o2-task]
ALICE3/TableProducer/alice3-centrality.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
ALICE3/TableProducer/alice3-centrality.cxx:44: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-centrality.cxx:45: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-centrality.cxx:46: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-centrality.cxx:47: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-centrality.cxx:48: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

ALICE3/TableProducer/alice3-correlatorDDbar.cxx

ALICE3/TableProducer/alice3-correlatorDDbar.cxx:186: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/alice3-correlatorDDbar.cxx:250: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/alice3-correlatorDDbar.cxx:259: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/alice3-correlatorDDbar.cxx:278: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/alice3-correlatorDDbar.cxx:284: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/alice3-correlatorDDbar.cxx:291: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/alice3-correlatorDDbar.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

ALICE3/TableProducer/alice3-decayfinder.cxx

ALICE3/TableProducer/alice3-decayfinder.cxx:289: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/TableProducer/alice3-decayfinder.cxx:293: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/TableProducer/alice3-decayfinder.cxx:294: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/TableProducer/alice3-decayfinder.cxx:411: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/TableProducer/alice3-decayfinder.cxx:417: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/TableProducer/alice3-decayfinder.cxx:418: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/TableProducer/alice3-decayfinder.cxx:157: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/TableProducer/alice3-decayfinder.cxx:158: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/TableProducer/alice3-decayfinder.cxx:159: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/TableProducer/alice3-decayfinder.cxx:160: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/TableProducer/alice3-decayfinder.cxx:640: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/TableProducer/alice3-decayfinder.cxx:657: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/TableProducer/alice3-decayfinder.cxx:460: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
ALICE3/TableProducer/alice3-decayfinder.cxx:461: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
ALICE3/TableProducer/alice3-decayfinder.cxx:157: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/alice3-decayfinder.cxx:158: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/alice3-decayfinder.cxx:159: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/alice3-decayfinder.cxx:160: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/alice3-decayfinder.cxx:631: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/alice3-decayfinder.cxx:640: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/alice3-decayfinder.cxx:648: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/alice3-decayfinder.cxx:657: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/alice3-decayfinder.cxx:830: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/alice3-decayfinder.cxx:887: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/alice3-decayfinder.cxx:973: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/TableProducer/alice3-decayfinder.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
ALICE3/TableProducer/alice3-decayfinder.cxx:104: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-decayfinder.cxx:105: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-decayfinder.cxx:106: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-decayfinder.cxx:107: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-decayfinder.cxx:109: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-decayfinder.cxx:110: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-decayfinder.cxx:111: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-decayfinder.cxx:112: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-decayfinder.cxx:113: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-decayfinder.cxx:114: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-decayfinder.cxx:115: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-decayfinder.cxx:116: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-decayfinder.cxx:117: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-decayfinder.cxx:118: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-decayfinder.cxx:119: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-decayfinder.cxx:120: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-decayfinder.cxx:121: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-decayfinder.cxx:122: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-decayfinder.cxx:129: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-decayfinder.cxx:130: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-decayfinder.cxx:131: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-decayfinder.cxx:132: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-decayfinder.cxx:133: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-decayfinder.cxx:134: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

ALICE3/TableProducer/alice3-decaypreselector.cxx

ALICE3/TableProducer/alice3-decaypreselector.cxx:79: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
ALICE3/TableProducer/alice3-decaypreselector.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

ALICE3/TableProducer/alice3-dq-table-maker.cxx

ALICE3/TableProducer/alice3-dq-table-maker.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
ALICE3/TableProducer/alice3-dq-table-maker.cxx:103: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-dq-table-maker.cxx:104: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-dq-table-maker.cxx:105: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-dq-table-maker.cxx:106: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-dq-table-maker.cxx:110: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-dq-table-maker.cxx:111: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-dq-table-maker.cxx:115: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-dq-table-maker.cxx:116: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-dq-table-maker.cxx:117: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-dq-table-maker.cxx:118: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-dq-table-maker.cxx:119: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-dq-table-maker.cxx:120: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

ALICE3/TableProducer/alice3-trackextension.cxx

ALICE3/TableProducer/alice3-trackextension.cxx:38: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
ALICE3/TableProducer/alice3-trackextension.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

ALICE3/TableProducer/alice3-trackselection.cxx

ALICE3/TableProducer/alice3-trackselection.cxx:73: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/TableProducer/alice3-trackselection.cxx:67: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
ALICE3/TableProducer/alice3-trackselection.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
ALICE3/TableProducer/alice3-trackselection.cxx:48: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-trackselection.cxx:49: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/TableProducer/alice3-trackselection.cxx:50: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

ALICE3/TableProducer/alice3TrackingTranslator.cxx

ALICE3/TableProducer/alice3TrackingTranslator.cxx:1: error: Do not use workflow options to customise workflow topology composition in defineDataProcessing. Use process function switches or metadata instead. [o2-workflow-options]

ALICE3/TableProducer/alice3strangenessFinder.cxx

ALICE3/TableProducer/alice3strangenessFinder.cxx:52: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/TableProducer/alice3strangenessFinder.cxx:637: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/TableProducer/alice3strangenessFinder.cxx:638: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/TableProducer/alice3strangenessFinder.cxx:641: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/TableProducer/alice3strangenessFinder.cxx:642: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]

ALICE3/Tasks/CMakeLists.txt

ALICE3/Tasks/CMakeLists.txt:12: error: Workflow name alice3-qa-multiplicity does not match its file name alice3-qa-multiplicity.cxx. (Matches alice3QaMultiplicity.cxx.) [name/o2-workflow]
ALICE3/Tasks/CMakeLists.txt:17: error: Workflow name alice3-qa-singleparticle does not match its file name alice3-qa-singleparticle.cxx. (Matches alice3QaSingleparticle.cxx.) [name/o2-workflow]
ALICE3/Tasks/CMakeLists.txt:22: error: Workflow name alice3-lutmaker does not match its file name alice3-lutmaker.cxx. (Matches alice3Lutmaker.cxx.) [name/o2-workflow]
ALICE3/Tasks/CMakeLists.txt:27: error: Workflow name alice3-pid-rich-qa does not match its file name pidRICHqa.cxx. (Matches alice3PidRichQa.cxx.) [name/o2-workflow]
ALICE3/Tasks/CMakeLists.txt:32: error: Workflow name alice3-ecal-qa does not match its file name ECALqa.cxx. (Matches alice3EcalQa.cxx.) [name/o2-workflow]
ALICE3/Tasks/CMakeLists.txt:37: error: Workflow name alice3-pid-ftof-qa does not match its file name pidFTOFqa.cxx. (Matches alice3PidFtofQa.cxx.) [name/o2-workflow]
ALICE3/Tasks/CMakeLists.txt:42: error: Workflow name alice3-pid-separation-power does not match its file name alice3SeparationPower.cxx. (Matches alice3PidSeparationPower.cxx.) [name/o2-workflow]
ALICE3/Tasks/CMakeLists.txt:47: error: Workflow name alice3-cdeuteron does not match its file name alice3-cdeuteron.cxx. (Matches alice3Cdeuteron.cxx.) [name/o2-workflow]
ALICE3/Tasks/CMakeLists.txt:52: error: Workflow name alice3-dilepton does not match its file name alice3-dilepton.cxx. (Matches alice3Dilepton.cxx.) [name/o2-workflow]
ALICE3/Tasks/CMakeLists.txt:57: error: Workflow name alice3-taskcorrelationddbar does not match its file name alice3-taskcorrelationDDbar.cxx. (Matches alice3Taskcorrelationddbar.cxx.) [name/o2-workflow]
ALICE3/Tasks/CMakeLists.txt:87: error: Workflow name alice3strangeness does not match its file name alice3Strangeness.cxx. (Matches alice3strangeness.cxx.) [name/o2-workflow]
ALICE3/Tasks/CMakeLists.txt:92: error: Workflow name alice3-dq-efficiency does not match its file name alice3-dq-efficiency.cxx. (Matches alice3DqEfficiency.cxx.) [name/o2-workflow]
ALICE3/Tasks/CMakeLists.txt:1: error: Use kebab-case for names of workflows and match the name of the workflow file. [name/o2-workflow]

ALICE3/Tasks/ECALqa.cxx

ALICE3/Tasks/ECALqa.cxx:89: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
ALICE3/Tasks/ECALqa.cxx:46: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/Tasks/ECALqa.cxx:48: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/Tasks/ECALqa.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

ALICE3/Tasks/alice3-cdeuteron.cxx

ALICE3/Tasks/alice3-cdeuteron.cxx:261: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/alice3-cdeuteron.cxx:291: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/alice3-cdeuteron.cxx:322: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/alice3-cdeuteron.cxx:328: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/alice3-cdeuteron.cxx:331: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/alice3-cdeuteron.cxx:334: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/alice3-cdeuteron.cxx:338: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/alice3-cdeuteron.cxx:341: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/alice3-cdeuteron.cxx:344: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/alice3-cdeuteron.cxx:358: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/alice3-cdeuteron.cxx:361: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/alice3-cdeuteron.cxx:412: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/alice3-cdeuteron.cxx:420: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/alice3-cdeuteron.cxx:422: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/alice3-cdeuteron.cxx:429: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/alice3-cdeuteron.cxx:431: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/alice3-cdeuteron.cxx:31: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/Tasks/alice3-cdeuteron.cxx:396: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/Tasks/alice3-cdeuteron.cxx:399: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/Tasks/alice3-cdeuteron.cxx:402: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
ALICE3/Tasks/alice3-cdeuteron.cxx:198: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/Tasks/alice3-cdeuteron.cxx:256: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/Tasks/alice3-cdeuteron.cxx:286: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/Tasks/alice3-cdeuteron.cxx:317: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/Tasks/alice3-cdeuteron.cxx:400: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
ALICE3/Tasks/alice3-cdeuteron.cxx:403: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
ALICE3/Tasks/alice3-cdeuteron.cxx:380: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
ALICE3/Tasks/alice3-cdeuteron.cxx:384: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
ALICE3/Tasks/alice3-cdeuteron.cxx:388: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
ALICE3/Tasks/alice3-cdeuteron.cxx:198: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-cdeuteron.cxx:256: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-cdeuteron.cxx:286: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-cdeuteron.cxx:317: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-cdeuteron.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

ALICE3/Tasks/alice3-dilepton.cxx

ALICE3/Tasks/alice3-dilepton.cxx:331: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/alice3-dilepton.cxx:332: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/alice3-dilepton.cxx:334: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/alice3-dilepton.cxx:381: error: Use RecoDecay::constrainAngle to restrict angle to a given range. [two-pi-add-subtract]
ALICE3/Tasks/alice3-dilepton.cxx:421: error: Use RecoDecay::constrainAngle to restrict angle to a given range. [two-pi-add-subtract]
ALICE3/Tasks/alice3-dilepton.cxx:458: error: Use RecoDecay::constrainAngle to restrict angle to a given range. [two-pi-add-subtract]
ALICE3/Tasks/alice3-dilepton.cxx:465: error: Use RecoDecay::constrainAngle to restrict angle to a given range. [two-pi-add-subtract]
ALICE3/Tasks/alice3-dilepton.cxx:509: error: Use RecoDecay::constrainAngle to restrict angle to a given range. [two-pi-add-subtract]
ALICE3/Tasks/alice3-dilepton.cxx:568: error: Use RecoDecay::constrainAngle to restrict angle to a given range. [two-pi-add-subtract]
ALICE3/Tasks/alice3-dilepton.cxx:574: error: Use RecoDecay::constrainAngle to restrict angle to a given range. [two-pi-add-subtract]
ALICE3/Tasks/alice3-dilepton.cxx:212: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/Tasks/alice3-dilepton.cxx:213: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/Tasks/alice3-dilepton.cxx:214: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/Tasks/alice3-dilepton.cxx:215: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/Tasks/alice3-dilepton.cxx:216: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/Tasks/alice3-dilepton.cxx:217: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/Tasks/alice3-dilepton.cxx:218: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/Tasks/alice3-dilepton.cxx:219: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/Tasks/alice3-dilepton.cxx:220: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/Tasks/alice3-dilepton.cxx:335: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/Tasks/alice3-dilepton.cxx:336: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/Tasks/alice3-dilepton.cxx:502: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/Tasks/alice3-dilepton.cxx:503: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/Tasks/alice3-dilepton.cxx:560: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/Tasks/alice3-dilepton.cxx:561: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
ALICE3/Tasks/alice3-dilepton.cxx:346: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
ALICE3/Tasks/alice3-dilepton.cxx:366: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
ALICE3/Tasks/alice3-dilepton.cxx:392: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
ALICE3/Tasks/alice3-dilepton.cxx:427: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
ALICE3/Tasks/alice3-dilepton.cxx:476: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
ALICE3/Tasks/alice3-dilepton.cxx:514: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
ALICE3/Tasks/alice3-dilepton.cxx:212: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:213: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:214: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:215: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:216: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:217: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:218: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:219: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:220: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:253: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:265: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:267: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:276: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:277: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:316: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:317: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:335: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:336: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:354: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:358: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:502: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:503: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:560: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:561: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:623: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-dilepton.cxx:761: error: Specified task name alice3-dilepton and the struct name Alice3Dilepton produce the same device name alice3-dilepton. TaskName is redundant. [name/o2-task]
ALICE3/Tasks/alice3-dilepton.cxx:1: error: Specify task name only when it cannot be derived from the struct name. Only append to the default name. [name/o2-task]
ALICE3/Tasks/alice3-dilepton.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
ALICE3/Tasks/alice3-dilepton.cxx:73: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dilepton.cxx:74: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dilepton.cxx:75: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dilepton.cxx:76: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dilepton.cxx:77: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

ALICE3/Tasks/alice3-dq-efficiency.cxx

ALICE3/Tasks/alice3-dq-efficiency.cxx:78: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/Tasks/alice3-dq-efficiency.cxx:80: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/Tasks/alice3-dq-efficiency.cxx:81: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/Tasks/alice3-dq-efficiency.cxx:82: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/Tasks/alice3-dq-efficiency.cxx:83: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/Tasks/alice3-dq-efficiency.cxx:84: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/Tasks/alice3-dq-efficiency.cxx:85: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/Tasks/alice3-dq-efficiency.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
ALICE3/Tasks/alice3-dq-efficiency.cxx:147: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:148: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:149: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:150: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:151: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:152: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:153: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:285: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:286: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:287: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:288: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:289: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:290: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:292: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:293: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:545: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:546: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:547: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:549: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:737: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:738: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:739: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:743: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:744: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:745: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:748: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:749: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:750: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:751: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:755: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:756: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:757: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:758: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:759: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:763: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:1532: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:1533: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:1534: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:1535: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:1536: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:1537: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:1538: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:1539: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:1541: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:1542: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:1543: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:1544: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:1545: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:1547: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:1548: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:1549: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-dq-efficiency.cxx:1550: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

ALICE3/Tasks/alice3-lutmaker.cxx

ALICE3/Tasks/alice3-lutmaker.cxx:85: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/alice3-lutmaker.cxx:75: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-lutmaker.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

ALICE3/Tasks/alice3-qa-multiplicity.cxx

ALICE3/Tasks/alice3-qa-multiplicity.cxx:58: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/alice3-qa-multiplicity.cxx:44: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-qa-multiplicity.cxx:74: error: Specified task name alice3-qa-multiplicity produces device name alice3-qa-multiplicity which does not match the device name a-l-i-c-e3-mult-task from the struct name ALICE3MultTask. (Matching struct name Alice3QaMultiplicity) [name/o2-task]
ALICE3/Tasks/alice3-qa-multiplicity.cxx:1: error: Specify task name only when it cannot be derived from the struct name. Only append to the default name. [name/o2-task]
ALICE3/Tasks/alice3-qa-multiplicity.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
ALICE3/Tasks/alice3-qa-multiplicity.cxx:36: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-qa-multiplicity.cxx:37: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-qa-multiplicity.cxx:38: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-qa-multiplicity.cxx:39: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-qa-multiplicity.cxx:40: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

ALICE3/Tasks/alice3-qa-singleparticle.cxx

ALICE3/Tasks/alice3-qa-singleparticle.cxx:30: error: Do not use TDatabasePDG directly. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG> instead. [pdg/database]
ALICE3/Tasks/alice3-qa-singleparticle.cxx:377: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-qa-singleparticle.cxx:574: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-qa-singleparticle.cxx:696: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-qa-singleparticle.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
ALICE3/Tasks/alice3-qa-singleparticle.cxx:49: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-qa-singleparticle.cxx:50: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-qa-singleparticle.cxx:52: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-qa-singleparticle.cxx:53: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-qa-singleparticle.cxx:54: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-qa-singleparticle.cxx:55: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-qa-singleparticle.cxx:56: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-qa-singleparticle.cxx:57: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-qa-singleparticle.cxx:58: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-qa-singleparticle.cxx:59: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-qa-singleparticle.cxx:60: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-qa-singleparticle.cxx:61: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-qa-singleparticle.cxx:62: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-qa-singleparticle.cxx:63: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-qa-singleparticle.cxx:64: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
ALICE3/Tasks/alice3-qa-singleparticle.cxx:65: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

ALICE3/Tasks/alice3-taskcorrelationDDbar.cxx

ALICE3/Tasks/alice3-taskcorrelationDDbar.cxx:171: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3-taskcorrelationDDbar.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

ALICE3/Tasks/alice3DecayerQa.cxx

ALICE3/Tasks/alice3DecayerQa.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

ALICE3/Tasks/alice3Efficiency.cxx

ALICE3/Tasks/alice3Efficiency.cxx:57: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
ALICE3/Tasks/alice3Efficiency.cxx:92: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
ALICE3/Tasks/alice3Efficiency.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

ALICE3/Tasks/alice3SeparationPower.cxx

ALICE3/Tasks/alice3SeparationPower.cxx:55: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3SeparationPower.cxx:80: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/alice3SeparationPower.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

ALICE3/Tasks/pidFTOFqa.cxx

ALICE3/Tasks/pidFTOFqa.cxx:126: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/pidFTOFqa.cxx:36: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/Tasks/pidFTOFqa.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

ALICE3/Tasks/pidRICHqa.cxx

ALICE3/Tasks/pidRICHqa.cxx:230: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/pidRICHqa.cxx:245: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/pidRICHqa.cxx:275: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/pidRICHqa.cxx:308: error: Use std:: prefix for names from the std namespace. [std-prefix]
ALICE3/Tasks/pidRICHqa.cxx:1: error: Do not use workflow options to customise workflow topology composition in defineDataProcessing. Use process function switches or metadata instead. [o2-workflow-options]
ALICE3/Tasks/pidRICHqa.cxx:336: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/pidRICHqa.cxx:338: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/pidRICHqa.cxx:340: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
ALICE3/Tasks/pidRICHqa.cxx:63: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/Tasks/pidRICHqa.cxx:64: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
ALICE3/Tasks/pidRICHqa.cxx:422: error: Specified task name pidRICH-qa-El produces device name pid-r-i-c-h-qa-el which does not match the device name rich-pid-qa-mc from the struct name richPidQaMc. (Matching struct name PidRICHQaEl) [name/o2-task]
ALICE3/Tasks/pidRICHqa.cxx:1: error: Specify task name only when it cannot be derived from the struct name. Only append to the default name. [name/o2-task]
ALICE3/Tasks/pidRICHqa.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common

Common/CCDB/EventSelectionParams.cxx

Common/CCDB/EventSelectionParams.cxx:105: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/CCDB/EventSelectionParams.cxx:110: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/CCDB/EventSelectionParams.cxx:115: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/CCDB/EventSelectionParams.cxx:116: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/CCDB/EventSelectionParams.cxx:157: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/CCDB/EventSelectionParams.cxx:163: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/CCDB/EventSelectionParams.cxx:213: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/CCDB/EventSelectionParams.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/CCDB/TriggerAliases.cxx

Common/CCDB/TriggerAliases.cxx:51: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/CCDB/TriggerAliases.cxx:53: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/CCDB/TriggerAliases.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/CCDB/ctpRateFetcher.cxx

Common/CCDB/ctpRateFetcher.cxx:35: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/CCDB/ctpRateFetcher.cxx:45: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/CCDB/ctpRateFetcher.cxx:85: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/CCDB/ctpRateFetcher.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/CCDB/macros/ctpRateF.C

Common/CCDB/macros/ctpRateF.C:100: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/CCDB/macros/ctpRateF.C:131: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/CCDB/macros/ctpRateF.C:141: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/CCDB/macros/upload_event_selection_params_run3.C

Common/CCDB/macros/upload_event_selection_params_run3.C:67: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]

Common/CCDB/macros/upload_trigger_aliases.C

Common/CCDB/macros/upload_trigger_aliases.C:62: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/CCDB/macros/upload_trigger_aliases.C:81: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/CCDB/macros/upload_trigger_aliases.C:87: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]

Common/CCDB/macros/upload_trigger_aliases_run3.C

Common/CCDB/macros/upload_trigger_aliases_run3.C:58: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/CCDB/macros/upload_trigger_aliases_run3.C:85: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/CCDB/macros/upload_trigger_aliases_run3.C:123: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/CCDB/macros/upload_trigger_aliases_run3.C:92: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/CCDB/macros/upload_trigger_aliases_run3.C:94: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/CCDB/macros/upload_trigger_aliases_run3.C:96: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/CCDB/macros/upload_trigger_aliases_run3.C:98: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/CCDB/macros/upload_trigger_aliases_run3.C:100: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/CCDB/macros/upload_trigger_aliases_run3.C:115: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/Core/EventPlaneHelper.cxx

Common/Core/EventPlaneHelper.cxx:98: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Core/EventPlaneHelper.cxx:105: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Core/EventPlaneHelper.cxx:72: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Core/EventPlaneHelper.cxx:104: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Core/EventPlaneHelper.cxx:116: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Core/EventPlaneHelper.cxx:141: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Core/EventPlaneHelper.cxx:144: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Core/EventPlaneHelper.cxx:163: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Core/EventPlaneHelper.cxx:165: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/Core/OrbitRange.cxx

Common/Core/OrbitRange.cxx:53: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Common/Core/PID/PIDTOF.cxx

Common/Core/PID/PIDTOF.cxx:42: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Core/PID/PIDTOF.cxx:52: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/Core/PID/PIDTOF.h

Common/Core/PID/PIDTOF.h:262: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Core/PID/PIDTOF.h:279: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Core/PID/PIDTOF.h:299: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/Core/PID/TPCPIDResponse.h

Common/Core/PID/TPCPIDResponse.h:153: error: Use std:: prefix for names from the std namespace. [std-prefix]

Common/Core/TPCVDriftManager.h

Common/Core/TPCVDriftManager.h:116: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/Core/TableHelper.h

Common/Core/TableHelper.h:85: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]

Common/Core/TrackSelection.cxx

Common/Core/TrackSelection.cxx:31: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]

Common/Core/TrackSelectionDefaults.cxx

Common/Core/TrackSelectionDefaults.cxx:42: error: Use std:: prefix for names from the std namespace. [std-prefix]

Common/Core/Zorro.cxx

Common/Core/Zorro.cxx:234: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Core/Zorro.cxx:235: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/Core/ZorroSummary.cxx

Common/Core/ZorroSummary.cxx:36: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]

Common/Core/fwdtrackUtilities.h

Common/Core/fwdtrackUtilities.h:147: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Core/fwdtrackUtilities.h:168: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/DataModel/CaloClusters.h

Common/DataModel/CaloClusters.h:26: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/CaloClusters.h:33: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/CaloClusters.h:37: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/CaloClusters.h:38: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/CaloClusters.h:39: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/CaloClusters.h:41: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/CaloClusters.h:44: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/CaloClusters.h:89: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]

Common/DataModel/CollisionAssociationTables.h

Common/DataModel/CollisionAssociationTables.h:32: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/CollisionAssociationTables.h:33: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/CollisionAssociationTables.h:34: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]

Common/DataModel/EventSelection.h

Common/DataModel/EventSelection.h:62: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/EventSelection.h:63: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]

Common/DataModel/FT0Corrected.h

Common/DataModel/FT0Corrected.h:25: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DataModel/FT0Corrected.h:27: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DataModel/FT0Corrected.h:31: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/DataModel/MatchMFTFT0.h

Common/DataModel/MatchMFTFT0.h:27: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTFT0.h:28: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTFT0.h:32: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]

Common/DataModel/MatchMFTMuonData.h

Common/DataModel/MatchMFTMuonData.h:24: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:25: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:26: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:27: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:28: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:29: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:30: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:31: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:32: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:49: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:50: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:51: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:52: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:53: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:54: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:55: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:56: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:57: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:74: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:75: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:76: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:77: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:78: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:79: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:80: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:81: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:82: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:83: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:101: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:102: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:103: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:104: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:105: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:106: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:107: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:108: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:109: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:126: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:127: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:128: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/MatchMFTMuonData.h:129: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]

Common/DataModel/Multiplicity.h

Common/DataModel/Multiplicity.h:58: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/Multiplicity.h:59: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/Multiplicity.h:104: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/Multiplicity.h:298: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]

Common/DataModel/PIDResponseCombined.h

Common/DataModel/PIDResponseCombined.h:50: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseCombined.h:52: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseCombined.h:54: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseCombined.h:56: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseCombined.h:58: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseCombined.h:60: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseCombined.h:62: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseCombined.h:64: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseCombined.h:66: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseCombined.h:70: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]

Common/DataModel/PIDResponseITS.h

Common/DataModel/PIDResponseITS.h:46: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DataModel/PIDResponseITS.h:82: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DataModel/PIDResponseITS.h:84: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DataModel/PIDResponseITS.h:148: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DataModel/PIDResponseITS.h:187: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseITS.h:192: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseITS.h:197: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseITS.h:202: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseITS.h:207: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseITS.h:212: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseITS.h:217: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseITS.h:222: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseITS.h:227: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]

Common/DataModel/PIDResponseTOF.h

Common/DataModel/PIDResponseTOF.h:261: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:285: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:288: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:303: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:304: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:314: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:316: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:318: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:320: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:322: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:324: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:326: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:328: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:330: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:333: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:335: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:337: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:339: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:341: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:343: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:345: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:347: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:349: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:352: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:353: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:354: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:355: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:356: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:357: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:358: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:359: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:360: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:362: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:363: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:364: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:365: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:366: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:367: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:368: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:369: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:370: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:374: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:398: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:431: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:459: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:572: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:573: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:574: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:575: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:576: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:577: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:578: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:579: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:580: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:583: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:585: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:587: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:589: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:591: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:593: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:595: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:597: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:599: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:665: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:667: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:672: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:673: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:675: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:676: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:687: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:689: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTOF.h:273: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTOF.h:276: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTOF.h:605: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTOF.h:609: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTOF.h:613: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTOF.h:617: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTOF.h:621: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTOF.h:625: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTOF.h:629: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTOF.h:633: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTOF.h:637: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTOF.h:643: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTOF.h:645: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTOF.h:647: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTOF.h:649: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTOF.h:651: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTOF.h:653: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTOF.h:655: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTOF.h:657: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTOF.h:659: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTOF.h:682: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTOF.h:698: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]

Common/DataModel/PIDResponseTPC.h

Common/DataModel/PIDResponseTPC.h:215: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:217: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:219: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:221: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:223: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:225: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:227: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:229: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:231: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:234: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:236: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:238: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:240: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:242: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:244: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:246: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:248: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:250: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:253: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:254: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:255: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:256: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:257: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:258: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:259: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:260: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:261: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:263: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:264: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:265: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:266: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:267: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:268: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:269: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:270: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:271: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:310: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:311: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:312: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:313: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:314: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:315: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:316: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:317: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:318: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:321: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:323: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:325: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:327: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:329: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:331: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:333: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:335: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:337: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:404: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PIDResponseTPC.h:343: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTPC.h:347: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTPC.h:351: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTPC.h:355: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTPC.h:359: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTPC.h:363: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTPC.h:367: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTPC.h:371: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTPC.h:375: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTPC.h:381: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTPC.h:383: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTPC.h:385: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTPC.h:387: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTPC.h:389: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTPC.h:391: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTPC.h:393: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTPC.h:395: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTPC.h:397: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]
Common/DataModel/PIDResponseTPC.h:407: error: Use UpperCamelCase for names of O2 tables. [name/o2-table]

Common/DataModel/PmdTable.h

Common/DataModel/PmdTable.h:28: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
Common/DataModel/PmdTable.h:29: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]

Common/DataModel/SelectionStudyTables.h

Common/DataModel/SelectionStudyTables.h:32: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]

Common/DataModel/TrackSelectionTables.h

Common/DataModel/TrackSelectionTables.h:101: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]

Common/LegacyDataQA/centqa.cxx

Common/LegacyDataQA/centqa.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/LegacyDataQA/otfv0qa.cxx

Common/LegacyDataQA/otfv0qa.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/LegacyDataQA/tpcpidqa.cxx

Common/LegacyDataQA/tpcpidqa.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/CMakeLists.txt

Common/TableProducer/CMakeLists.txt:42: error: Workflow name multcenttable does not match its file name multCentTable.cxx. (Matches multcenttable.cxx.) [name/o2-workflow]
Common/TableProducer/CMakeLists.txt:77: error: Workflow name propagationservice does not match its file name propagationService.cxx. (Matches propagationservice.cxx.) [name/o2-workflow]
Common/TableProducer/CMakeLists.txt:82: error: Workflow name propagationservice-run2 does not match its file name propagationServiceRun2.cxx. (Matches propagationserviceRun2.cxx.) [name/o2-workflow]
Common/TableProducer/CMakeLists.txt:92: error: Workflow name calo-clusters does not match its file name caloClusterProducer.cxx. (Matches caloClusters.cxx.) [name/o2-workflow]
Common/TableProducer/CMakeLists.txt:115: error: Workflow name mccollisionextra does not match its file name mcCollsExtra.cxx. (Matches mccollisionextra.cxx.) [name/o2-workflow]
Common/TableProducer/CMakeLists.txt:120: error: Workflow name qvector-table does not match its file name qVectorsTable.cxx. (Matches qvectorTable.cxx.) [name/o2-workflow]
Common/TableProducer/CMakeLists.txt:129: error: Workflow name mftmchmatchingml does not match its file name mftmchMatchingML.cxx. (Matches mftmchmatchingml.cxx.) [name/o2-workflow]
Common/TableProducer/CMakeLists.txt:138: error: Workflow name match-mft-ft0 does not match its file name match-mft-ft0.cxx. (Matches matchMftFt0.cxx.) [name/o2-workflow]
Common/TableProducer/CMakeLists.txt:155: error: Workflow name mftmch-matching-data does not match its file name match-mft-mch-data.cxx. (Matches mftmchMatchingData.cxx.) [name/o2-workflow]
Common/TableProducer/CMakeLists.txt:160: error: Workflow name occ-table-producer does not match its file name occupancyTableProducer.cxx. (Matches occTableProducer.cxx.) [name/o2-workflow]
Common/TableProducer/CMakeLists.txt:165: error: Workflow name mftmch-matching-data-mc does not match its file name match-mft-mch-data-mc.cxx. (Matches mftmchMatchingDataMc.cxx.) [name/o2-workflow]
Common/TableProducer/CMakeLists.txt:175: error: Workflow name selectionstudytable does not match its file name selectionStudyTable.cxx. (Matches selectionstudytable.cxx.) [name/o2-workflow]
Common/TableProducer/CMakeLists.txt:1: error: Use kebab-case for names of workflows and match the name of the workflow file. [name/o2-workflow]

Common/TableProducer/Converters/CMakeLists.txt

Common/TableProducer/Converters/CMakeLists.txt:47: error: Workflow name mccollision-converter does not match its file name mcCollisionConverter.cxx. (Matches mccollisionConverter.cxx.) [name/o2-workflow]
Common/TableProducer/Converters/CMakeLists.txt:72: error: Workflow name hmpid-converter does not match its file name hmpConverter.cxx. (Matches hmpidConverter.cxx.) [name/o2-workflow]
Common/TableProducer/Converters/CMakeLists.txt:77: error: Workflow name multsextra-converter does not match its file name multsExtraConverter.cxx. (Matches multsextraConverter.cxx.) [name/o2-workflow]
Common/TableProducer/Converters/CMakeLists.txt:82: error: Workflow name multmcextras-converter does not match its file name multMCExtrasConverter.cxx. (Matches multmcextrasConverter.cxx.) [name/o2-workflow]
Common/TableProducer/Converters/CMakeLists.txt:87: error: Workflow name trackqa-converter does not match its file name trackQAConverter.cxx. (Matches trackqaConverter.cxx.) [name/o2-workflow]
Common/TableProducer/Converters/CMakeLists.txt:92: error: Workflow name trackqa-converter-002 does not match its file name trackQA002Converter.cxx. (Matches trackqaConverter002.cxx.) [name/o2-workflow]
Common/TableProducer/Converters/CMakeLists.txt:97: error: Workflow name trackqa-converter-003 does not match its file name trackQA003Converter.cxx. (Matches trackqaConverter003.cxx.) [name/o2-workflow]
Common/TableProducer/Converters/CMakeLists.txt:107: error: Workflow name run2-tracks-extra-converter does not match its file name run2tracksExtraConverter.cxx. (Matches run2TracksExtraConverter.cxx.) [name/o2-workflow]
Common/TableProducer/Converters/CMakeLists.txt:112: error: Workflow name run2-tiny-to-full-pid does not match its file name run2TinyToFullPID.cxx. (Matches run2TinyToFullPid.cxx.) [name/o2-workflow]
Common/TableProducer/Converters/CMakeLists.txt:1: error: Use kebab-case for names of workflows and match the name of the workflow file. [name/o2-workflow]

Common/TableProducer/Converters/bcConverter.cxx

Common/TableProducer/Converters/bcConverter.cxx:27: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/Converters/bcConverter.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/Converters/bcFlagsCreator.cxx

Common/TableProducer/Converters/bcFlagsCreator.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/Converters/caloLabelConverter.cxx

Common/TableProducer/Converters/caloLabelConverter.cxx:30: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/Converters/caloLabelConverter.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/Converters/collisionConverter.cxx

Common/TableProducer/Converters/collisionConverter.cxx:44: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/Converters/collisionConverter.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/Converters/fddConverter.cxx

Common/TableProducer/Converters/fddConverter.cxx:28: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/Converters/fddConverter.cxx:32: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/TableProducer/Converters/hmpConverter.cxx

Common/TableProducer/Converters/hmpConverter.cxx:28: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/Converters/hmpConverter.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/Converters/mcCollisionConverter.cxx

Common/TableProducer/Converters/mcCollisionConverter.cxx:24: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/Converters/mcCollisionConverter.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/Converters/mcConverter.cxx

Common/TableProducer/Converters/mcConverter.cxx:28: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]

Common/TableProducer/Converters/mftTracksConverter.cxx

Common/TableProducer/Converters/mftTracksConverter.cxx:41: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/TableProducer/Converters/run2TinyToFullPID.cxx

Common/TableProducer/Converters/run2TinyToFullPID.cxx:96: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/Converters/run2TinyToFullPID.cxx:132: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]

Common/TableProducer/Converters/run2bcinfosConverter.cxx

Common/TableProducer/Converters/run2bcinfosConverter.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/Converters/run2tracksExtraConverter.cxx

Common/TableProducer/Converters/run2tracksExtraConverter.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/Converters/trackQA002Converter.cxx

Common/TableProducer/Converters/trackQA002Converter.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/Converters/trackQA003Converter.cxx

Common/TableProducer/Converters/trackQA003Converter.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/Converters/trackQAConverter.cxx

Common/TableProducer/Converters/trackQAConverter.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/Converters/tracksExtraConverter.cxx

Common/TableProducer/Converters/tracksExtraConverter.cxx:40: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/TableProducer/Converters/tracksExtraV002Converter.cxx

Common/TableProducer/Converters/tracksExtraV002Converter.cxx:43: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/TableProducer/Converters/v0converter.cxx

Common/TableProducer/Converters/v0converter.cxx:28: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/Converters/v0converter.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/Converters/zdcConverter.cxx

Common/TableProducer/Converters/zdcConverter.cxx:33: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/Converters/zdcConverter.cxx:94: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/Converters/zdcConverter.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/PID/CMakeLists.txt

Common/TableProducer/PID/CMakeLists.txt:13: error: Workflow name pid-its does not match its file name pidITS.cxx. (Matches pidIts.cxx.) [name/o2-workflow]
Common/TableProducer/PID/CMakeLists.txt:19: error: Workflow name pid-tof-base does not match its file name pidTOFBase.cxx. (Matches pidTofBase.cxx.) [name/o2-workflow]
Common/TableProducer/PID/CMakeLists.txt:24: error: Workflow name pid-tof does not match its file name pidTOF.cxx. (Matches pidTof.cxx.) [name/o2-workflow]
Common/TableProducer/PID/CMakeLists.txt:29: error: Workflow name pid-tof-merge does not match its file name pidTOFMerge.cxx. (Matches pidTofMerge.cxx.) [name/o2-workflow]
Common/TableProducer/PID/CMakeLists.txt:34: error: Workflow name pid-tof-beta does not match its file name pidTOFbeta.cxx. (Matches pidTofBeta.cxx.) [name/o2-workflow]
Common/TableProducer/PID/CMakeLists.txt:39: error: Workflow name pid-tof-full does not match its file name pidTOFFull.cxx. (Matches pidTofFull.cxx.) [name/o2-workflow]
Common/TableProducer/PID/CMakeLists.txt:46: error: Workflow name pid-tpc-service does not match its file name pidTPCService.cxx. (Matches pidTpcService.cxx.) [name/o2-workflow]
Common/TableProducer/PID/CMakeLists.txt:51: error: Workflow name pid-tpc-service-run2 does not match its file name pidTPCServiceRun2.cxx. (Matches pidTpcServiceRun2.cxx.) [name/o2-workflow]
Common/TableProducer/PID/CMakeLists.txt:56: error: Workflow name pid-tpc-base does not match its file name pidTPCBase.cxx. (Matches pidTpcBase.cxx.) [name/o2-workflow]
Common/TableProducer/PID/CMakeLists.txt:61: error: Workflow name pid-tpc does not match its file name pidTPC.cxx. (Matches pidTpc.cxx.) [name/o2-workflow]
Common/TableProducer/PID/CMakeLists.txt:1: error: Use kebab-case for names of workflows and match the name of the workflow file. [name/o2-workflow]

Common/TableProducer/PID/pidBayes.cxx

Common/TableProducer/PID/pidBayes.cxx:148: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/PID/pidBayes.cxx:412: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/PID/pidBayes.cxx:441: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/PID/pidBayes.cxx:452: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/PID/pidBayes.cxx:642: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/PID/pidBayes.cxx:1: error: Do not use workflow options to customise workflow topology composition in defineDataProcessing. Use process function switches or metadata instead. [o2-workflow-options]
Common/TableProducer/PID/pidBayes.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
Common/TableProducer/PID/pidBayes.cxx:106: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidBayes.cxx:107: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidBayes.cxx:108: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidBayes.cxx:115: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidBayes.cxx:118: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidBayes.cxx:124: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidBayes.cxx:125: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidBayes.cxx:126: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidBayes.cxx:127: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidBayes.cxx:128: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidBayes.cxx:129: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidBayes.cxx:130: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidBayes.cxx:131: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidBayes.cxx:132: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidBayes.cxx:554: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidBayes.cxx:555: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidBayes.cxx:557: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidBayes.cxx:558: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/TableProducer/PID/pidITS.cxx

Common/TableProducer/PID/pidITS.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
Common/TableProducer/PID/pidITS.cxx:70: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidITS.cxx:71: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidITS.cxx:74: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/TableProducer/PID/pidTOF.cxx

Common/TableProducer/PID/pidTOF.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
Common/TableProducer/PID/pidTOF.cxx:77: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTOF.cxx:78: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/TableProducer/PID/pidTOFBase.cxx

Common/TableProducer/PID/pidTOFBase.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
Common/TableProducer/PID/pidTOFBase.cxx:78: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTOFBase.cxx:79: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTOFBase.cxx:204: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTOFBase.cxx:205: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/TableProducer/PID/pidTOFFull.cxx

Common/TableProducer/PID/pidTOFFull.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
Common/TableProducer/PID/pidTOFFull.cxx:77: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTOFFull.cxx:78: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/TableProducer/PID/pidTOFMerge.cxx

Common/TableProducer/PID/pidTOFMerge.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
Common/TableProducer/PID/pidTOFMerge.cxx:99: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTOFMerge.cxx:100: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTOFMerge.cxx:101: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTOFMerge.cxx:102: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTOFMerge.cxx:103: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTOFMerge.cxx:104: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTOFMerge.cxx:105: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTOFMerge.cxx:106: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTOFMerge.cxx:107: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTOFMerge.cxx:108: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTOFMerge.cxx:109: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTOFMerge.cxx:110: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTOFMerge.cxx:111: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTOFMerge.cxx:112: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTOFMerge.cxx:113: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTOFMerge.cxx:262: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTOFMerge.cxx:263: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/TableProducer/PID/pidTOFbeta.cxx

Common/TableProducer/PID/pidTOFbeta.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
Common/TableProducer/PID/pidTOFbeta.cxx:56: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTOFbeta.cxx:61: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTOFbeta.cxx:64: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/TableProducer/PID/pidTPC.cxx

Common/TableProducer/PID/pidTPC.cxx:401: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/PID/pidTPC.cxx:404: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/PID/pidTPC.cxx:474: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/PID/pidTPC.cxx:477: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/PID/pidTPC.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
Common/TableProducer/PID/pidTPC.cxx:117: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTPC.cxx:118: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTPC.cxx:121: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTPC.cxx:131: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTPC.cxx:132: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTPC.cxx:133: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTPC.cxx:134: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTPC.cxx:135: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTPC.cxx:136: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTPC.cxx:137: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTPC.cxx:138: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTPC.cxx:139: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTPC.cxx:140: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTPC.cxx:141: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTPC.cxx:142: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTPC.cxx:143: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTPC.cxx:144: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTPC.cxx:145: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTPC.cxx:146: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTPC.cxx:147: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/PID/pidTPC.cxx:148: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/TableProducer/PID/pidTPCBase.cxx

Common/TableProducer/PID/pidTPCBase.cxx:141: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/PID/pidTPCBase.cxx:152: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/PID/pidTPCBase.cxx:154: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/PID/pidTPCBase.cxx:166: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/PID/pidTPCBase.cxx:168: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/PID/pidTPCBase.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/PID/pidTPCBase.h

Common/TableProducer/PID/pidTPCBase.h:51: error: Use std:: prefix for names from the std namespace. [std-prefix]

Common/TableProducer/PID/pidTPCService.cxx

Common/TableProducer/PID/pidTPCService.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/PID/pidTPCServiceRun2.cxx

Common/TableProducer/PID/pidTPCServiceRun2.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/caloClusterProducer.cxx

Common/TableProducer/caloClusterProducer.cxx:1756: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/TableProducer/caloClusterProducer.cxx:337: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/caloClusterProducer.cxx:380: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/caloClusterProducer.cxx:653: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/caloClusterProducer.cxx:696: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/caloClusterProducer.cxx:1116: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/caloClusterProducer.cxx:1119: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/caloClusterProducer.cxx:1544: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/caloClusterProducer.cxx:1547: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/caloClusterProducer.cxx:1644: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/caloClusterProducer.cxx:1687: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/caloClusterProducer.cxx:1694: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/TableProducer/centralityTable.cxx

Common/TableProducer/centralityTable.cxx:324: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/centralityTable.cxx:593: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/TableProducer/eventSelectionService.cxx

Common/TableProducer/eventSelectionService.cxx:1: error: Do not use workflow options to customise workflow topology composition in defineDataProcessing. Use process function switches or metadata instead. [o2-workflow-options]
Common/TableProducer/eventSelectionService.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/eventSelectionServiceRun2.cxx

Common/TableProducer/eventSelectionServiceRun2.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/ft0CorrectedTable.cxx

Common/TableProducer/ft0CorrectedTable.cxx:125: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/ft0CorrectedTable.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
Common/TableProducer/ft0CorrectedTable.cxx:46: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/ft0CorrectedTable.cxx:47: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/ft0CorrectedTable.cxx:48: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/ft0CorrectedTable.cxx:49: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/TableProducer/fwdtrackToCollisionAssociator.cxx

Common/TableProducer/fwdtrackToCollisionAssociator.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/fwdtrackextension.cxx

Common/TableProducer/fwdtrackextension.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/match-mft-ft0.cxx

Common/TableProducer/match-mft-ft0.cxx:305: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/TableProducer/match-mft-ft0.cxx:403: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/TableProducer/match-mft-ft0.cxx:226: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/TableProducer/match-mft-ft0.cxx:335: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/match-mft-ft0.cxx:377: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/match-mft-ft0.cxx:399: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/match-mft-ft0.cxx:503: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/match-mft-ft0.cxx:522: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/match-mft-ft0.cxx:305: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/match-mft-ft0.cxx:310: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/match-mft-ft0.cxx:315: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/match-mft-ft0.cxx:433: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/match-mft-ft0.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
Common/TableProducer/match-mft-ft0.cxx:255: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/TableProducer/match-mft-mch-data-mc.cxx

Common/TableProducer/match-mft-mch-data-mc.cxx:79: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/TableProducer/match-mft-mch-data-mc.cxx:80: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/TableProducer/match-mft-mch-data-mc.cxx:584: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/TableProducer/match-mft-mch-data-mc.cxx:718: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/TableProducer/match-mft-mch-data-mc.cxx:720: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/TableProducer/match-mft-mch-data-mc.cxx:777: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/TableProducer/match-mft-mch-data-mc.cxx:778: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/TableProducer/match-mft-mch-data-mc.cxx:813: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/TableProducer/match-mft-mch-data-mc.cxx:38: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
Common/TableProducer/match-mft-mch-data-mc.cxx:75: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
Common/TableProducer/match-mft-mch-data-mc.cxx:76: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
Common/TableProducer/match-mft-mch-data-mc.cxx:77: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
Common/TableProducer/match-mft-mch-data-mc.cxx:146: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
Common/TableProducer/match-mft-mch-data-mc.cxx:232: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
Common/TableProducer/match-mft-mch-data-mc.cxx:36: error: Do not use TDatabasePDG directly. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG> instead. [pdg/database]
Common/TableProducer/match-mft-mch-data-mc.cxx:72: error: Do not use TDatabasePDG directly. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG> instead. [pdg/database]
Common/TableProducer/match-mft-mch-data-mc.cxx:72: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/TableProducer/match-mft-mch-data-mc.cxx:72: error: Use o2::constants::physics::Mass... instead of calling a database method for a known PDG code. [pdg/known-mass]
Common/TableProducer/match-mft-mch-data-mc.cxx:559: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/match-mft-mch-data-mc.cxx:598: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/match-mft-mch-data-mc.cxx:675: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/match-mft-mch-data-mc.cxx:677: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/match-mft-mch-data-mc.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
Common/TableProducer/match-mft-mch-data-mc.cxx:90: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:93: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:94: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:95: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:96: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:97: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:98: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:99: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:100: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:101: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:102: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:105: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:106: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:107: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:108: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:111: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:112: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:115: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:116: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:117: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:120: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:121: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:124: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:130: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:131: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:132: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:133: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:135: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:136: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:137: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data-mc.cxx:138: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/TableProducer/match-mft-mch-data.cxx

Common/TableProducer/match-mft-mch-data.cxx:79: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/TableProducer/match-mft-mch-data.cxx:80: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/TableProducer/match-mft-mch-data.cxx:584: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/TableProducer/match-mft-mch-data.cxx:718: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/TableProducer/match-mft-mch-data.cxx:720: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/TableProducer/match-mft-mch-data.cxx:777: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/TableProducer/match-mft-mch-data.cxx:778: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/TableProducer/match-mft-mch-data.cxx:813: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/TableProducer/match-mft-mch-data.cxx:38: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
Common/TableProducer/match-mft-mch-data.cxx:75: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
Common/TableProducer/match-mft-mch-data.cxx:76: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
Common/TableProducer/match-mft-mch-data.cxx:77: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
Common/TableProducer/match-mft-mch-data.cxx:146: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
Common/TableProducer/match-mft-mch-data.cxx:232: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
Common/TableProducer/match-mft-mch-data.cxx:36: error: Do not use TDatabasePDG directly. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG> instead. [pdg/database]
Common/TableProducer/match-mft-mch-data.cxx:72: error: Do not use TDatabasePDG directly. Use o2::constants::physics::Mass... or Service<o2::framework::O2DatabasePDG> instead. [pdg/database]
Common/TableProducer/match-mft-mch-data.cxx:72: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/TableProducer/match-mft-mch-data.cxx:72: error: Use o2::constants::physics::Mass... instead of calling a database method for a known PDG code. [pdg/known-mass]
Common/TableProducer/match-mft-mch-data.cxx:559: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/match-mft-mch-data.cxx:598: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/match-mft-mch-data.cxx:675: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/match-mft-mch-data.cxx:677: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/match-mft-mch-data.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
Common/TableProducer/match-mft-mch-data.cxx:90: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:93: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:94: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:95: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:96: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:97: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:98: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:99: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:100: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:101: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:102: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:105: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:106: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:107: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:108: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:111: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:112: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:115: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:116: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:117: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:120: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:121: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:124: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:130: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:131: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:132: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:133: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:135: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:136: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:137: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/match-mft-mch-data.cxx:138: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/TableProducer/mcCollsExtra.cxx

Common/TableProducer/mcCollsExtra.cxx:69: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/mcCollsExtra.cxx:82: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/mcCollsExtra.cxx:95: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/mcCollsExtra.cxx:98: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/mcCollsExtra.cxx:113: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/mcCollsExtra.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/mftmchMatchingML.cxx

Common/TableProducer/mftmchMatchingML.cxx:130: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/TableProducer/mftmchMatchingML.cxx:262: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/TableProducer/mftmchMatchingML.cxx:263: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/TableProducer/mftmchMatchingML.cxx:264: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/TableProducer/mftmchMatchingML.cxx:235: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/mftmchMatchingML.cxx:239: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/mftmchMatchingML.cxx:251: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/mftmchMatchingML.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
Common/TableProducer/mftmchMatchingML.cxx:76: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/mftmchMatchingML.cxx:77: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/mftmchMatchingML.cxx:78: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/mftmchMatchingML.cxx:79: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/mftmchMatchingML.cxx:80: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/mftmchMatchingML.cxx:81: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/TableProducer/multiplicityExtraTable.cxx

Common/TableProducer/multiplicityExtraTable.cxx:119: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/multiplicityExtraTable.cxx:198: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/multiplicityExtraTable.cxx:201: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/multiplicityExtraTable.cxx:215: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/multiplicityExtraTable.cxx:228: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/multiplicityExtraTable.cxx:231: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/multiplicityExtraTable.cxx:62: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityExtraTable.cxx:285: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityExtraTable.cxx:289: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityExtraTable.cxx:316: error: Specified task name multiplicity-extra-table and the struct name MultiplicityExtraTable produce the same device name multiplicity-extra-table. TaskName is redundant. [name/o2-task]
Common/TableProducer/multiplicityExtraTable.cxx:1: error: Specify task name only when it cannot be derived from the struct name. Only append to the default name. [name/o2-task]

Common/TableProducer/multiplicityTable.cxx

Common/TableProducer/multiplicityTable.cxx:131: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:316: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:319: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:337: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:339: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:487: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:576: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:579: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:637: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:644: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:658: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:666: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:686: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:709: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:715: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:717: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:722: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:724: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:726: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:728: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:730: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:777: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:780: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:786: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:806: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:814: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:817: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/multiplicityTable.cxx:820: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/TableProducer/muonRealignment.cxx

Common/TableProducer/muonRealignment.cxx:201: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/muonRealignment.cxx:120: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/muonRealignment.cxx:129: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/muonRealignment.cxx:186: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/muonRealignment.cxx:239: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/muonRealignment.cxx:358: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/muonRealignment.cxx:372: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/muonRealignment.cxx:84: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/muonRealignment.cxx:88: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/muonRealignment.cxx:89: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/TableProducer/propagationService.cxx

Common/TableProducer/propagationService.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/propagationServiceRun2.cxx

Common/TableProducer/propagationServiceRun2.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/qVectorsTable.cxx

Common/TableProducer/qVectorsTable.cxx:291: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/qVectorsTable.cxx:302: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/qVectorsTable.cxx:382: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/qVectorsTable.cxx:405: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/qVectorsTable.cxx:418: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/qVectorsTable.cxx:449: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/qVectorsTable.cxx:481: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/qVectorsTable.cxx:520: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/qVectorsTable.cxx:524: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/qVectorsTable.cxx:528: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/qVectorsTable.cxx:532: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/qVectorsTable.cxx:536: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/qVectorsTable.cxx:540: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/qVectorsTable.cxx:544: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/qVectorsTable.cxx:635: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/qVectorsTable.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
Common/TableProducer/qVectorsTable.cxx:82: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/TableProducer/selectionStudyTable.cxx

Common/TableProducer/selectionStudyTable.cxx:76: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/TableProducer/selectionStudyTable.cxx:79: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/TableProducer/selectionStudyTable.cxx:87: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/TableProducer/selectionStudyTable.cxx:90: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/TableProducer/selectionStudyTable.cxx:93: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/TableProducer/selectionStudyTable.cxx:96: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/TableProducer/selectionStudyTable.cxx:99: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/TableProducer/selectionStudyTable.cxx:102: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/TableProducer/selectionStudyTable.cxx:105: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/TableProducer/selectionStudyTable.cxx:109: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/TableProducer/selectionStudyTable.cxx:112: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/TableProducer/selectionStudyTable.cxx:115: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/TableProducer/selectionStudyTable.cxx:71: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/selectionStudyTable.cxx:76: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/selectionStudyTable.cxx:79: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/selectionStudyTable.cxx:87: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/selectionStudyTable.cxx:90: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/selectionStudyTable.cxx:93: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/selectionStudyTable.cxx:96: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/selectionStudyTable.cxx:99: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/selectionStudyTable.cxx:102: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/selectionStudyTable.cxx:105: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/selectionStudyTable.cxx:109: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/selectionStudyTable.cxx:112: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/selectionStudyTable.cxx:115: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/TableProducer/timestamp.cxx

Common/TableProducer/timestamp.cxx:99: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/timestamp.cxx:105: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/timestamp.cxx:58: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/timestamp.cxx:59: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/timestamp.cxx:60: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/TableProducer/trackDcaCovFillerRun2.cxx

Common/TableProducer/trackDcaCovFillerRun2.cxx:69: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/TableProducer/trackPropagation.cxx

Common/TableProducer/trackPropagation.cxx:228: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/trackPropagation.cxx:88: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/TableProducer/trackPropagation.cxx:93: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/TableProducer/trackToCollisionAssociator.cxx

Common/TableProducer/trackToCollisionAssociator.cxx:51: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/trackToCollisionAssociator.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/trackextension.cxx

Common/TableProducer/trackextension.cxx:85: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/trackextension.cxx:123: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/trackextension.cxx:88: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/TableProducer/trackextension.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/trackselection.cxx

Common/TableProducer/trackselection.cxx:241: error: Specified task name track-selection produces device name track-selection which does not match the device name track-selection-task from the struct name TrackSelectionTask. (Matching struct name TrackSelection) [name/o2-task]
Common/TableProducer/trackselection.cxx:1: error: Specify task name only when it cannot be derived from the struct name. Only append to the default name. [name/o2-task]
Common/TableProducer/trackselection.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/TableProducer/weakDecayIndices.cxx

Common/TableProducer/weakDecayIndices.cxx:27: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/TableProducer/weakDecayIndices.cxx:42: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]

Common/Tasks/CMakeLists.txt

Common/Tasks/CMakeLists.txt:17: error: Workflow name propagatorqa does not match its file name propagatorQa.cxx. (Matches propagatorqa.cxx.) [name/o2-workflow]
Common/Tasks/CMakeLists.txt:22: error: Workflow name integrationtest does not match its file name integrationTest.cxx. (Matches integrationtest.cxx.) [name/o2-workflow]
Common/Tasks/CMakeLists.txt:27: error: Workflow name integrationtestccdb does not match its file name integrationTestCCDB.cxx. (Matches integrationtestccdb.cxx.) [name/o2-workflow]
Common/Tasks/CMakeLists.txt:57: error: Workflow name check-data-model-mc does not match its file name checkDataModelMC.cxx. (Matches checkDataModelMc.cxx.) [name/o2-workflow]
Common/Tasks/CMakeLists.txt:62: error: Workflow name orbit-range does not match its file name orbitRangeTask.cxx. (Matches orbitRange.cxx.) [name/o2-workflow]
Common/Tasks/CMakeLists.txt:72: error: Workflow name qa-cpv does not match its file name cpvQa.cxx. (Matches qaCpv.cxx.) [name/o2-workflow]
Common/Tasks/CMakeLists.txt:77: error: Workflow name qvectors-correction does not match its file name qVectorsCorrection.cxx. (Matches qvectorsCorrection.cxx.) [name/o2-workflow]
Common/Tasks/CMakeLists.txt:92: error: Workflow name muon-qa does not match its file name qaMuon.cxx. (Matches muonQa.cxx.) [name/o2-workflow]
Common/Tasks/CMakeLists.txt:1: error: Use kebab-case for names of workflows and match the name of the workflow file. [name/o2-workflow]

Common/Tasks/centralityQa.cxx

Common/Tasks/centralityQa.cxx:30: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/Tasks/centralityStudy.cxx

Common/Tasks/centralityStudy.cxx:545: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/centralityStudy.cxx:859: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/centralityStudy.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/Tasks/checkDataModel.cxx

Common/Tasks/checkDataModel.cxx:1: error: Do not use workflow options to customise workflow topology composition in defineDataProcessing. Use process function switches or metadata instead. [o2-workflow-options]
Common/Tasks/checkDataModel.cxx:54: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/checkDataModel.cxx:81: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/checkDataModel.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/Tasks/checkDataModelMC.cxx

Common/Tasks/checkDataModelMC.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/Tasks/cpvQa.cxx

Common/Tasks/cpvQa.cxx:52: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/cpvQa.cxx:93: error: Specified task name qa-cpv produces device name qa-cpv which does not match the device name cpv-qa from the struct name cpvQa. (Matching struct name QaCpv) [name/o2-task]
Common/Tasks/cpvQa.cxx:1: error: Specify task name only when it cannot be derived from the struct name. Only append to the default name. [name/o2-task]
Common/Tasks/cpvQa.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/Tasks/flowTest.cxx

Common/Tasks/flowTest.cxx:101: error: Use RecoDecay::constrainAngle to restrict angle to a given range. [two-pi-add-subtract]
Common/Tasks/flowTest.cxx:125: error: Use RecoDecay::constrainAngle to restrict angle to a given range. [two-pi-add-subtract]
Common/Tasks/flowTest.cxx:127: error: Use RecoDecay::constrainAngle to restrict angle to a given range. [two-pi-add-subtract]
Common/Tasks/flowTest.cxx:237: error: Use RecoDecay::constrainAngle to restrict angle to a given range. [two-pi-add-subtract]
Common/Tasks/flowTest.cxx:239: error: Use RecoDecay::constrainAngle to restrict angle to a given range. [two-pi-add-subtract]
Common/Tasks/flowTest.cxx:272: error: Use RecoDecay::constrainAngle to restrict angle to a given range. [two-pi-add-subtract]
Common/Tasks/flowTest.cxx:274: error: Use RecoDecay::constrainAngle to restrict angle to a given range. [two-pi-add-subtract]
Common/Tasks/flowTest.cxx:113: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/Tasks/flowTest.cxx:227: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/Tasks/flowTest.cxx:240: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/Tasks/flowTest.cxx:242: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/Tasks/flowTest.cxx:246: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/Tasks/flowTest.cxx:248: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/Tasks/flowTest.cxx:262: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/Tasks/flowTest.cxx:275: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/Tasks/flowTest.cxx:277: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/Tasks/flowTest.cxx:281: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/Tasks/flowTest.cxx:283: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Common/Tasks/flowTest.cxx:113: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/flowTest.cxx:120: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/flowTest.cxx:126: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/flowTest.cxx:172: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/flowTest.cxx:178: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/flowTest.cxx:227: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/flowTest.cxx:232: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/flowTest.cxx:238: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/flowTest.cxx:240: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/flowTest.cxx:242: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/flowTest.cxx:246: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/flowTest.cxx:248: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/flowTest.cxx:262: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/flowTest.cxx:267: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/flowTest.cxx:273: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/flowTest.cxx:275: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/flowTest.cxx:277: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/flowTest.cxx:281: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/flowTest.cxx:283: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/flowTest.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/Tasks/ft0Qa.cxx

Common/Tasks/ft0Qa.cxx:442: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/Tasks/ft0Qa.cxx:446: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/Tasks/ft0Qa.cxx:244: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/ft0Qa.cxx:374: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/ft0Qa.cxx:525: error: Specified task name ft0-qa produces device name ft0-qa which does not match the device name ft0-qa-task from the struct name ft0QaTask. (Matching struct name Ft0Qa) [name/o2-task]
Common/Tasks/ft0Qa.cxx:1: error: Specify task name only when it cannot be derived from the struct name. Only append to the default name. [name/o2-task]
Common/Tasks/ft0Qa.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/Tasks/integrationTest.cxx

Common/Tasks/integrationTest.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
Common/Tasks/integrationTest.cxx:48: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/integrationTest.cxx:50: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/Tasks/integrationTestCCDB.cxx

Common/Tasks/integrationTestCCDB.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
Common/Tasks/integrationTestCCDB.cxx:56: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/Tasks/multiplicityDerivedQa.cxx

Common/Tasks/multiplicityDerivedQa.cxx:197: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/Tasks/multiplicityDerivedQa.cxx:161: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/multiplicityDerivedQa.cxx:177: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/multiplicityDerivedQa.cxx:180: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/multiplicityDerivedQa.cxx:203: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/multiplicityDerivedQa.cxx:205: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/multiplicityDerivedQa.cxx:207: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/multiplicityDerivedQa.cxx:209: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/multiplicityDerivedQa.cxx:211: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/multiplicityDerivedQa.cxx:213: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/multiplicityDerivedQa.cxx:215: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/multiplicityDerivedQa.cxx:217: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/multiplicityDerivedQa.cxx:219: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/multiplicityDerivedQa.cxx:221: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/multiplicityDerivedQa.cxx:38: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/multiplicityDerivedQa.cxx:40: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/Tasks/multiplicityQa.cxx

Common/Tasks/multiplicityQa.cxx:177: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/Tasks/multiplicityQa.cxx:289: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/Tasks/multiplicityQa.cxx:318: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/Tasks/multiplicityQa.cxx:378: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/Tasks/multiplicityQa.cxx:240: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/Tasks/multiplicityQa.cxx:243: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/Tasks/multiplicityQa.cxx:250: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/Tasks/multiplicityQa.cxx:253: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/Tasks/multiplicityQa.cxx:260: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/Tasks/multiplicityQa.cxx:295: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/Tasks/multiplicityQa.cxx:367: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/Tasks/multiplicityQa.cxx:398: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/Tasks/multiplicityQa.cxx:416: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/Tasks/multiplicityQa.cxx:153: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/multiplicityQa.cxx:157: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/multiplicityQa.cxx:160: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/multiplicityQa.cxx:275: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/multiplicityQa.cxx:279: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/multiplicityQa.cxx:282: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/multiplicityQa.cxx:308: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/multiplicityQa.cxx:312: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/multiplicityQa.cxx:381: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/multiplicityQa.cxx:53: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/multiplicityQa.cxx:55: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/Tasks/propagatorQa.cxx

Common/Tasks/propagatorQa.cxx:102: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/propagatorQa.cxx:172: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/propagatorQa.cxx:183: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/propagatorQa.cxx:186: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/propagatorQa.cxx:214: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/propagatorQa.cxx:407: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/propagatorQa.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
Common/Tasks/propagatorQa.cxx:64: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/propagatorQa.cxx:65: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/propagatorQa.cxx:66: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/propagatorQa.cxx:67: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/propagatorQa.cxx:71: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/propagatorQa.cxx:74: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/propagatorQa.cxx:75: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/propagatorQa.cxx:77: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/propagatorQa.cxx:78: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/propagatorQa.cxx:82: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/Tasks/qVectorsCorrection.cxx

Common/Tasks/qVectorsCorrection.cxx:320: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/Tasks/qVectorsCorrection.cxx:378: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/Tasks/qVectorsCorrection.cxx:132: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:269: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:273: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:274: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:284: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:285: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:295: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:296: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:316: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:325: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:328: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:340: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:352: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:371: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:383: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:387: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:399: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:411: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:434: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:438: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:451: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:464: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:487: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:488: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:509: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:530: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:551: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:560: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:561: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:582: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:603: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:624: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:633: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:634: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:655: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:676: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:697: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:712: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qVectorsCorrection.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/Tasks/qaMuon.cxx

Common/Tasks/qaMuon.cxx:1245: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/Tasks/qaMuon.cxx:2423: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/Tasks/qaMuon.cxx:2471: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/Tasks/qaMuon.cxx:2509: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/Tasks/qaMuon.cxx:2559: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/Tasks/qaMuon.cxx:2595: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/Tasks/qaMuon.cxx:2761: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/Tasks/qaMuon.cxx:515: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:533: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:537: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:539: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:560: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:563: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:565: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:1140: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:1149: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:1159: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:1162: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:1165: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:1168: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:1230: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:1266: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:1458: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:1478: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:1501: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:1526: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:1940: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:2001: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:2020: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:2364: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:2379: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:2610: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:2705: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:2960: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:2961: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/qaMuon.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
Common/Tasks/qaMuon.cxx:180: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:181: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:182: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:183: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:184: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:185: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:190: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:191: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:192: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:193: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:194: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:195: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:196: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:197: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:198: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:203: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:204: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:205: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:206: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:210: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:211: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:214: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:215: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:218: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:222: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:223: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:224: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:225: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:230: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:231: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:232: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:237: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:242: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:243: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/qaMuon.cxx:263: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/Tasks/trackqa.cxx

Common/Tasks/trackqa.cxx:1: error: Do not use workflow options to customise workflow topology composition in defineDataProcessing. Use process function switches or metadata instead. [o2-workflow-options]
Common/Tasks/trackqa.cxx:117: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/trackqa.cxx:129: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tasks/trackqa.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
Common/Tasks/trackqa.cxx:58: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/Tasks/validation.cxx

Common/Tasks/validation.cxx:46: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]

Common/Tasks/zdcTableReader.cxx

Common/Tasks/zdcTableReader.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
Common/Tasks/zdcTableReader.cxx:47: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/zdcTableReader.cxx:48: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/zdcTableReader.cxx:49: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/zdcTableReader.cxx:51: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tasks/zdcTableReader.cxx:52: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/Tools/EventSelectionModule.h

Common/Tools/EventSelectionModule.h:1478: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/Tools/EventSelectionModule.h:1481: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/Tools/EventSelectionModule.h:710: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:712: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:714: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:716: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:797: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:807: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:809: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:1039: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:1076: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:1185: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:1384: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:1431: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:1477: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:1480: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:1522: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:1675: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:1677: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:1679: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:1774: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:1775: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:1776: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:1777: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:1779: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:1780: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:1781: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:1782: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/EventSelectionModule.h:100: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/Tools/Multiplicity/MultModule.h

Common/Tools/Multiplicity/MultModule.h:594: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:596: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:700: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:779: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:787: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:792: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:800: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:805: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:830: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:832: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:867: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:870: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:874: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:884: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:914: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:948: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:954: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:956: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:961: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:963: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:965: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:967: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:969: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:983: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:991: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:994: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:997: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:1008: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:1077: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:1162: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:1168: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/MultModule.h:1218: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/Tools/Multiplicity/multCalibrator.cxx

Common/Tools/Multiplicity/multCalibrator.cxx:32: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Common/Tools/Multiplicity/multCalibrator.cxx:96: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multCalibrator.cxx:97: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multCalibrator.cxx:98: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multCalibrator.cxx:99: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multCalibrator.cxx:103: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multCalibrator.cxx:112: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multCalibrator.cxx:117: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multCalibrator.cxx:123: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multCalibrator.cxx:128: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multCalibrator.cxx:130: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multCalibrator.cxx:230: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multCalibrator.cxx:244: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multCalibrator.cxx:258: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multCalibrator.cxx:259: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multCalibrator.cxx:260: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multCalibrator.cxx:289: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multCalibrator.cxx:314: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multCalibrator.cxx:295: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/Tools/Multiplicity/multCalibrator.cxx:138: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multCalibrator.cxx:160: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multCalibrator.cxx:162: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multCalibrator.cxx:213: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multCalibrator.cxx:217: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multCalibrator.cxx:221: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multCalibrator.cxx:225: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multCalibrator.cxx:242: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multCalibrator.cxx:257: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multCalibrator.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/Tools/Multiplicity/multCalibrator.h

Common/Tools/Multiplicity/multCalibrator.h:29: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Common/Tools/Multiplicity/multCalibrator.h:52: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multCalibrator.h:51: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/Tools/Multiplicity/multGlauberNBDFitter.cxx

Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:48: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:203: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:204: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:300: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:307: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:309: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:311: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:312: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:321: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:351: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:354: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:355: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:390: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:391: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:393: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:401: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:402: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:403: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:404: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:405: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:406: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:420: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:199: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:224: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:225: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:290: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:310: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:341: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:342: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:373: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:419: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:429: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:443: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:461: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:476: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:477: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multGlauberNBDFitter.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/Tools/Multiplicity/multMCCalibrator.cxx

Common/Tools/Multiplicity/multMCCalibrator.cxx:33: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Common/Tools/Multiplicity/multMCCalibrator.cxx:79: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multMCCalibrator.cxx:80: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multMCCalibrator.cxx:81: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multMCCalibrator.cxx:82: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multMCCalibrator.cxx:83: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multMCCalibrator.cxx:92: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multMCCalibrator.cxx:96: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multMCCalibrator.cxx:102: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multMCCalibrator.cxx:107: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multMCCalibrator.cxx:121: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multMCCalibrator.cxx:134: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Tools/Multiplicity/multMCCalibrator.cxx:152: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multMCCalibrator.cxx:154: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multMCCalibrator.cxx:159: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multMCCalibrator.cxx:161: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/Multiplicity/multMCCalibrator.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/Tools/PID/checkPidPacking.cxx

Common/Tools/PID/checkPidPacking.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/Tools/PID/handleParamTPCResponse.cxx

Common/Tools/PID/handleParamTPCResponse.cxx:36: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Common/Tools/PID/handleParamTPCResponse.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/Tools/PID/pidTPCModule.h

Common/Tools/PID/pidTPCModule.h:595: error: Use RecoDecay::constrainAngle to restrict angle to a given range. [two-pi-add-subtract]
Common/Tools/PID/pidTPCModule.h:92: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/PID/pidTPCModule.h:95: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/PID/pidTPCModule.h:109: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/PID/pidTPCModule.h:110: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/PID/pidTPCModule.h:111: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/PID/pidTPCModule.h:112: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/PID/pidTPCModule.h:113: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/PID/pidTPCModule.h:114: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/PID/pidTPCModule.h:115: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/PID/pidTPCModule.h:116: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/PID/pidTPCModule.h:117: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/PID/pidTPCModule.h:118: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/PID/pidTPCModule.h:119: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/PID/pidTPCModule.h:120: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/PID/pidTPCModule.h:121: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/PID/pidTPCModule.h:122: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/PID/pidTPCModule.h:123: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/PID/pidTPCModule.h:124: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/PID/pidTPCModule.h:125: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/PID/pidTPCModule.h:126: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/PID/pidTPCModule.h:138: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/Tools/StandardCCDBLoader.h

Common/Tools/StandardCCDBLoader.h:44: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/Tools/TrackPropagationModule.h

Common/Tools/TrackPropagationModule.h:180: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/Tools/TrackPropagationModule.h:75: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/Tools/TrackTuner.h

Common/Tools/TrackTuner.h:748: error: Use RecoDecay::constrainAngle to restrict angle to a given range. [two-pi-add-subtract]
Common/Tools/TrackTuner.h:374: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
Common/Tools/TrackTuner.h:159: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/TrackTuner.h:200: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/TrackTuner.h:208: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/TrackTuner.h:216: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/TrackTuner.h:224: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/TrackTuner.h:232: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/TrackTuner.h:240: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/TrackTuner.h:248: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/TrackTuner.h:54: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/TrackTuner.h:64: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/TrackTuner.h:65: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/TrackTuner.h:66: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/TrackTuner.h:67: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/TrackTuner.h:68: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/TrackTuner.h:69: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/TrackTuner.h:70: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/TrackTuner.h:71: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/TrackTuner.h:72: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/TrackTuner.h:73: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/TrackTuner.h:74: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/TrackTuner.h:75: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/TrackTuner.h:76: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/TrackTuner.h:77: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/TrackTuner.h:78: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/TrackTuner.h:79: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/Tools/aodDataModelGraph.cxx

Common/Tools/aodDataModelGraph.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

Common/Tools/timestampModule.h

Common/Tools/timestampModule.h:109: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/timestampModule.h:115: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Tools/timestampModule.h:39: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
Common/Tools/timestampModule.h:40: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

Common/Tools/trackSelectionRequest.cxx

Common/Tools/trackSelectionRequest.cxx:18: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Common/Tools/trackSelectionRequest.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG

DPG/Tasks/AOTEvent/CMakeLists.txt

DPG/Tasks/AOTEvent/CMakeLists.txt:47: error: Workflow name light-ions-evsel-qa does not match its file name lightIonsEvSelQa.cxx. (Matches lightIonsEvselQa.cxx.) [name/o2-workflow]
DPG/Tasks/AOTEvent/CMakeLists.txt:52: error: Workflow name occupancy-vs-dedx-qa does not match its file name dEdxVsOccupancyWithTrackQAinfo.cxx. (Matches occupancyVsDedxQa.cxx.) [name/o2-workflow]
DPG/Tasks/AOTEvent/CMakeLists.txt:1: error: Use kebab-case for names of workflows and match the name of the workflow file. [name/o2-workflow]

DPG/Tasks/AOTEvent/dEdxVsOccupancyWithTrackQAinfo.cxx

DPG/Tasks/AOTEvent/dEdxVsOccupancyWithTrackQAinfo.cxx:180: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/dEdxVsOccupancyWithTrackQAinfo.cxx:224: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/dEdxVsOccupancyWithTrackQAinfo.cxx:237: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/dEdxVsOccupancyWithTrackQAinfo.cxx:316: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/dEdxVsOccupancyWithTrackQAinfo.cxx:319: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/dEdxVsOccupancyWithTrackQAinfo.cxx:321: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/dEdxVsOccupancyWithTrackQAinfo.cxx:360: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/dEdxVsOccupancyWithTrackQAinfo.cxx:363: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/dEdxVsOccupancyWithTrackQAinfo.cxx:365: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/dEdxVsOccupancyWithTrackQAinfo.cxx:395: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/dEdxVsOccupancyWithTrackQAinfo.cxx:407: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/dEdxVsOccupancyWithTrackQAinfo.cxx:409: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/dEdxVsOccupancyWithTrackQAinfo.cxx:431: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/dEdxVsOccupancyWithTrackQAinfo.cxx:433: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/dEdxVsOccupancyWithTrackQAinfo.cxx:454: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/dEdxVsOccupancyWithTrackQAinfo.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx

DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1311: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1324: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1498: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1519: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1521: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1313: error: Use RecoDecay::constrainAngle to restrict angle to a given range. [two-pi-add-subtract]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1315: error: Use RecoDecay::constrainAngle to restrict angle to a given range. [two-pi-add-subtract]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1523: error: Use RecoDecay::constrainAngle to restrict angle to a given range. [two-pi-add-subtract]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1525: error: Use RecoDecay::constrainAngle to restrict angle to a given range. [two-pi-add-subtract]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:589: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:691: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:725: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:833: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:876: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:924: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:961: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:990: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:992: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:994: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:996: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1064: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1066: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1091: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1092: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1096: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1103: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1104: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1108: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1116: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1120: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1137: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1142: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1151: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1153: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1176: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1188: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1192: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1195: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1197: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1200: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1212: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1214: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1218: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1221: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1223: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1225: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1227: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1278: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1279: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1281: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1284: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1285: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1287: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1301: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1319: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1321: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1324: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1325: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1337: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1347: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1357: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1367: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1421: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1428: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1433: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1438: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1443: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1461: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1475: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1498: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1500: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1503: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1514: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1585: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1590: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1595: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1600: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1605: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1608: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1612: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1617: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1622: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1627: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:1632: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:103: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:104: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTEvent/detectorOccupancyQa.cxx:113: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

DPG/Tasks/AOTEvent/eventSelectionQa.cxx

DPG/Tasks/AOTEvent/eventSelectionQa.cxx:1208: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/eventSelectionQa.cxx:1220: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/eventSelectionQa.cxx:1244: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/eventSelectionQa.cxx:427: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/eventSelectionQa.cxx:625: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/eventSelectionQa.cxx:765: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/eventSelectionQa.cxx:994: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/eventSelectionQa.cxx:1024: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/eventSelectionQa.cxx:1180: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/eventSelectionQa.cxx:1188: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/eventSelectionQa.cxx:1199: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/eventSelectionQa.cxx:1203: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/eventSelectionQa.cxx:1208: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/eventSelectionQa.cxx:1215: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/eventSelectionQa.cxx:1220: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/eventSelectionQa.cxx:1237: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/eventSelectionQa.cxx:1244: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/eventSelectionQa.cxx:1273: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/eventSelectionQa.cxx:1275: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/eventSelectionQa.cxx:1316: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/eventSelectionQa.cxx:1422: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx

DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:1013: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:1822: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:695: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:792: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:821: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:899: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:935: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:937: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:939: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:942: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:949: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:986: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:990: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:999: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:1001: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:1003: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:1005: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:1008: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:1010: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:1013: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:1014: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:1015: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:1020: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:1024: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:1051: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:1168: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:1170: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:1172: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:1822: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:1844: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:1846: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:1848: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lightIonsEvSelQa.cxx:1850: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DPG/Tasks/AOTEvent/lumiQa.cxx

DPG/Tasks/AOTEvent/lumiQa.cxx:312: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTEvent/lumiQa.cxx:177: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lumiQa.cxx:231: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/lumiQa.cxx:232: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DPG/Tasks/AOTEvent/matchingQa.cxx

DPG/Tasks/AOTEvent/matchingQa.cxx:309: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/matchingQa.cxx:384: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/matchingQa.cxx:439: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/matchingQa.cxx:455: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/matchingQa.cxx:456: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/matchingQa.cxx:488: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/matchingQa.cxx:517: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/matchingQa.cxx:545: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/matchingQa.cxx:564: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/matchingQa.cxx:565: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/matchingQa.cxx:293: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTEvent/matchingQa.cxx:297: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTEvent/matchingQa.cxx:314: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTEvent/matchingQa.cxx:361: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTEvent/matchingQa.cxx:398: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTEvent/matchingQa.cxx:411: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTEvent/matchingQa.cxx:475: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTEvent/matchingQa.cxx:585: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTEvent/matchingQa.cxx:610: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTEvent/matchingQa.cxx:725: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTEvent/matchingQa.cxx:749: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTEvent/matchingQa.cxx:89: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/matchingQa.cxx:97: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/matchingQa.cxx:230: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/matchingQa.cxx:235: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/matchingQa.cxx:387: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/matchingQa.cxx:573: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/matchingQa.cxx:595: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/matchingQa.cxx:619: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/matchingQa.cxx:682: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/matchingQa.cxx:701: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/matchingQa.cxx:761: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DPG/Tasks/AOTEvent/rofBorderQa.cxx

DPG/Tasks/AOTEvent/rofBorderQa.cxx:243: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/rofBorderQa.cxx:335: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/rofBorderQa.cxx:340: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/rofBorderQa.cxx:382: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTEvent/rofBorderQa.cxx:307: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTEvent/rofBorderQa.cxx:243: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofBorderQa.cxx:257: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofBorderQa.cxx:331: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofBorderQa.cxx:332: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofBorderQa.cxx:333: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofBorderQa.cxx:335: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofBorderQa.cxx:340: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofBorderQa.cxx:382: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofBorderQa.cxx:388: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofBorderQa.cxx:390: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofBorderQa.cxx:432: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofBorderQa.cxx:434: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofBorderQa.cxx:436: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofBorderQa.cxx:438: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofBorderQa.cxx:440: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DPG/Tasks/AOTEvent/rofOccupancyQa.cxx

DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:389: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:445: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:466: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:468: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:470: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:474: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:476: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:478: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:480: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:505: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:519: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:542: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:549: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:556: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:558: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:560: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:576: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:583: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:590: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:592: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:594: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:743: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:768: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:784: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:796: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:799: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:800: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:805: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:807: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:809: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:811: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:815: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:851: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:854: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:860: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:862: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:870: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:872: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:876: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:878: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:895: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:897: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:900: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:906: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:941: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:965: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:973: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:989: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:996: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1012: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1035: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1058: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1071: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1073: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1082: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1084: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1086: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1092: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1094: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1096: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1098: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1116: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1118: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1170: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1178: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1203: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1208: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1213: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1220: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1221: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1249: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1264: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1285: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1290: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1295: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:1348: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:49: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:50: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:51: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:52: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:53: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:54: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:55: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:56: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:57: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTEvent/rofOccupancyQa.cxx:58: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

DPG/Tasks/AOTEvent/timeDependentQa.cxx

DPG/Tasks/AOTEvent/timeDependentQa.cxx:194: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/timeDependentQa.cxx:465: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/timeDependentQa.cxx:511: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/timeDependentQa.cxx:530: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/timeDependentQa.cxx:582: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/timeDependentQa.cxx:585: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/timeDependentQa.cxx:588: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/timeDependentQa.cxx:630: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/timeDependentQa.cxx:715: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/timeDependentQa.cxx:736: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/timeDependentQa.cxx:761: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/timeDependentQa.cxx:782: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/timeDependentQa.cxx:792: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTEvent/timeDependentQa.cxx:810: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DPG/Tasks/AOTTrack/CMakeLists.txt

DPG/Tasks/AOTTrack/CMakeLists.txt:15: error: Workflow name qa-trackselection does not match its file name qaTrackSelection.cxx. (Matches qaTrackselection.cxx.) [name/o2-workflow]
DPG/Tasks/AOTTrack/CMakeLists.txt:35: error: Workflow name qa-fakehits does not match its file name qaFakeHits.cxx. (Matches qaFakehits.cxx.) [name/o2-workflow]
DPG/Tasks/AOTTrack/CMakeLists.txt:45: error: Workflow name qa-dca-mc does not match its file name qaDcaMC.cxx. (Matches qaDcaMc.cxx.) [name/o2-workflow]
DPG/Tasks/AOTTrack/CMakeLists.txt:50: error: Workflow name qa-sign-charge-mc does not match its file name qaSignChargeMC.cxx. (Matches qaSignChargeMc.cxx.) [name/o2-workflow]
DPG/Tasks/AOTTrack/CMakeLists.txt:60: error: Workflow name qa-impact-parameter does not match its file name qaImpPar.cxx. (Matches qaImpactParameter.cxx.) [name/o2-workflow]
DPG/Tasks/AOTTrack/CMakeLists.txt:68: error: Workflow name monitorfilterbit does not match its file name MonitorFilterBit.cxx. (Matches monitorfilterbit.cxx.) [name/o2-workflow]
DPG/Tasks/AOTTrack/CMakeLists.txt:78: error: Workflow name qa-tracksplitting does not match its file name qaTrackSplitting.cxx. (Matches qaTracksplitting.cxx.) [name/o2-workflow]
DPG/Tasks/AOTTrack/CMakeLists.txt:1: error: Use kebab-case for names of workflows and match the name of the workflow file. [name/o2-workflow]

DPG/Tasks/AOTTrack/D0CalibTables.h

DPG/Tasks/AOTTrack/D0CalibTables.h:327: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/D0CalibTables.h:328: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/D0CalibTables.h:329: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/D0CalibTables.h:330: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]

DPG/Tasks/AOTTrack/MonitorFilterBit.cxx

DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:302: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:326: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:349: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:372: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:405: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:408: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:446: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:574: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:242: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:289: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:313: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:337: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:360: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:396: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:429: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:571: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:206: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:234: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:262: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:302: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:326: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:349: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:372: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:394: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:405: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:408: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:426: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:446: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:450: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:519: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:538: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:568: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:574: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:578: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:584: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:587: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
DPG/Tasks/AOTTrack/MonitorFilterBit.cxx:98: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

DPG/Tasks/AOTTrack/PID/Combined/CMakeLists.txt

DPG/Tasks/AOTTrack/PID/Combined/CMakeLists.txt:13: error: Workflow name pid-with-v0s-qa does not match its file name qaPIDWithV0s.cxx. (Matches pidWithV0sQa.cxx.) [name/o2-workflow]
DPG/Tasks/AOTTrack/PID/Combined/CMakeLists.txt:1: error: Use kebab-case for names of workflows and match the name of the workflow file. [name/o2-workflow]

DPG/Tasks/AOTTrack/PID/Combined/qaPIDWithV0s.cxx

DPG/Tasks/AOTTrack/PID/Combined/qaPIDWithV0s.cxx:187: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/PID/Combined/qaPIDWithV0s.cxx:205: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/PID/Combined/qaPIDWithV0s.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/AOTTrack/PID/ITS/CMakeLists.txt

DPG/Tasks/AOTTrack/PID/ITS/CMakeLists.txt:13: error: Workflow name pid-its-qa does not match its file name qaPIDITS.cxx. (Matches pidItsQa.cxx.) [name/o2-workflow]
DPG/Tasks/AOTTrack/PID/ITS/CMakeLists.txt:1: error: Use kebab-case for names of workflows and match the name of the workflow file. [name/o2-workflow]

DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx

DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx:238: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx:256: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx:276: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx:331: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx:356: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/ITS/qaPIDITS.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/AOTTrack/PID/TOF/CMakeLists.txt

DPG/Tasks/AOTTrack/PID/TOF/CMakeLists.txt:13: error: Workflow name pid-tof-qa does not match its file name qaPIDTOF.cxx. (Matches pidTofQa.cxx.) [name/o2-workflow]
DPG/Tasks/AOTTrack/PID/TOF/CMakeLists.txt:18: error: Workflow name pid-tof-qa-dynamic does not match its file name qaPIDTOFDynamic.cxx. (Matches pidTofQaDynamic.cxx.) [name/o2-workflow]
DPG/Tasks/AOTTrack/PID/TOF/CMakeLists.txt:23: error: Workflow name pid-tof-qa-beta does not match its file name qaPIDTOFBeta.cxx. (Matches pidTofQaBeta.cxx.) [name/o2-workflow]
DPG/Tasks/AOTTrack/PID/TOF/CMakeLists.txt:28: error: Workflow name pid-tof-qa-beta-imp does not match its file name qaPIDTOFBetaImp.cxx. (Matches pidTofQaBetaImp.cxx.) [name/o2-workflow]
DPG/Tasks/AOTTrack/PID/TOF/CMakeLists.txt:33: error: Workflow name pid-tof-qa-mc does not match its file name qaPIDTOFMC.cxx. (Matches pidTofQaMc.cxx.) [name/o2-workflow]
DPG/Tasks/AOTTrack/PID/TOF/CMakeLists.txt:38: error: Workflow name pid-tof-qa-evtime does not match its file name qaPIDTOFEvTime.cxx. (Matches pidTofQaEvtime.cxx.) [name/o2-workflow]
DPG/Tasks/AOTTrack/PID/TOF/CMakeLists.txt:1: error: Use kebab-case for names of workflows and match the name of the workflow file. [name/o2-workflow]

DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOF.cxx

DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOF.cxx:382: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOF.cxx:532: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOF.cxx:546: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOF.cxx:259: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOF.cxx:320: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOF.cxx:366: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOF.cxx:402: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOF.cxx:516: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOF.cxx:519: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOF.cxx:520: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOF.cxx:521: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOF.cxx:522: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOF.cxx:552: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOF.cxx:621: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOF.cxx:632: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOF.cxx:643: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOF.cxx:654: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOF.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFBeta.cxx

DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFBeta.cxx:213: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFBeta.cxx:216: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFBeta.cxx:217: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFBeta.cxx:218: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFBeta.cxx:219: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFBeta.cxx:236: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFBeta.cxx:244: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFBeta.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFBeta.cxx:61: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFBeta.cxx:62: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFBetaImp.cxx

DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFBetaImp.cxx:214: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFBetaImp.cxx:217: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFBetaImp.cxx:218: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFBetaImp.cxx:219: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFBetaImp.cxx:220: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFBetaImp.cxx:237: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFBetaImp.cxx:245: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFBetaImp.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFBetaImp.cxx:62: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFBetaImp.cxx:63: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFDynamic.cxx

DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFDynamic.cxx:404: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFDynamic.cxx:557: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFDynamic.cxx:571: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFDynamic.cxx:264: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFDynamic.cxx:326: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFDynamic.cxx:388: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFDynamic.cxx:424: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFDynamic.cxx:538: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFDynamic.cxx:541: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFDynamic.cxx:542: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFDynamic.cxx:543: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFDynamic.cxx:544: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFDynamic.cxx:577: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFDynamic.cxx:647: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFDynamic.cxx:658: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFDynamic.cxx:669: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFDynamic.cxx:680: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFDynamic.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFEvTime.cxx

DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFEvTime.cxx:250: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFEvTime.cxx:460: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFEvTime.cxx:261: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFEvTime.cxx:335: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFEvTime.cxx:397: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFEvTime.cxx:404: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFEvTime.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFMC.cxx

DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFMC.cxx:702: error: Argument Trks& tracks is not const&. [const-ref-in-process]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFMC.cxx:702: error: Argument aod::McParticles& mcParticles is not const&. [const-ref-in-process]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFMC.cxx:702: error: Argument aod::McCollisions& is not const&. [const-ref-in-process]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFMC.cxx:1: error: Use constant references for table subscriptions in process functions. [const-ref-in-process]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFMC.cxx:515: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFMC.cxx:581: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFMC.cxx:679: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFMC.cxx:760: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TOF/qaPIDTOFMC.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/AOTTrack/PID/TPC/CMakeLists.txt

DPG/Tasks/AOTTrack/PID/TPC/CMakeLists.txt:13: error: Workflow name pid-tpc-qa does not match its file name qaPIDTPC.cxx. (Matches pidTpcQa.cxx.) [name/o2-workflow]
DPG/Tasks/AOTTrack/PID/TPC/CMakeLists.txt:18: error: Workflow name pid-tpc-qa-sig does not match its file name qaPIDTPCSignal.cxx. (Matches pidTpcQaSig.cxx.) [name/o2-workflow]
DPG/Tasks/AOTTrack/PID/TPC/CMakeLists.txt:23: error: Workflow name pid-tpc-qa-mc does not match its file name qaPIDTPCMC.cxx. (Matches pidTpcQaMc.cxx.) [name/o2-workflow]
DPG/Tasks/AOTTrack/PID/TPC/CMakeLists.txt:1: error: Use kebab-case for names of workflows and match the name of the workflow file. [name/o2-workflow]

DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPC.cxx

DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPC.cxx:272: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPC.cxx:309: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPC.cxx:319: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPC.cxx:382: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPC.cxx:385: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPC.cxx:386: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPC.cxx:387: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPC.cxx:388: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPC.cxx:416: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPC.cxx:446: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPC.cxx:455: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPC.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPCMC.cxx

DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPCMC.cxx:356: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPCMC.cxx:501: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPCMC.cxx:552: error: Argument soa::Join<aod::Tracks__aod::TracksExtra__aod::pidTPCFullEl__aod::pidTPCFullMu__aod::pidTPCFullPi__aod::pidTPCFullKa__aod::pidTPCFullPr__aod::pidTPCFullDe__aod::pidTPCFullTr__aod::pidTPCFullHe__aod::pidTPCFullAl__aod::McTrackLabels>& tracks is not const&. [const-ref-in-process]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPCMC.cxx:552: error: Argument aod::McParticles& mcParticles is not const&. [const-ref-in-process]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPCMC.cxx:552: error: Argument aod::McCollisions& is not const&. [const-ref-in-process]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPCMC.cxx:1: error: Use constant references for table subscriptions in process functions. [const-ref-in-process]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPCMC.cxx:489: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPCMC.cxx:529: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPCMC.cxx:584: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPCMC.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPCSignal.cxx

DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPCSignal.cxx:258: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPCSignal.cxx:143: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPCSignal.cxx:153: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPCSignal.cxx:239: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPCSignal.cxx:250: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPCSignal.cxx:289: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/PID/TPC/qaPIDTPCSignal.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/AOTTrack/V0Cascades/CMakeLists.txt

DPG/Tasks/AOTTrack/V0Cascades/CMakeLists.txt:32: error: Workflow name qa-lam-momentum-resolution does not match its file name qaLamMomResolution.cxx. (Matches qaLamMomentumResolution.cxx.) [name/o2-workflow]
DPG/Tasks/AOTTrack/V0Cascades/CMakeLists.txt:1: error: Use kebab-case for names of workflows and match the name of the workflow file. [name/o2-workflow]

DPG/Tasks/AOTTrack/V0Cascades/perfK0sResolution.cxx

DPG/Tasks/AOTTrack/V0Cascades/perfK0sResolution.cxx:450: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/V0Cascades/perfK0sResolution.cxx:504: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/V0Cascades/perfK0sResolution.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/AOTTrack/V0Cascades/qaCascades.cxx

DPG/Tasks/AOTTrack/V0Cascades/qaCascades.cxx:72: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/V0Cascades/qaCascades.cxx:67: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/V0Cascades/qaCascades.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/AOTTrack/V0Cascades/qaK0sTrackingEfficiency.cxx

DPG/Tasks/AOTTrack/V0Cascades/qaK0sTrackingEfficiency.cxx:167: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaK0sTrackingEfficiency.cxx:168: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaK0sTrackingEfficiency.cxx:122: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/V0Cascades/qaK0sTrackingEfficiency.cxx:161: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/V0Cascades/qaK0sTrackingEfficiency.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx

DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:299: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:300: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:301: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:307: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:308: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:309: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:317: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:318: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:319: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:324: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:325: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:326: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:331: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:332: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:335: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:336: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:397: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:398: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:399: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:407: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:408: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:409: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:438: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:439: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:440: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:445: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:446: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:447: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:452: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:453: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:457: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:458: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:493: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:494: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:495: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:503: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:504: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:505: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:534: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:535: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:536: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:541: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:542: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:543: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:548: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:549: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:553: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:554: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:95: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:96: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:97: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:98: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:99: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:100: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:366: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:361: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.cxx:76: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.h

DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.h:23: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.h:39: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.h:40: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.h:67: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.h:68: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.h:84: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.h:85: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.h:86: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.h:87: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.h:89: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.h:90: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.h:91: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/V0Cascades/qaLamMomResolution.h:92: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]

DPG/Tasks/AOTTrack/qaDcaMC.cxx

DPG/Tasks/AOTTrack/qaDcaMC.cxx:335: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/qaDcaMC.cxx:343: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaDcaMC.cxx:291: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaDcaMC.cxx:343: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaDcaMC.cxx:352: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaDcaMC.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
DPG/Tasks/AOTTrack/qaDcaMC.cxx:95: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaDcaMC.cxx:96: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaDcaMC.cxx:97: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaDcaMC.cxx:98: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaDcaMC.cxx:99: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaDcaMC.cxx:100: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaDcaMC.cxx:101: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaDcaMC.cxx:102: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaDcaMC.cxx:103: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaDcaMC.cxx:111: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaDcaMC.cxx:112: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaDcaMC.cxx:115: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

DPG/Tasks/AOTTrack/qaEfficiency.cxx

DPG/Tasks/AOTTrack/qaEfficiency.cxx:988: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEfficiency.cxx:1012: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEfficiency.cxx:1044: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEfficiency.cxx:1053: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEfficiency.cxx:1056: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEfficiency.cxx:1176: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEfficiency.cxx:1280: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEfficiency.cxx:1461: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEfficiency.cxx:1562: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEfficiency.cxx:1981: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEfficiency.cxx:211: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaEfficiency.cxx:212: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaEfficiency.cxx:213: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaEfficiency.cxx:214: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaEfficiency.cxx:215: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaEfficiency.cxx:216: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaEfficiency.cxx:217: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaEfficiency.cxx:218: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaEfficiency.cxx:219: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaEfficiency.cxx:230: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaEfficiency.cxx:231: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaEfficiency.cxx:236: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaEfficiency.cxx:244: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaEfficiency.cxx:271: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

DPG/Tasks/AOTTrack/qaEventTrack.cxx

DPG/Tasks/AOTTrack/qaEventTrack.cxx:1656: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:767: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:773: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:779: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1096: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:136: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:137: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:138: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:139: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:140: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:141: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:146: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:147: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:148: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:149: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:150: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:151: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:155: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:156: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:157: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:158: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:159: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:160: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:871: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:878: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:885: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:892: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:899: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:906: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:913: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:920: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:927: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:934: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:941: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:948: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:955: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:962: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:969: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:977: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:979: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:981: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:983: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:985: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:988: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:990: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:992: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:994: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:996: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:998: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1000: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1002: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1006: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1008: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1010: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1012: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1014: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1016: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1018: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1020: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1022: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1025: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1115: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1124: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1154: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1515: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1521: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1581: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1588: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1603: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1619: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1625: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1699: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
DPG/Tasks/AOTTrack/qaEventTrack.cxx:105: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

DPG/Tasks/AOTTrack/qaEventTrack.h

DPG/Tasks/AOTTrack/qaEventTrack.h:150: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrack.h:35: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/qaEventTrack.h:53: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/qaEventTrack.h:54: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/qaEventTrack.h:104: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/qaEventTrack.h:114: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/qaEventTrack.h:115: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/qaEventTrack.h:116: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/qaEventTrack.h:117: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/qaEventTrack.h:118: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/qaEventTrack.h:119: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/qaEventTrack.h:120: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
DPG/Tasks/AOTTrack/qaEventTrack.h:121: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]

DPG/Tasks/AOTTrack/qaEventTrackLite.cxx

DPG/Tasks/AOTTrack/qaEventTrackLite.cxx:416: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/qaEventTrackLite.cxx:635: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/qaEventTrackLite.cxx:636: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaEventTrackLite.cxx:646: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaEventTrackLite.cxx:636: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrackLite.cxx:646: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrackLite.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
DPG/Tasks/AOTTrack/qaEventTrackLite.cxx:85: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaEventTrackLite.cxx:86: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaEventTrackLite.cxx:87: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaEventTrackLite.cxx:91: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaEventTrackLite.cxx:102: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaEventTrackLite.cxx:113: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaEventTrackLite.cxx:124: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

DPG/Tasks/AOTTrack/qaEventTrackLiteProducer.cxx

DPG/Tasks/AOTTrack/qaEventTrackLiteProducer.cxx:80: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrackLiteProducer.cxx:81: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrackLiteProducer.cxx:82: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrackLiteProducer.cxx:83: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrackLiteProducer.cxx:88: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrackLiteProducer.cxx:89: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrackLiteProducer.cxx:90: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrackLiteProducer.cxx:91: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrackLiteProducer.cxx:95: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrackLiteProducer.cxx:96: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrackLiteProducer.cxx:97: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrackLiteProducer.cxx:98: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrackLiteProducer.cxx:259: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaEventTrackLiteProducer.cxx:287: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DPG/Tasks/AOTTrack/qaFakeHits.cxx

DPG/Tasks/AOTTrack/qaFakeHits.cxx:142: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaFakeHits.cxx:204: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaFakeHits.cxx:215: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaFakeHits.cxx:65: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaFakeHits.cxx:66: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaFakeHits.cxx:67: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaFakeHits.cxx:68: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaFakeHits.cxx:69: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaFakeHits.cxx:70: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaFakeHits.cxx:71: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaFakeHits.cxx:72: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaFakeHits.cxx:73: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaFakeHits.cxx:79: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaFakeHits.cxx:80: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

DPG/Tasks/AOTTrack/qaImpPar.cxx

DPG/Tasks/AOTTrack/qaImpPar.cxx:344: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaImpPar.cxx:345: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaImpPar.cxx:131: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaImpPar.cxx:132: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaImpPar.cxx:133: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaImpPar.cxx:134: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaImpPar.cxx:135: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaImpPar.cxx:375: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaImpPar.cxx:383: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaImpPar.cxx:391: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaImpPar.cxx:620: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaImpPar.cxx:626: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaImpPar.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
DPG/Tasks/AOTTrack/qaImpPar.cxx:96: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaImpPar.cxx:98: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaImpPar.cxx:100: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaImpPar.cxx:101: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaImpPar.cxx:102: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaImpPar.cxx:103: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaImpPar.cxx:104: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaImpPar.cxx:105: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaImpPar.cxx:106: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaImpPar.cxx:107: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaImpPar.cxx:108: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaImpPar.cxx:113: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaImpPar.cxx:115: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaImpPar.cxx:116: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaImpPar.cxx:117: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

DPG/Tasks/AOTTrack/qaMatchEff.cxx

DPG/Tasks/AOTTrack/qaMatchEff.cxx:1414: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1628: error: Use RecoDecay::constrainAngle to restrict angle to a given range. [two-pi-add-subtract]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1631: error: Use RecoDecay::constrainAngle to restrict angle to a given range. [two-pi-add-subtract]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1707: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1724: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1741: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1758: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1775: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1792: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1809: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1826: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1843: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1860: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1877: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1912: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1918: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1924: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:2965: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:3033: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:3143: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:3151: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:3168: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:3236: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1527: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:273: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:312: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1641: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1707: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1711: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1724: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1728: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1741: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1745: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1758: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1762: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1775: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1779: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1792: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1796: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1809: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1813: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1826: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1830: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1843: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1847: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1860: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1864: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1877: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1881: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1912: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1918: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1924: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:2719: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:2919: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:2965: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:3033: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:3112: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:3143: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:3168: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:3236: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:3272: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:3478: error: Specified task name qa-match-eff and the struct name qaMatchEff produce the same device name qa-match-eff. TaskName is redundant. [name/o2-task]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1: error: Specify task name only when it cannot be derived from the struct name. Only append to the default name. [name/o2-task]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:174: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:175: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:176: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:179: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:184: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:185: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:187: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/AOTTrack/qaMatchEff.cxx:208: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

DPG/Tasks/AOTTrack/qaPrimVtxVsTime.cxx

DPG/Tasks/AOTTrack/qaPrimVtxVsTime.cxx:87: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/qaPrimVtxVsTime.cxx:64: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DPG/Tasks/AOTTrack/qaSignChargeMC.cxx

DPG/Tasks/AOTTrack/qaSignChargeMC.cxx:71: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaSignChargeMC.cxx:132: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaSignChargeMC.cxx:38: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

DPG/Tasks/AOTTrack/qaTrackSelection.cxx

DPG/Tasks/AOTTrack/qaTrackSelection.cxx:157: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/AOTTrack/qaTrackSelection.cxx:108: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaTrackSelection.cxx:123: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaTrackSelection.cxx:140: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/AOTTrack/qaTrackSelection.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/AOTTrack/qaTrackSplitting.cxx

DPG/Tasks/AOTTrack/qaTrackSplitting.cxx:140: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/AOTTrack/qaTrackSplitting.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/AOTTrack/tagAndProbeDmesons.cxx

DPG/Tasks/AOTTrack/tagAndProbeDmesons.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/FDD/CMakeLists.txt

DPG/Tasks/FDD/CMakeLists.txt:13: error: Workflow name fdd-qa does not match its file name qaFDD.cxx. (Matches fddQa.cxx.) [name/o2-workflow]
DPG/Tasks/FDD/CMakeLists.txt:1: error: Use kebab-case for names of workflows and match the name of the workflow file. [name/o2-workflow]

DPG/Tasks/FDD/qaFDD.cxx

DPG/Tasks/FDD/qaFDD.cxx:344: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/FDD/qaFDD.cxx:347: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/FDD/qaFDD.cxx:422: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/FDD/qaFDD.cxx:469: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/FDD/qaFDD.cxx:534: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/FDD/qaFDD.cxx:537: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/FDD/qaFDD.cxx:600: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/FDD/qaFDD.cxx:635: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/FDD/qaFDD.cxx:639: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/FDD/qaFDD.cxx:723: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/FDD/qaFDD.cxx:768: error: Device names fdd-qa and fdd-q-a generated from the specified task name fdd-qa and from the struct name fddQA, respectively, differ in hyphenation. Consider fixing capitalisation of the struct name to FddQa and removing TaskName. [name/o2-task]
DPG/Tasks/FDD/qaFDD.cxx:1: error: Specify task name only when it cannot be derived from the struct name. Only append to the default name. [name/o2-task]
DPG/Tasks/FDD/qaFDD.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/FT0/CMakeLists.txt

DPG/Tasks/FT0/CMakeLists.txt:12: error: Workflow name ft0-task does not match its file name ft0AnalysisTask.cxx. (Matches ft0Task.cxx.) [name/o2-workflow]
DPG/Tasks/FT0/CMakeLists.txt:17: error: Workflow name ft0-qa-trg-based does not match its file name qaFT0TrgBased.cxx. (Matches ft0QaTrgBased.cxx.) [name/o2-workflow]
DPG/Tasks/FT0/CMakeLists.txt:1: error: Use kebab-case for names of workflows and match the name of the workflow file. [name/o2-workflow]

DPG/Tasks/FT0/ft0AnalysisTask.cxx

DPG/Tasks/FT0/ft0AnalysisTask.cxx:75: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/FT0/ft0AnalysisTask.cxx:144: error: Specified task name ft0-task produces device name ft0-task which does not match the device name ft0-analysis-task from the struct name ft0AnalysisTask. (Matching struct name Ft0Task) [name/o2-task]
DPG/Tasks/FT0/ft0AnalysisTask.cxx:1: error: Specify task name only when it cannot be derived from the struct name. Only append to the default name. [name/o2-task]
DPG/Tasks/FT0/ft0AnalysisTask.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/FT0/qaFT0TrgBased.cxx

DPG/Tasks/FT0/qaFT0TrgBased.cxx:302: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/FT0/qaFT0TrgBased.cxx:651: error: Specified task name ft0-qa-trg-based produces device name ft0-qa-trg-based which does not match the device name qa-f-t0-trg-based from the struct name qaFT0TrgBased. (Matching struct name Ft0QaTrgBased) [name/o2-task]
DPG/Tasks/FT0/qaFT0TrgBased.cxx:1: error: Specify task name only when it cannot be derived from the struct name. Only append to the default name. [name/o2-task]
DPG/Tasks/FT0/qaFT0TrgBased.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/FV0/CMakeLists.txt

DPG/Tasks/FV0/CMakeLists.txt:12: error: Workflow name fv0-qa does not match its file name qaFV0.cxx. (Matches fv0Qa.cxx.) [name/o2-workflow]
DPG/Tasks/FV0/CMakeLists.txt:1: error: Use kebab-case for names of workflows and match the name of the workflow file. [name/o2-workflow]

DPG/Tasks/FV0/qaFV0.cxx

DPG/Tasks/FV0/qaFV0.cxx:420: error: Specified task name fv0-qa and the struct name fv0Qa produce the same device name fv0-qa. TaskName is redundant. [name/o2-task]
DPG/Tasks/FV0/qaFV0.cxx:1: error: Specify task name only when it cannot be derived from the struct name. Only append to the default name. [name/o2-task]
DPG/Tasks/FV0/qaFV0.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/ITS/CMakeLists.txt

DPG/Tasks/ITS/CMakeLists.txt:12: error: Workflow name its-impact-parameter-studies does not match its file name itsImpParStudies.cxx. (Matches itsImpactParameterStudies.cxx.) [name/o2-workflow]
DPG/Tasks/ITS/CMakeLists.txt:20: error: Workflow name filtertracks does not match its file name filterTracks.cxx. (Matches filtertracks.cxx.) [name/o2-workflow]
DPG/Tasks/ITS/CMakeLists.txt:1: error: Use kebab-case for names of workflows and match the name of the workflow file. [name/o2-workflow]

DPG/Tasks/ITS/filterTracks.cxx

DPG/Tasks/ITS/filterTracks.cxx:316: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/ITS/filterTracks.cxx:324: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/ITS/filterTracks.cxx:331: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/ITS/filterTracks.cxx:338: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/ITS/filterTracks.cxx:70: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]

DPG/Tasks/ITS/itsImpParStudies.cxx

DPG/Tasks/ITS/itsImpParStudies.cxx:130: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/ITS/itsImpParStudies.cxx:131: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/ITS/itsImpParStudies.cxx:132: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/ITS/itsImpParStudies.cxx:133: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/ITS/itsImpParStudies.cxx:134: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/ITS/itsImpParStudies.cxx:313: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/ITS/itsImpParStudies.cxx:319: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/ITS/itsImpParStudies.cxx:325: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/ITS/itsImpParStudies.cxx:522: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/ITS/itsImpParStudies.cxx:528: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/ITS/itsImpParStudies.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
DPG/Tasks/ITS/itsImpParStudies.cxx:94: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/ITS/itsImpParStudies.cxx:96: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/ITS/itsImpParStudies.cxx:99: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/ITS/itsImpParStudies.cxx:100: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/ITS/itsImpParStudies.cxx:101: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/ITS/itsImpParStudies.cxx:102: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/ITS/itsImpParStudies.cxx:103: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/ITS/itsImpParStudies.cxx:104: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/ITS/itsImpParStudies.cxx:105: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/ITS/itsImpParStudies.cxx:106: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/ITS/itsImpParStudies.cxx:107: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/ITS/itsImpParStudies.cxx:112: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/ITS/itsImpParStudies.cxx:114: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/ITS/itsImpParStudies.cxx:115: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/ITS/itsImpParStudies.cxx:116: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

DPG/Tasks/MFT/CMakeLists.txt

DPG/Tasks/MFT/CMakeLists.txt:12: error: Workflow name aqc-mft-tracks does not match its file name aQCMFTTracks.cxx. (Matches aqcMftTracks.cxx.) [name/o2-workflow]
DPG/Tasks/MFT/CMakeLists.txt:1: error: Use kebab-case for names of workflows and match the name of the workflow file. [name/o2-workflow]

DPG/Tasks/MFT/aQCMFTTracks.cxx

DPG/Tasks/MFT/aQCMFTTracks.cxx:173: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DPG/Tasks/MFT/aQCMFTTracks.cxx:85: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/MFT/aQCMFTTracks.cxx:88: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/MFT/aQCMFTTracks.cxx:91: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/MFT/aQCMFTTracks.cxx:94: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/MFT/aQCMFTTracks.cxx:121: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/MFT/aQCMFTTracks.cxx:164: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/MFT/aQCMFTTracks.cxx:173: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/MFT/aQCMFTTracks.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/Monitor/MC/CMakeLists.txt

DPG/Tasks/Monitor/MC/CMakeLists.txt:12: error: Workflow name task-mc-simple-qc does not match its file name taskMcSimpleQC.cxx. (Matches taskMcSimpleQc.cxx.) [name/o2-workflow]
DPG/Tasks/Monitor/MC/CMakeLists.txt:1: error: Use kebab-case for names of workflows and match the name of the workflow file. [name/o2-workflow]

DPG/Tasks/Monitor/MC/taskMcSimpleQC.cxx

DPG/Tasks/Monitor/MC/taskMcSimpleQC.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/TOF/CMakeLists.txt

DPG/Tasks/TOF/CMakeLists.txt:12: error: Workflow name tof-skimscreation does not match its file name tofSkimsTableCreator.cxx. (Matches tofSkimscreation.cxx.) [name/o2-workflow]
DPG/Tasks/TOF/CMakeLists.txt:17: error: Workflow name tof-calib does not match its file name tofOfflineCalib.cxx. (Matches tofCalib.cxx.) [name/o2-workflow]
DPG/Tasks/TOF/CMakeLists.txt:1: error: Use kebab-case for names of workflows and match the name of the workflow file. [name/o2-workflow]

DPG/Tasks/TOF/tofOfflineCalib.cxx

DPG/Tasks/TOF/tofOfflineCalib.cxx:185: error: Use std:: prefix for names from the std namespace. [std-prefix]
DPG/Tasks/TOF/tofOfflineCalib.cxx:178: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/TOF/tofOfflineCalib.cxx:188: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
DPG/Tasks/TOF/tofOfflineCalib.cxx:126: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/TOF/tofOfflineCalib.cxx:129: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/TOF/tofOfflineCalib.cxx:130: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/TOF/tofOfflineCalib.cxx:131: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/TOF/tofOfflineCalib.cxx:132: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/TOF/tofOfflineCalib.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/TOF/tofSkimsTableCreator.cxx

DPG/Tasks/TOF/tofSkimsTableCreator.cxx:92: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/TOF/tofSkimsTableCreator.cxx:95: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/TOF/tofSkimsTableCreator.cxx:96: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/TOF/tofSkimsTableCreator.cxx:97: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/TOF/tofSkimsTableCreator.cxx:98: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/TOF/tofSkimsTableCreator.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/TOF/tofSkimsTableCreator.h

DPG/Tasks/TOF/tofSkimsTableCreator.h:50: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]

DPG/Tasks/TPC/CMakeLists.txt

DPG/Tasks/TPC/CMakeLists.txt:12: error: Workflow name pid-tpc-skimscreation does not match its file name tpcSkimsTableCreator.cxx. (Matches pidTpcSkimscreation.cxx.) [name/o2-workflow]
DPG/Tasks/TPC/CMakeLists.txt:17: error: Workflow name pid-tpc-tree-creator-light does not match its file name tpcTreeCreatorLight.cxx. (Matches pidTpcTreeCreatorLight.cxx.) [name/o2-workflow]
DPG/Tasks/TPC/CMakeLists.txt:1: error: Use kebab-case for names of workflows and match the name of the workflow file. [name/o2-workflow]

DPG/Tasks/TPC/tpcSkimsTableCreator.cxx

DPG/Tasks/TPC/tpcSkimsTableCreator.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]

DPG/Tasks/TPC/tpcTreeCreatorLight.cxx

DPG/Tasks/TPC/tpcTreeCreatorLight.cxx:114: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DPG/Tasks/TPC/tpcTreeCreatorLight.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
DPG/Tasks/TPC/tpcTreeCreatorLight.cxx:58: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/TPC/tpcTreeCreatorLight.cxx:59: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/TPC/tpcTreeCreatorLight.cxx:65: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/TPC/tpcTreeCreatorLight.cxx:66: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/TPC/tpcTreeCreatorLight.cxx:70: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
DPG/Tasks/TPC/tpcTreeCreatorLight.cxx:71: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

DPG/Tasks/TPC/tpcTreeCreatorLight.h

DPG/Tasks/TPC/tpcTreeCreatorLight.h:37: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]

EventFiltering

EventFiltering/CMakeLists.txt

EventFiltering/CMakeLists.txt:12: error: Workflow name central-event-filter-task does not match its file name cefpTask.cxx. (Matches centralEventFilterTask.cxx.) [name/o2-workflow]
EventFiltering/CMakeLists.txt:17: error: Workflow name selected-bc-range-task does not match its file name selectBCRange.cxx. (Matches selectedBcRangeTask.cxx.) [name/o2-workflow]
EventFiltering/CMakeLists.txt:32: error: Workflow name diffraction-bcfilter does not match its file name diffractionBCFilter.cxx. (Matches diffractionBcfilter.cxx.) [name/o2-workflow]
EventFiltering/CMakeLists.txt:40: error: Workflow name hf-filter does not match its file name HFFilter.cxx. (Matches hfFilter.cxx.) [name/o2-workflow]
EventFiltering/CMakeLists.txt:45: error: Workflow name hf-filter-charm-hadron-signals does not match its file name HFFilterCharmHadronSignals.cxx. (Matches hfFilterCharmHadronSignals.cxx.) [name/o2-workflow]
EventFiltering/CMakeLists.txt:50: error: Workflow name hf-filter-prepare-ml-samples does not match its file name HFFilterPrepareMLSamples.cxx. (Matches hfFilterPrepareMlSamples.cxx.) [name/o2-workflow]
EventFiltering/CMakeLists.txt:55: error: Workflow name cf-filter does not match its file name CFFilterAll.cxx. (Matches cfFilter.cxx.) [name/o2-workflow]
EventFiltering/CMakeLists.txt:60: error: Workflow name je-filter does not match its file name jetFilter.cxx. (Matches jeFilter.cxx.) [name/o2-workflow]
EventFiltering/CMakeLists.txt:65: error: Workflow name je-hf-filter does not match its file name jetHFFilter.cxx. (Matches jeHfFilter.cxx.) [name/o2-workflow]
EventFiltering/CMakeLists.txt:70: error: Workflow name fje-filter does not match its file name fullJetFilter.cxx. (Matches fjeFilter.cxx.) [name/o2-workflow]
EventFiltering/CMakeLists.txt:75: error: Workflow name lf-strangeness-filter does not match its file name strangenessFilter.cxx. (Matches lfStrangenessFilter.cxx.) [name/o2-workflow]
EventFiltering/CMakeLists.txt:85: error: Workflow name em-global-dimuon-filter does not match its file name globalDimuonFilter.cxx. (Matches emGlobalDimuonFilter.cxx.) [name/o2-workflow]
EventFiltering/CMakeLists.txt:90: error: Workflow name em-photon-filter does not match its file name EMPhotonFilter.cxx. (Matches emPhotonFilter.cxx.) [name/o2-workflow]
EventFiltering/CMakeLists.txt:95: error: Workflow name em-photon-filter-qc does not match its file name EMPhotonFilterQC.cxx. (Matches emPhotonFilterQc.cxx.) [name/o2-workflow]
EventFiltering/CMakeLists.txt:100: error: Workflow name heavy-neutral-meson-filter does not match its file name HeavyNeutralMesonFilter.cxx. (Matches heavyNeutralMesonFilter.cxx.) [name/o2-workflow]
EventFiltering/CMakeLists.txt:105: error: Workflow name lf-f1proton-filter does not match its file name filterf1proton.cxx. (Matches lfF1protonFilter.cxx.) [name/o2-workflow]
EventFiltering/CMakeLists.txt:110: error: Workflow name lf-doublephi-filter does not match its file name filterdoublephi.cxx. (Matches lfDoublephiFilter.cxx.) [name/o2-workflow]
EventFiltering/CMakeLists.txt:115: error: Workflow name h2-from-beauty-filter does not match its file name H2fromLbFilter.cxx. (Matches h2FromBeautyFilter.cxx.) [name/o2-workflow]
EventFiltering/CMakeLists.txt:1: error: Use kebab-case for names of workflows and match the name of the workflow file. [name/o2-workflow]

EventFiltering/PWGEM/EMPhotonFilter.cxx

EventFiltering/PWGEM/EMPhotonFilter.cxx:199: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGEM/EMPhotonFilter.cxx:205: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGEM/EMPhotonFilter.cxx:208: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGEM/EMPhotonFilter.cxx:280: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGEM/EMPhotonFilter.cxx:282: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGEM/EMPhotonFilter.cxx:283: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGEM/EMPhotonFilter.cxx:284: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGEM/EMPhotonFilter.cxx:352: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGEM/EMPhotonFilter.cxx:389: error: Device names em-photon-filter and e-m-photon-filter generated from the specified task name em-photon-filter and from the struct name EMPhotonFilter, respectively, differ in hyphenation. Consider fixing capitalisation of the struct name to EmPhotonFilter and removing TaskName. [name/o2-task]
EventFiltering/PWGEM/EMPhotonFilter.cxx:1: error: Specify task name only when it cannot be derived from the struct name. Only append to the default name. [name/o2-task]
EventFiltering/PWGEM/EMPhotonFilter.cxx:81: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGEM/EMPhotonFilter.cxx:82: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGEM/EMPhotonFilter.cxx:83: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGEM/EMPhotonFilter.cxx:84: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGEM/EMPhotonFilter.cxx:85: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGEM/EMPhotonFilter.cxx:86: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGEM/EMPhotonFilter.cxx:87: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGEM/EMPhotonFilter.cxx:92: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGEM/EMPhotonFilter.cxx:94: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGEM/EMPhotonFilter.cxx:95: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGEM/EMPhotonFilter.cxx:96: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGEM/EMPhotonFilter.cxx:97: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGEM/EMPhotonFilter.cxx:100: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGEM/EMPhotonFilter.cxx:103: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGEM/EMPhotonFilter.cxx:104: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGEM/EMPhotonFilter.cxx:105: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGEM/EMPhotonFilter.cxx:106: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

EventFiltering/PWGEM/EMPhotonFilterQC.cxx

EventFiltering/PWGEM/EMPhotonFilterQC.cxx:95: error: Use std:: prefix for names from the std namespace. [std-prefix]
EventFiltering/PWGEM/EMPhotonFilterQC.cxx:105: error: Use std:: prefix for names from the std namespace. [std-prefix]
EventFiltering/PWGEM/EMPhotonFilterQC.cxx:126: error: Use std:: prefix for names from the std namespace. [std-prefix]
EventFiltering/PWGEM/EMPhotonFilterQC.cxx:90: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
EventFiltering/PWGEM/EMPhotonFilterQC.cxx:109: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
EventFiltering/PWGEM/EMPhotonFilterQC.cxx:115: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
EventFiltering/PWGEM/EMPhotonFilterQC.cxx:130: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
EventFiltering/PWGEM/EMPhotonFilterQC.cxx:95: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGEM/EMPhotonFilterQC.cxx:105: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGEM/EMPhotonFilterQC.cxx:126: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGEM/EMPhotonFilterQC.cxx:175: error: Device names em-photon-filter-qc and e-m-photon-filter-q-c generated from the specified task name em-photon-filter-qc and from the struct name EMPhotonFilterQC, respectively, differ in hyphenation. Consider fixing capitalisation of the struct name to EmPhotonFilterQc and removing TaskName. [name/o2-task]
EventFiltering/PWGEM/EMPhotonFilterQC.cxx:1: error: Specify task name only when it cannot be derived from the struct name. Only append to the default name. [name/o2-task]

EventFiltering/PWGEM/globalDimuonFilter.cxx

EventFiltering/PWGEM/globalDimuonFilter.cxx:875: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
EventFiltering/PWGEM/globalDimuonFilter.cxx:886: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
EventFiltering/PWGEM/globalDimuonFilter.cxx:908: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
EventFiltering/PWGEM/globalDimuonFilter.cxx:919: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
EventFiltering/PWGEM/globalDimuonFilter.cxx:1293: error: Specified task name em-global-dimuon-filter produces device name em-global-dimuon-filter which does not match the device name global-dimuon-filter from the struct name globalDimuonFilter. (Matching struct name EmGlobalDimuonFilter) [name/o2-task]
EventFiltering/PWGEM/globalDimuonFilter.cxx:1: error: Specify task name only when it cannot be derived from the struct name. Only append to the default name. [name/o2-task]
EventFiltering/PWGEM/globalDimuonFilter.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
EventFiltering/PWGEM/globalDimuonFilter.cxx:72: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

EventFiltering/PWGHF/H2fromLbFilter.cxx

EventFiltering/PWGHF/H2fromLbFilter.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
EventFiltering/PWGHF/H2fromLbFilter.cxx:62: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGHF/H2fromLbFilter.cxx:63: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGHF/H2fromLbFilter.cxx:47: error: Names of PWGHF structs and classes must start with "Hf". [pwghf/name/struct-class]
EventFiltering/PWGHF/H2fromLbFilter.cxx:84: error: H2fromLbFilter: void init( appears too early (before end of using). [pwghf/struct-member-order]
EventFiltering/PWGHF/H2fromLbFilter.cxx:1: error: Declare struct members in the conventional order. See the PWGHF coding guidelines. [pwghf/struct-member-order]

EventFiltering/PWGHF/HFFilter.cxx

EventFiltering/PWGHF/HFFilter.cxx:351: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilter.cxx:572: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilter.cxx:1344: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilter.cxx:1611: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilter.cxx:1913: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilter.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
EventFiltering/PWGHF/HFFilter.cxx:156: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGHF/HFFilter.cxx:187: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]

EventFiltering/PWGHF/HFFilterCharmHadronSignals.cxx

EventFiltering/PWGHF/HFFilterCharmHadronSignals.cxx:151: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterCharmHadronSignals.cxx:199: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterCharmHadronSignals.cxx:337: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterCharmHadronSignals.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
EventFiltering/PWGHF/HFFilterCharmHadronSignals.cxx:91: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGHF/HFFilterCharmHadronSignals.cxx:90: error: HfFilterCharmHadronSignals: Service< appears too early (before end of Configurable<). [pwghf/struct-member-order]
EventFiltering/PWGHF/HFFilterCharmHadronSignals.cxx:97: error: HfFilterCharmHadronSignals: ConfigurableAxis appears too early (before end of Preslice<). [pwghf/struct-member-order]
EventFiltering/PWGHF/HFFilterCharmHadronSignals.cxx:1: error: Declare struct members in the conventional order. See the PWGHF coding guidelines. [pwghf/struct-member-order]

EventFiltering/PWGHF/HFFilterHelpers.h

EventFiltering/PWGHF/HFFilterHelpers.h:298: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
EventFiltering/PWGHF/HFFilterHelpers.h:921: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:925: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1032: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1050: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1225: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1253: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1290: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1317: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1355: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1397: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1435: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1477: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1571: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1577: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1592: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1595: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1597: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1653: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1696: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1701: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1751: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1758: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1760: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1792: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1794: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1797: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1800: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1838: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1842: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1846: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1857: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1880: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1925: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:1969: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:2026: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:2086: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:2278: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:2315: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:2456: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:2528: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:2530: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:2540: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:2559: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:2759: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:2814: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:2830: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:2883: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:2938: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:2954: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGHF/HFFilterHelpers.h:2997: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
EventFiltering/PWGHF/HFFilterHelpers.h:2998: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
EventFiltering/PWGHF/HFFilterHelpers.h:3006: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
EventFiltering/PWGHF/HFFilterHelpers.h:3007: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
EventFiltering/PWGHF/HFFilterHelpers.h:3015: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
EventFiltering/PWGHF/HFFilterHelpers.h:3016: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
EventFiltering/PWGHF/HFFilterHelpers.h:3025: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
EventFiltering/PWGHF/HFFilterHelpers.h:3100: error: Use UpperCamelCase for names of O2 columns and matching lowerCamelCase names for their getters. [name/o2-column]
EventFiltering/PWGHF/HFFilterHelpers.h:178: error: Names of PWGHF structs and classes must start with "Hf". [pwghf/name/struct-class]
EventFiltering/PWGHF/HFFilterHelpers.h:220: error: Names of PWGHF structs and classes must start with "Hf". [pwghf/name/struct-class]

EventFiltering/PWGHF/HFFilterPrepareMLSamples.cxx

EventFiltering/PWGHF/HFFilterPrepareMLSamples.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
EventFiltering/PWGHF/HFFilterPrepareMLSamples.cxx:78: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGHF/HFFilterPrepareMLSamples.cxx:77: error: HfFilterPrepareMlSamples: Service< appears too early (before end of Configurable<). [pwghf/struct-member-order]
EventFiltering/PWGHF/HFFilterPrepareMLSamples.cxx:88: error: HfFilterPrepareMlSamples: void init( appears too early (before end of using). [pwghf/struct-member-order]
EventFiltering/PWGHF/HFFilterPrepareMLSamples.cxx:1: error: Declare struct members in the conventional order. See the PWGHF coding guidelines. [pwghf/struct-member-order]

EventFiltering/PWGJE/fullJetFilter.cxx

EventFiltering/PWGJE/fullJetFilter.cxx:52: error: Do not include iostream. Use O2 logging instead. [include-iostream]
EventFiltering/PWGJE/fullJetFilter.cxx:663: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
EventFiltering/PWGJE/fullJetFilter.cxx:300: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
EventFiltering/PWGJE/fullJetFilter.cxx:540: error: Use constant references for non-modified iterators in range-based for loops. [const-ref-in-for-loop]
EventFiltering/PWGJE/fullJetFilter.cxx:500: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGJE/fullJetFilter.cxx:502: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGJE/fullJetFilter.cxx:636: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
EventFiltering/PWGJE/fullJetFilter.cxx:1: error: Name of a workflow file must match the name of the main struct in it (without the PWG prefix). (Class implementation files should be in "Core" directories.) [name/workflow-file]
EventFiltering/PWGJE/fullJetFilter.cxx:162: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGJE/fullJetFilter.cxx:163: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGJE/fullJetFilter.cxx:164: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGJE/fullJetFilter.cxx:165: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGJE/fullJetFilter.cxx:166: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGJE/fullJetFilter.cxx:167: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGJE/fullJetFilter.cxx:168: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGJE/fullJetFilter.cxx:169: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGJE/fullJetFilter.cxx:170: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGJE/fullJetFilter.cxx:171: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGJE/fullJetFilter.cxx:172: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGJE/fullJetFilter.cxx:173: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGJE/fullJetFilter.cxx:174: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGJE/fullJetFilter.cxx:175: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGJE/fullJetFilter.cxx:176: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGJE/fullJetFilter.cxx:177: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGJE/fullJetFilter.cxx:178: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGJE/fullJetFilter.cxx:179: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGJE/fullJetFilter.cxx:180: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGJE/fullJetFilter.cxx:181: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and names on the same line.) [name/configurable]
EventFiltering/PWGJE/fullJetFilter.cxx:182: error: Use lowerCamelCase for names of configurables and use the same name for the struct member as for the JSON string. (Declare the type and 

Clone this wiki locally