Skip to content

report_o2 linter

Vít Kučera edited this page Dec 24, 2025 · 6 revisions

Report from O2 linter

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

Summary

Per category

category issues
include-iostream 688
logging 3364
magic-number 7246
name/o2-column 162
name/o2-task 6
pdg/explicit-code 31
pdg/explicit-mass 106
root/lorentz-vector 107
std-prefix 612
using-directive 214
total 12536

Per directory, per line

directory issues issues per 1000 lines
Algorithm 27 10.8
CCDB 98 16.9
Common 381 17
DataFormats 842 16.5
Detectors 7616 13.2
EventVisualisation 31 4.14
Examples 20 86.2
Framework 1689 16.3
GPU 1509 17.9
Generators 66 9.52
Steer 73 9.65
Utilities 147 6.54
macro 13 3.06
run 24 6.42
total 12536 13.9

Issues

Algorithm

Algorithm/test/headerstack.cxx

Algorithm/test/headerstack.cxx:21: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Algorithm/test/o2formatparser.cxx

Algorithm/test/o2formatparser.cxx:21: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Algorithm/test/o2formatparser.cxx:81: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Algorithm/test/pageparser.cxx

Algorithm/test/pageparser.cxx:21: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Algorithm/test/pageparser.cxx:167: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Algorithm/test/parser.cxx

Algorithm/test/parser.cxx:21: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Algorithm/test/parser.cxx:88: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Algorithm/test/parser.cxx:89: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Algorithm/test/parser.cxx:129: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Algorithm/test/parser.cxx:130: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Algorithm/test/parser.cxx:246: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Algorithm/test/parser.cxx:247: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Algorithm/test/tableview.cxx

Algorithm/test/tableview.cxx:21: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Algorithm/test/tableview.cxx:85: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Algorithm/test/tableview.cxx:110: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Algorithm/test/tableview.cxx:100: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Algorithm/test/tableview.cxx:101: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Algorithm/test/tableview.cxx:112: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Algorithm/test/tableview.cxx:113: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Algorithm/test/test_BitstreamReader.cxx

Algorithm/test/test_BitstreamReader.cxx:21: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Algorithm/test/test_mpl_tools.cxx

Algorithm/test/test_mpl_tools.cxx:32: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Algorithm/test/test_mpl_tools.cxx:128: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Algorithm/test/test_mpl_tools.cxx:129: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Algorithm/test/test_mpl_tools.cxx:136: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Algorithm/test/test_mpl_tools.cxx:151: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Algorithm/test/test_mpl_tools.cxx:157: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Algorithm/test/test_mpl_tools.cxx:148: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

CCDB

CCDB/include/CCDB/CCDBDownloader.h

CCDB/include/CCDB/CCDBDownloader.h:23: error: Do not include iostream. Use O2 logging instead. [include-iostream]

CCDB/src/CCDBDownloader.cxx

CCDB/src/CCDBDownloader.cxx:517: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
CCDB/src/CCDBDownloader.cxx:519: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
CCDB/src/CCDBDownloader.cxx:522: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
CCDB/src/CCDBDownloader.cxx:524: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

CCDB/src/CCDBQuery.cxx

CCDB/src/CCDBQuery.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]
CCDB/src/CCDBQuery.cxx:19: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/src/CCDBQuery.cxx:20: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/src/CCDBQuery.cxx:21: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/src/CCDBQuery.cxx:23: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/src/CCDBQuery.cxx:25: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

CCDB/src/CcdbApi.cxx

CCDB/src/CcdbApi.cxx:43: error: Do not include iostream. Use O2 logging instead. [include-iostream]
CCDB/src/CcdbApi.cxx:569: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/src/CcdbApi.cxx:1792: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/src/CcdbApi.cxx:1796: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/src/CcdbApi.cxx:1821: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/src/CcdbApi.cxx:766: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
CCDB/src/CcdbApi.cxx:776: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
CCDB/src/CcdbApi.cxx:1068: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
CCDB/src/CcdbApi.cxx:1074: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
CCDB/src/CcdbApi.cxx:1082: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
CCDB/src/CcdbApi.cxx:1120: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
CCDB/src/CcdbApi.cxx:1472: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
CCDB/src/CcdbApi.cxx:1483: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
CCDB/src/CcdbApi.cxx:1554: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
CCDB/src/CcdbApi.cxx:1826: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
CCDB/src/CcdbApi.cxx:1984: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

CCDB/src/CleanCCDBSemaphores.cxx

CCDB/src/CleanCCDBSemaphores.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]
CCDB/src/CleanCCDBSemaphores.cxx:29: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/src/CleanCCDBSemaphores.cxx:55: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

CCDB/src/DownloadCCDBFile.cxx

CCDB/src/DownloadCCDBFile.cxx:17: error: Do not include iostream. Use O2 logging instead. [include-iostream]
CCDB/src/DownloadCCDBFile.cxx:40: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/src/DownloadCCDBFile.cxx:80: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

CCDB/src/IdPath.cxx

CCDB/src/IdPath.cxx:104: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
CCDB/src/IdPath.cxx:118: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

CCDB/src/InspectCCDBFile.cxx

CCDB/src/InspectCCDBFile.cxx:17: error: Do not include iostream. Use O2 logging instead. [include-iostream]
CCDB/src/InspectCCDBFile.cxx:33: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/src/InspectCCDBFile.cxx:61: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/src/InspectCCDBFile.cxx:67: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/src/InspectCCDBFile.cxx:71: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/src/InspectCCDBFile.cxx:75: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/src/InspectCCDBFile.cxx:80: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/src/InspectCCDBFile.cxx:83: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/src/InspectCCDBFile.cxx:88: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/src/InspectCCDBFile.cxx:90: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/src/InspectCCDBFile.cxx:107: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

CCDB/src/UploadTool.cxx

CCDB/src/UploadTool.cxx:21: error: Do not include iostream. Use O2 logging instead. [include-iostream]
CCDB/src/UploadTool.cxx:43: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/src/UploadTool.cxx:152: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/src/UploadTool.cxx:176: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/src/UploadTool.cxx:130: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

CCDB/test/testBasicCCDBManager.cxx

CCDB/test/testBasicCCDBManager.cxx:41: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testBasicCCDBManager.cxx:43: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testBasicCCDBManager.cxx:47: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testBasicCCDBManager.cxx:55: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

CCDB/test/testCcdbApi.cxx

CCDB/test/testCcdbApi.cxx:28: error: Do not include iostream. Use O2 logging instead. [include-iostream]
CCDB/test/testCcdbApi.cxx:61: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi.cxx:63: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi.cxx:69: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi.cxx:78: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi.cxx:102: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi.cxx:117: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi.cxx:184: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi.cxx:186: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi.cxx:272: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi.cxx:273: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi.cxx:385: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi.cxx:387: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi.cxx:389: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi.cxx:391: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi.cxx:464: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi.cxx:476: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi.cxx:489: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi.cxx:500: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi.cxx:523: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi.cxx:530: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi.cxx:536: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi.cxx:373: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

CCDB/test/testCcdbApiDownloader.cxx

CCDB/test/testCcdbApiDownloader.cxx:21: error: Do not include iostream. Use O2 logging instead. [include-iostream]
CCDB/test/testCcdbApiDownloader.cxx:218: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
CCDB/test/testCcdbApiDownloader.cxx:252: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
CCDB/test/testCcdbApiDownloader.cxx:278: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

CCDB/test/testCcdbApiHeaders.cxx

CCDB/test/testCcdbApiHeaders.cxx:406: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

CCDB/test/testCcdbApiMultipleUrls.cxx

CCDB/test/testCcdbApiMultipleUrls.cxx:40: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApiMultipleUrls.cxx:42: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApiMultipleUrls.cxx:44: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApiMultipleUrls.cxx:53: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApiMultipleUrls.cxx:77: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApiMultipleUrls.cxx:92: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

CCDB/test/testCcdbApi_ConfigParam.cxx

CCDB/test/testCcdbApi_ConfigParam.cxx:30: error: Do not include iostream. Use O2 logging instead. [include-iostream]
CCDB/test/testCcdbApi_ConfigParam.cxx:63: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi_ConfigParam.cxx:68: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi_ConfigParam.cxx:77: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi_ConfigParam.cxx:101: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

CCDB/test/testCcdbApi_alien.cxx

CCDB/test/testCcdbApi_alien.cxx:25: error: Do not include iostream. Use O2 logging instead. [include-iostream]
CCDB/test/testCcdbApi_alien.cxx:44: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi_alien.cxx:46: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
CCDB/test/testCcdbApi_alien.cxx:69: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Common

Common/Constants/include/CommonConstants/PhysicsConstants.h

Common/Constants/include/CommonConstants/PhysicsConstants.h:108: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/Constants/include/CommonConstants/PhysicsConstants.h:109: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/Constants/include/CommonConstants/PhysicsConstants.h:129: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/Constants/include/CommonConstants/PhysicsConstants.h:131: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/Constants/include/CommonConstants/PhysicsConstants.h:180: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/Constants/include/CommonConstants/PhysicsConstants.h:181: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/Constants/include/CommonConstants/PhysicsConstants.h:193: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/Constants/include/CommonConstants/PhysicsConstants.h:194: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/Constants/include/CommonConstants/PhysicsConstants.h:195: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/Constants/include/CommonConstants/PhysicsConstants.h:196: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/Constants/include/CommonConstants/PhysicsConstants.h:197: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/Constants/include/CommonConstants/PhysicsConstants.h:198: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/Constants/include/CommonConstants/PhysicsConstants.h:199: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/Constants/include/CommonConstants/PhysicsConstants.h:200: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/Constants/include/CommonConstants/PhysicsConstants.h:201: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/Constants/include/CommonConstants/PhysicsConstants.h:202: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/Constants/include/CommonConstants/PhysicsConstants.h:203: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/Constants/include/CommonConstants/PhysicsConstants.h:204: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/Constants/include/CommonConstants/PhysicsConstants.h:205: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/Constants/include/CommonConstants/PhysicsConstants.h:206: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]

Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx

Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:21: 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/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:35: 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/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:47: 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/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx: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]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:83: 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/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:598: 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/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:697: 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/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:796: 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/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:897: 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/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:997: 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/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:155: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:156: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:157: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:573: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:574: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:575: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:136: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:104: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:236: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:237: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:238: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:239: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:240: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:241: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:314: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:315: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:316: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:317: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:318: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:319: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:392: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:393: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:394: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:395: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:396: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:397: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:469: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:470: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:471: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:472: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:473: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:474: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:545: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:546: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:547: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:548: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:549: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:550: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:675: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:676: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:677: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:678: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:679: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:680: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:775: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:776: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:777: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:778: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:779: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:780: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:876: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:877: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:878: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:879: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:880: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:881: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:975: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:976: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:977: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:978: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:979: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:980: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:1075: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:1076: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:1077: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:1078: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:1079: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/GPU/cuda/test/testDCAFitterNGPU.cxx:1080: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/DCAFitter/include/DCAFitter/DCAFitterN.h

Common/DCAFitter/include/DCAFitter/DCAFitterN.h:750: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/DCAFitter/include/DCAFitter/DCAFitterN.h:753: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/DCAFitter/include/DCAFitter/DCAFitterN.h:977: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/DCAFitter/include/DCAFitter/DCAFitterN.h:980: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/DCAFitter/include/DCAFitter/DCAFitterN.h:1012: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/DCAFitter/include/DCAFitter/DCAFitterN.h:1083: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/DCAFitter/include/DCAFitter/DCAFitterN.h:1164: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/DCAFitter/include/DCAFitter/DCAFitterN.h:1166: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/DCAFitter/include/DCAFitter/DCAFitterN.h:1168: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/DCAFitter/include/DCAFitter/DCAFitterN.h:1169: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/DCAFitter/include/DCAFitter/DCAFitterN.h:1170: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/DCAFitter/include/DCAFitter/DCAFitterN.h:1247: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/DCAFitter/include/DCAFitter/DCAFitterN.h:1249: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/DCAFitter/include/DCAFitter/DCAFitterN.h:1273: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/DCAFitter/include/DCAFitter/DCAFitterN.h:1275: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/DCAFitter/include/DCAFitter/DCAFitterN.h:231: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/include/DCAFitter/DCAFitterN.h:237: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/include/DCAFitter/DCAFitterN.h:238: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/include/DCAFitter/DCAFitterN.h:464: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/include/DCAFitter/DCAFitterN.h:1190: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/include/DCAFitter/DCAFitterN.h:1193: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/include/DCAFitter/DCAFitterN.h:1221: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/DCAFitter/include/DCAFitter/FwdDCAFitterN.h

Common/DCAFitter/include/DCAFitter/FwdDCAFitterN.h:155: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/include/DCAFitter/FwdDCAFitterN.h:160: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/include/DCAFitter/FwdDCAFitterN.h:161: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/include/DCAFitter/FwdDCAFitterN.h:346: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/include/DCAFitter/FwdDCAFitterN.h:748: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/include/DCAFitter/FwdDCAFitterN.h:750: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/include/DCAFitter/FwdDCAFitterN.h:810: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/include/DCAFitter/FwdDCAFitterN.h:872: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/include/DCAFitter/FwdDCAFitterN.h:939: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/include/DCAFitter/FwdDCAFitterN.h:1039: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/DCAFitter/test/testDCAFitterN.cxx

Common/DCAFitter/test/testDCAFitterN.cxx:21: 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/DCAFitter/test/testDCAFitterN.cxx:35: 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/DCAFitter/test/testDCAFitterN.cxx:47: 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/DCAFitter/test/testDCAFitterN.cxx: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]
Common/DCAFitter/test/testDCAFitterN.cxx: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]
Common/DCAFitter/test/testDCAFitterN.cxx:170: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/DCAFitter/test/testDCAFitterN.cxx:171: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/DCAFitter/test/testDCAFitterN.cxx:172: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Common/DCAFitter/test/testDCAFitterN.cxx:105: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:257: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:258: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:259: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:260: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:261: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:262: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:343: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:344: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:345: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:346: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:347: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:348: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:428: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:429: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:430: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:431: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:432: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:433: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:512: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:513: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:514: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:515: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:516: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:517: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:595: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:596: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:597: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:598: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:599: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/DCAFitter/test/testDCAFitterN.cxx:600: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/Field/src/MagFieldFact.cxx

Common/Field/src/MagFieldFact.cxx:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Common/Field/src/MagFieldFast.cxx

Common/Field/src/MagFieldFast.cxx:52: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Field/src/MagFieldFast.cxx:84: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Field/src/MagFieldFast.cxx:87: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Field/src/MagFieldFast.cxx:103: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/Field/src/MagneticField.cxx

Common/Field/src/MagneticField.cxx:190: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/Field/src/MagneticWrapperChebyshev.cxx

Common/Field/src/MagneticWrapperChebyshev.cxx:472: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Field/src/MagneticWrapperChebyshev.cxx:473: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Field/src/MagneticWrapperChebyshev.cxx:478: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Field/src/MagneticWrapperChebyshev.cxx:483: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Field/src/MagneticWrapperChebyshev.cxx:487: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Field/src/MagneticWrapperChebyshev.cxx:492: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Field/src/MagneticWrapperChebyshev.cxx:497: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Field/src/MagneticWrapperChebyshev.cxx:502: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Field/src/MagneticWrapperChebyshev.cxx:505: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Field/src/MagneticWrapperChebyshev.cxx:825: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Field/src/MagneticWrapperChebyshev.cxx:917: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Field/src/MagneticWrapperChebyshev.cxx:546: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Field/src/MagneticWrapperChebyshev.cxx:590: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Field/src/MagneticWrapperChebyshev.cxx:635: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Field/src/MagneticWrapperChebyshev.cxx:680: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Field/src/MagneticWrapperChebyshev.cxx:1458: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/Field/test/testMagneticField.cxx

Common/Field/test/testMagneticField.cxx:16: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Common/Field/test/testMagneticField.cxx:83: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Field/test/testMagneticField.cxx:89: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Field/test/testMagneticField.cxx:97: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Field/test/testMagneticField.cxx:98: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/ML/src/OrtInterface.cxx

Common/ML/src/OrtInterface.cxx:81: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/ML/src/OrtInterface.cxx:154: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/ML/src/OrtInterface.cxx:169: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/ML/src/OrtInterface.cxx:193: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/MathUtils/include/MathUtils/Cartesian.h

Common/MathUtils/include/MathUtils/Cartesian.h:71: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/Cartesian.h:80: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/Cartesian.h:81: error: Use std:: prefix for names from the std namespace. [std-prefix]

Common/MathUtils/include/MathUtils/SMatrixGPU.h

Common/MathUtils/include/MathUtils/SMatrixGPU.h:1151: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/include/MathUtils/SMatrixGPU.h:1287: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/include/MathUtils/SMatrixGPU.h:1317: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/MathUtils/include/MathUtils/Tsallis.h

Common/MathUtils/include/MathUtils/Tsallis.h:42: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]

Common/MathUtils/include/MathUtils/Utils.h

Common/MathUtils/include/MathUtils/Utils.h:224: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/Utils.h:235: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/Utils.h:245: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/Utils.h:255: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/Utils.h:265: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/Utils.h:275: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/Utils.h:285: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/Utils.h:295: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/Utils.h:305: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/Utils.h:315: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/Utils.h:375: error: Use std:: prefix for names from the std namespace. [std-prefix]

Common/MathUtils/include/MathUtils/detail/IntervalXY.h

Common/MathUtils/include/MathUtils/detail/IntervalXY.h:231: error: Use std:: prefix for names from the std namespace. [std-prefix]

Common/MathUtils/include/MathUtils/detail/basicMath.h

Common/MathUtils/include/MathUtils/detail/basicMath.h:43: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/detail/basicMath.h:49: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/detail/basicMath.h:55: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/detail/basicMath.h:61: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/detail/basicMath.h:89: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/detail/basicMath.h:101: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/detail/basicMath.h:105: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/detail/basicMath.h:124: error: Use std:: prefix for names from the std namespace. [std-prefix]

Common/MathUtils/include/MathUtils/detail/trigonometric.h

Common/MathUtils/include/MathUtils/detail/trigonometric.h:306: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/detail/trigonometric.h:314: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/detail/trigonometric.h:320: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/detail/trigonometric.h:326: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/detail/trigonometric.h:332: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/detail/trigonometric.h:338: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/detail/trigonometric.h:344: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/detail/trigonometric.h:350: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/detail/trigonometric.h:381: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/detail/trigonometric.h:386: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/detail/trigonometric.h:391: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/detail/trigonometric.h:396: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/detail/trigonometric.h:401: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/detail/trigonometric.h:406: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/include/MathUtils/detail/trigonometric.h:411: error: Use std:: prefix for names from the std namespace. [std-prefix]

Common/MathUtils/include/MathUtils/fit.h

Common/MathUtils/include/MathUtils/fit.h:89: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/include/MathUtils/fit.h:98: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/include/MathUtils/fit.h:100: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/include/MathUtils/fit.h:102: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/include/MathUtils/fit.h:188: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/include/MathUtils/fit.h:268: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/include/MathUtils/fit.h:271: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/include/MathUtils/fit.h:289: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/include/MathUtils/fit.h:303: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/include/MathUtils/fit.h:304: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/include/MathUtils/fit.h:329: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/include/MathUtils/fit.h:337: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/include/MathUtils/fit.h:406: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/include/MathUtils/fit.h:450: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/include/MathUtils/fit.h:578: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/include/MathUtils/fit.h:682: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/include/MathUtils/fit.h:778: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/include/MathUtils/fit.h:931: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/MathUtils/src/Cartesian.cxx

Common/MathUtils/src/Cartesian.cxx:12: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Common/MathUtils/src/Cartesian.cxx:50: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Common/MathUtils/src/Chebyshev3D.cxx

Common/MathUtils/src/Chebyshev3D.cxx:313: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/src/Chebyshev3D.cxx:315: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/src/Chebyshev3D.cxx:321: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/src/Chebyshev3D.cxx:475: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/src/Chebyshev3D.cxx:523: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/src/Chebyshev3D.cxx:551: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/src/Chebyshev3D.cxx:552: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/src/Chebyshev3D.cxx:705: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/src/Chebyshev3D.cxx:706: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/src/Chebyshev3D.cxx:846: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/src/Chebyshev3D.cxx:861: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/src/Chebyshev3D.cxx:233: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/src/Chebyshev3D.cxx:510: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/src/Chebyshev3D.cxx:734: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/src/Chebyshev3D.cxx:738: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/src/Chebyshev3D.cxx:803: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/src/Chebyshev3D.cxx:808: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/src/Chebyshev3D.cxx:845: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/src/Chebyshev3D.cxx:907: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/src/Chebyshev3D.cxx:918: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/src/Chebyshev3D.cxx:1011: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/src/Chebyshev3D.cxx:1029: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/src/Chebyshev3D.cxx:1040: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/MathUtils/src/Chebyshev3DCalc.cxx

Common/MathUtils/src/Chebyshev3DCalc.cxx:195: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/src/Chebyshev3DCalc.cxx:203: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/src/Chebyshev3DCalc.cxx:223: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/src/Chebyshev3DCalc.cxx:257: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/src/Chebyshev3DCalc.cxx:498: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/MathUtils/src/SymMatrixSolver.cxx

Common/MathUtils/src/SymMatrixSolver.cxx:21: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Common/MathUtils/src/SymMatrixSolver.cxx:106: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/MathUtils/src/SymMatrixSolver.cxx:34: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/MathUtils/src/SymMatrixSolver.cxx:174: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/MathUtils/test/testCartesian.cxx

Common/MathUtils/test/testCartesian.cxx:17: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Common/MathUtils/test/testCartesian.cxx:42: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/test/testCartesian.cxx:47: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/test/testCartesian.cxx:49: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/test/testCartesian.cxx:50: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/test/testCartesian.cxx:51: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/test/testCartesian.cxx:63: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/test/testCartesian.cxx:64: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/test/testCartesian.cxx:65: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/test/testCartesian.cxx:66: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Common/MathUtils/test/testUtils.cxx

Common/MathUtils/test/testUtils.cxx:18: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Common/MathUtils/test/testUtils.cxx:47: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/test/testUtils.cxx:48: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/test/testUtils.cxx:51: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/test/testUtils.cxx:81: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/test/testUtils.cxx:93: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/test/testUtils.cxx:105: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/test/testUtils.cxx:117: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/test/testUtils.cxx:118: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/MathUtils/test/testUtils.cxx:120: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/SimConfig/src/SimConfig.cxx

Common/SimConfig/src/SimConfig.cxx:17: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Common/SimConfig/src/SimConfig.cxx:523: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Common/SimConfig/test/TestConfig.cxx

Common/SimConfig/test/TestConfig.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Common/SimConfig/test/TestConfig.cxx:22: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/SimConfig/test/TestConfig.cxx:23: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/SimConfig/test/TestConfig.cxx:27: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/SimConfig/test/TestConfig.cxx:30: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/SimConfig/test/TestConfig.cxx:48: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Common/SimConfig/test/TestConfigurableParam.cxx

Common/SimConfig/test/TestConfigurableParam.cxx:15: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Common/Utils/include/CommonUtils/BoostHistogramUtils.h

Common/Utils/include/CommonUtils/BoostHistogramUtils.h:323: error: Use std:: prefix for names from the std namespace. [std-prefix]
Common/Utils/include/CommonUtils/BoostHistogramUtils.h:294: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Utils/include/CommonUtils/BoostHistogramUtils.h:297: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Utils/include/CommonUtils/BoostHistogramUtils.h:303: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Utils/include/CommonUtils/BoostHistogramUtils.h:326: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Utils/include/CommonUtils/BoostHistogramUtils.h:339: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Utils/include/CommonUtils/BoostHistogramUtils.h:340: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Utils/include/CommonUtils/BoostHistogramUtils.h:369: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Utils/include/CommonUtils/BoostHistogramUtils.h:376: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Utils/include/CommonUtils/BoostHistogramUtils.h:497: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/Utils/include/CommonUtils/ConfigurableParam.h

Common/Utils/include/CommonUtils/ConfigurableParam.h:23: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Common/Utils/include/CommonUtils/EnumFlags.h

Common/Utils/include/CommonUtils/EnumFlags.h:34: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Common/Utils/include/CommonUtils/EnumFlags.h:693: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Utils/include/CommonUtils/EnumFlags.h:696: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Utils/include/CommonUtils/EnumFlags.h:699: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Utils/include/CommonUtils/EnumFlags.h:706: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Utils/include/CommonUtils/EnumFlags.h:709: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Utils/include/CommonUtils/EnumFlags.h:728: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/Utils/include/CommonUtils/RootSerializableKeyValueStore.h

Common/Utils/include/CommonUtils/RootSerializableKeyValueStore.h:98: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/Utils/src/ConfigurableParam.cxx

Common/Utils/src/ConfigurableParam.cxx:32: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Common/Utils/src/ConfigurableParam.cxx:314: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Utils/src/ConfigurableParam.cxx:318: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Utils/src/ConfigurableParam.cxx:409: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Common/Utils/src/ConfigurableParamHelper.cxx

Common/Utils/src/ConfigurableParamHelper.cxx:23: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Common/Utils/src/FileFetcher.cxx

Common/Utils/src/FileFetcher.cxx:93: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/Utils/src/FileSystemUtils.cxx

Common/Utils/src/FileSystemUtils.cxx:20: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Common/Utils/src/RootSerializableKeyValueStore.cxx

Common/Utils/src/RootSerializableKeyValueStore.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Common/Utils/src/RootSerializableKeyValueStore.cxx:64: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Utils/src/RootSerializableKeyValueStore.cxx:66: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Utils/src/RootSerializableKeyValueStore.cxx:68: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Common/Utils/src/TreeMergerTool.cxx

Common/Utils/src/TreeMergerTool.cxx:24: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Common/Utils/src/TreeMergerTool.cxx:66: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Common/Utils/src/fpu.cxx

Common/Utils/src/fpu.cxx:18: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/Utils/test/testCompStream.cxx

Common/Utils/test/testCompStream.cxx:24: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Common/Utils/test/testCompStream.cxx:70: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Utils/test/testCompStream.cxx:104: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/Utils/test/testEnumFlags.cxx

Common/Utils/test/testEnumFlags.cxx:149: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Utils/test/testEnumFlags.cxx:53: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/Utils/test/testRootSerializableKeyValueStore.cxx

Common/Utils/test/testRootSerializableKeyValueStore.cxx:20: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Common/Utils/test/testRootSerializableKeyValueStore.cxx:89: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Utils/test/testRootSerializableKeyValueStore.cxx:105: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/Utils/test/testTreeStream.cxx

Common/Utils/test/testTreeStream.cxx:20: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Common/Utils/test/testTreeStream.cxx:201: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Utils/test/testTreeStream.cxx:213: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Utils/test/testTreeStream.cxx:214: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Utils/test/testTreeStream.cxx:215: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Utils/test/testTreeStream.cxx:219: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Utils/test/testTreeStream.cxx:220: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Utils/test/testTreeStream.cxx:226: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Utils/test/testTreeStream.cxx:243: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Utils/test/testTreeStream.cxx:247: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Common/Utils/test/testTreeStream.cxx:61: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Utils/test/testTreeStream.cxx:97: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Utils/test/testTreeStream.cxx:113: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Utils/test/testTreeStream.cxx:116: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Utils/test/testTreeStream.cxx:172: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Common/Utils/test/testTreeStream.cxx:239: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Common/Utils/test/testValueMonitor.cxx

Common/Utils/test/testValueMonitor.cxx:24: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats

DataFormats/Calibration/src/MeanVertexObject.cxx

DataFormats/Calibration/src/MeanVertexObject.cxx:60: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Calibration/src/MeanVertexObject.cxx:26: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Calibration/src/MeanVertexObject.cxx:39: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/CPV/include/DataFormatsCPV/Cluster.h

DataFormats/Detectors/CPV/include/DataFormatsCPV/Cluster.h:84: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Detectors/CPV/include/DataFormatsCPV/Cluster.h:85: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Detectors/CPV/include/DataFormatsCPV/Cluster.h:84: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CPV/include/DataFormatsCPV/Cluster.h:85: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/CPV/include/DataFormatsCPV/Digit.h

DataFormats/Detectors/CPV/include/DataFormatsCPV/Digit.h:49: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Detectors/CPV/include/DataFormatsCPV/Digit.h:61: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Detectors/CPV/include/DataFormatsCPV/Digit.h:73: error: Use std:: prefix for names from the std namespace. [std-prefix]

DataFormats/Detectors/CPV/include/DataFormatsCPV/Pedestals.h

DataFormats/Detectors/CPV/include/DataFormatsCPV/Pedestals.h:58: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/CPV/include/DataFormatsCPV/RawFormats.h

DataFormats/Detectors/CPV/include/DataFormatsCPV/RawFormats.h:45: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CPV/include/DataFormatsCPV/RawFormats.h:74: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CPV/include/DataFormatsCPV/RawFormats.h:113: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CPV/include/DataFormatsCPV/RawFormats.h:124: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/CPV/src/BadChannelMap.cxx

DataFormats/Detectors/CPV/src/BadChannelMap.cxx:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/CPV/src/BadChannelMap.cxx:28: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CPV/src/BadChannelMap.cxx:30: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CPV/src/BadChannelMap.cxx:38: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/CPV/src/CalibParams.cxx

DataFormats/Detectors/CPV/src/CalibParams.cxx:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/CPV/src/Digit.cxx

DataFormats/Detectors/CPV/src/Digit.cxx:15: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/CPV/src/Digit.cxx:27: error: Use std:: prefix for names from the std namespace. [std-prefix]

DataFormats/Detectors/CPV/src/Pedestals.cxx

DataFormats/Detectors/CPV/src/Pedestals.cxx:39: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/CPV/src/TriggerRecord.cxx

DataFormats/Detectors/CPV/src/TriggerRecord.cxx:12: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/CTP/include/DataFormatsCTP/Configuration.h

DataFormats/Detectors/CTP/include/DataFormatsCTP/Configuration.h:66: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Detectors/CTP/include/DataFormatsCTP/Configuration.h:115: error: Use std:: prefix for names from the std namespace. [std-prefix]

DataFormats/Detectors/CTP/src/CTPRateFetcher.cxx

DataFormats/Detectors/CTP/src/CTPRateFetcher.cxx:32: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/CTPRateFetcher.cxx:42: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/CTPRateFetcher.cxx:46: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/CTPRateFetcher.cxx:143: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/CTPRateFetcher.cxx:153: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/CTPRateFetcher.cxx:205: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/CTPRateFetcher.cxx:219: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/CTP/src/Configuration.cxx

DataFormats/Detectors/CTP/src/Configuration.cxx:22: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/CTP/src/Configuration.cxx:57: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Configuration.cxx:1014: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Configuration.cxx:1018: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Configuration.cxx:1022: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Configuration.cxx:1026: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Configuration.cxx:1030: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Configuration.cxx:1037: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Configuration.cxx:1047: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Configuration.cxx:1049: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Configuration.cxx:1051: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Configuration.cxx:1055: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Configuration.cxx:1058: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Configuration.cxx:1060: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Configuration.cxx:1065: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Configuration.cxx:64: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Configuration.cxx:340: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Configuration.cxx:357: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Configuration.cxx:440: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Configuration.cxx:576: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Configuration.cxx:593: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Configuration.cxx:611: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Configuration.cxx:682: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Configuration.cxx:719: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Configuration.cxx:885: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Configuration.cxx:947: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Configuration.cxx:1084: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Configuration.cxx:1141: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Configuration.cxx:1147: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Configuration.cxx:1206: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/CTP/src/Digits.cxx

DataFormats/Detectors/CTP/src/Digits.cxx:16: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/CTP/src/Scalers.cxx

DataFormats/Detectors/CTP/src/Scalers.cxx:16: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/CTP/src/Scalers.cxx:72: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Scalers.cxx:85: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Scalers.cxx:549: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Scalers.cxx:559: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Scalers.cxx:560: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Scalers.cxx:561: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Scalers.cxx:562: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Scalers.cxx:563: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Scalers.cxx:580: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Scalers.cxx:581: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Scalers.cxx:582: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Scalers.cxx:583: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Scalers.cxx:584: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Scalers.cxx:585: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Scalers.cxx:600: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Scalers.cxx:601: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Scalers.cxx:617: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Scalers.cxx:618: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Scalers.cxx:636: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Scalers.cxx:637: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Scalers.cxx:656: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/CTP/src/Scalers.cxx:157: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Scalers.cxx:188: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Scalers.cxx:227: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Scalers.cxx:248: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Scalers.cxx:249: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Scalers.cxx:264: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Scalers.cxx:265: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Scalers.cxx:615: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Scalers.cxx:663: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Scalers.cxx:683: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Scalers.cxx:700: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Scalers.cxx:705: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Scalers.cxx:707: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Scalers.cxx:709: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Scalers.cxx:711: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Scalers.cxx:713: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Scalers.cxx:719: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Scalers.cxx:753: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Scalers.cxx:773: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Scalers.cxx:831: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/CTP/src/Scalers.cxx:851: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/DetID.h

DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/DetID.h:22: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/DetID.h:25: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/DetID.h:99: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/EncodedBlocks.h

DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/EncodedBlocks.h:391: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/EncodedBlocks.h:412: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/EncodedBlocks.h:1400: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/internal/InplaceEntropyCoder.h

DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/internal/InplaceEntropyCoder.h:89: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/internal/InplaceEntropyCoder.h:92: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/internal/InplaceEntropyCoder.h:95: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/internal/InplaceEntropyCoder.h:98: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/internal/InplaceEntropyCoder.h:120: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/internal/InplaceEntropyCoder.h:171: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/internal/InplaceEntropyCoder.h:251: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/internal/InplaceEntropyCoder.h:259: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/internal/InplaceEntropyCoder.h:265: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/internal/InplaceEntropyCoder.h:270: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/internal/InplaceEntropyCoder.h:282: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/Common/include/DetectorsCommonDataFormats/internal/InplaceEntropyCoder.h:290: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/Common/src/AlignParam.cxx

DataFormats/Detectors/Common/src/AlignParam.cxx:361: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/Common/src/AlignParam.cxx:121: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/Common/src/DetMatrixCache.cxx

DataFormats/Detectors/Common/src/DetMatrixCache.cxx:38: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/Common/test/testDetID.cxx

DataFormats/Detectors/Common/test/testDetID.cxx:16: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/Common/test/testDetID.cxx:26: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/Common/test/testDetID.cxx:30: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/DCS/include/DataFormatsDCS/DCSConfigObject.h

DataFormats/Detectors/DCS/include/DataFormatsDCS/DCSConfigObject.h:17: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/DCS/include/DataFormatsDCS/DCSConfigObject.h:72: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/DCS/include/DataFormatsDCS/DCSConfigObject.h:79: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL/AnalysisCluster.h

DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL/AnalysisCluster.h:20: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL/AnalysisCluster.h:192: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]

DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL/ErrorTypeFEE.h

DataFormats/Detectors/EMCAL/include/DataFormatsEMCAL/ErrorTypeFEE.h:15: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/EMCAL/src/AnalysisCluster.cxx

DataFormats/Detectors/EMCAL/src/AnalysisCluster.cxx:17: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
DataFormats/Detectors/EMCAL/src/AnalysisCluster.cxx:32: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
DataFormats/Detectors/EMCAL/src/AnalysisCluster.cxx:35: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]

DataFormats/Detectors/EMCAL/src/Cell.cxx

DataFormats/Detectors/EMCAL/src/Cell.cxx:14: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/EMCAL/src/Cluster.cxx

DataFormats/Detectors/EMCAL/src/Cluster.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/EMCAL/src/CompressedTriggerData.cxx

DataFormats/Detectors/EMCAL/src/CompressedTriggerData.cxx:12: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/EMCAL/src/Constants.cxx

DataFormats/Detectors/EMCAL/src/Constants.cxx:11: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/EMCAL/src/Digit.cxx

DataFormats/Detectors/EMCAL/src/Digit.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/EMCAL/src/ErrorTypeFEE.cxx

DataFormats/Detectors/EMCAL/src/ErrorTypeFEE.cxx:14: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/EMCAL/src/TriggerRecord.cxx

DataFormats/Detectors/EMCAL/src/TriggerRecord.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/EMCAL/test/testCell.cxx

DataFormats/Detectors/EMCAL/test/testCell.cxx:33: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/EMCAL/test/testCell.cxx:58: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/EMCAL/test/testCell.cxx:64: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/Digit.h

DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/Digit.h:23: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/FIT/FDD/include/DataFormatsFDD/Digit.h:102: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/FIT/FDD/src/RawEventData.cxx

DataFormats/Detectors/FIT/FDD/src/RawEventData.cxx:14: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/FIT/FT0/include/DataFormatsFT0/Digit.h

DataFormats/Detectors/FIT/FT0/include/DataFormatsFT0/Digit.h:27: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/FIT/FT0/src/ChannelData.cxx

DataFormats/Detectors/FIT/FT0/src/ChannelData.cxx:14: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/FIT/FT0/src/ChannelData.cxx:20: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Detectors/FIT/FT0/src/Digit.cxx

DataFormats/Detectors/FIT/FT0/src/Digit.cxx:15: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/FIT/FT0/src/Digit.cxx:49: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/FIT/FT0/src/RecPoints.cxx

DataFormats/Detectors/FIT/FT0/src/RecPoints.cxx:18: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/FIT/FT0/src/RecPoints.cxx:26: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Detectors/FIT/FV0/include/DataFormatsFV0/Digit.h

DataFormats/Detectors/FIT/FV0/include/DataFormatsFV0/Digit.h:26: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/FIT/FV0/src/ChannelData.cxx

DataFormats/Detectors/FIT/FV0/src/ChannelData.cxx:14: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/FIT/FV0/src/ChannelData.cxx:20: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Detectors/FIT/FV0/src/Digit.cxx

DataFormats/Detectors/FIT/FV0/src/Digit.cxx:15: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/FIT/FV0/src/Digit.cxx:49: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/FIT/FV0/src/Hit.cxx

DataFormats/Detectors/FIT/FV0/src/Hit.cxx:16: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/FIT/FV0/src/Hit.cxx:27: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Detectors/FIT/FV0/src/RawEventData.cxx

DataFormats/Detectors/FIT/FV0/src/RawEventData.cxx:14: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/FIT/FV0/src/RecPoints.cxx

DataFormats/Detectors/FIT/FV0/src/RecPoints.cxx:19: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/FIT/FV0/src/RecPoints.cxx:24: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/FIT/FV0/src/RecPoints.cxx:25: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/FIT/FV0/src/RecPoints.cxx:26: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/FIT/FV0/src/RecPoints.cxx:27: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Detectors/FIT/common/include/DataFormatsFIT/LookUpTable.h

DataFormats/Detectors/FIT/common/include/DataFormatsFIT/LookUpTable.h:25: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/FIT/common/include/DataFormatsFIT/LookUpTable.h:406: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Detectors/FIT/common/include/DataFormatsFIT/Triggers.h

DataFormats/Detectors/FIT/common/include/DataFormatsFIT/Triggers.h:21: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/FOCAL/src/ErrorHandling.cxx

DataFormats/Detectors/FOCAL/src/ErrorHandling.cxx:11: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/FOCAL/src/Event.cxx

DataFormats/Detectors/FOCAL/src/Event.cxx:14: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/FOCAL/src/PixelChip.cxx

DataFormats/Detectors/FOCAL/src/PixelChip.cxx:12: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/FOCAL/src/PixelChipRecord.cxx

DataFormats/Detectors/FOCAL/src/PixelChipRecord.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/FOCAL/src/PixelHit.cxx

DataFormats/Detectors/FOCAL/src/PixelHit.cxx:12: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/FOCAL/src/TriggerRecord.cxx

DataFormats/Detectors/FOCAL/src/TriggerRecord.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/GlobalTracking/src/FilteredRecoTF.cxx

DataFormats/Detectors/GlobalTracking/src/FilteredRecoTF.cxx:17: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/GlobalTracking/src/TrackTuneParams.cxx

DataFormats/Detectors/GlobalTracking/src/TrackTuneParams.cxx:24: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/GlobalTracking/src/TrackTuneParams.cxx:34: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/HMPID/include/DataFormatsHMP/Cluster.h

DataFormats/Detectors/HMPID/include/DataFormatsHMP/Cluster.h:83: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/HMPID/include/DataFormatsHMP/Cluster.h:90: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/HMPID/include/DataFormatsHMP/Digit.h

DataFormats/Detectors/HMPID/include/DataFormatsHMP/Digit.h:39: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Detectors/HMPID/include/DataFormatsHMP/Digit.h:45: error: Use std:: prefix for names from the std namespace. [std-prefix]

DataFormats/Detectors/HMPID/src/Cluster.cxx

DataFormats/Detectors/HMPID/src/Cluster.cxx:109: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Detectors/HMPID/src/Cluster.cxx:245: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/HMPID/src/Cluster.cxx:248: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/HMPID/src/Cluster.cxx:250: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/HMPID/src/Cluster.cxx:150: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/HMPID/src/Cluster.cxx:275: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/HMPID/src/Cluster.cxx:282: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/HMPID/src/Digit.cxx

DataFormats/Detectors/HMPID/src/Digit.cxx:23: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/HMPID/src/Digit.cxx:132: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Detectors/HMPID/src/Digit.cxx:203: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Detectors/HMPID/src/Digit.cxx:331: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Detectors/HMPID/src/Digit.cxx:332: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Detectors/HMPID/src/Digit.cxx:334: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Detectors/HMPID/src/Digit.cxx:349: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Detectors/HMPID/src/Digit.cxx:350: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Detectors/HMPID/src/Digit.cxx:352: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Detectors/HMPID/src/Digit.cxx:375: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Detectors/HMPID/src/Digit.cxx:389: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Detectors/HMPID/src/Digit.cxx:217: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/HMPID/src/Digit.cxx:292: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/HMPID/src/Digit.cxx:301: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/HMPID/src/Trigger.cxx

DataFormats/Detectors/HMPID/src/Trigger.cxx:23: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/ITSMFT/ITS/include/DataFormatsITS/TrackITS.h

DataFormats/Detectors/ITSMFT/ITS/include/DataFormatsITS/TrackITS.h:132: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/ITSMFT/ITS/include/DataFormatsITS/TrackITS.h:135: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/ITSMFT/ITS/include/DataFormatsITS/TrackITS.h:144: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/ITSMFT/MFT/include/DataFormatsMFT/TrackMFT.h

DataFormats/Detectors/ITSMFT/MFT/include/DataFormatsMFT/TrackMFT.h:75: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/ITSMFT/MFT/include/DataFormatsMFT/TrackMFT.h:78: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/ITSMFT/common/include/DataFormatsITSMFT/Cluster.h

DataFormats/Detectors/ITSMFT/common/include/DataFormatsITSMFT/Cluster.h:181: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/ITSMFT/common/include/DataFormatsITSMFT/ClusterPattern.h

DataFormats/Detectors/ITSMFT/common/include/DataFormatsITSMFT/ClusterPattern.h:160: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/ITSMFT/common/include/DataFormatsITSMFT/NoiseMap.h

DataFormats/Detectors/ITSMFT/common/include/DataFormatsITSMFT/NoiseMap.h:18: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/ITSMFT/common/include/DataFormatsITSMFT/NoiseMap.h:95: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Detectors/ITSMFT/common/include/DataFormatsITSMFT/TrkClusRef.h

DataFormats/Detectors/ITSMFT/common/include/DataFormatsITSMFT/TrkClusRef.h:36: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/ITSMFT/common/include/DataFormatsITSMFT/TrkClusRef.h:38: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/ITSMFT/common/include/DataFormatsITSMFT/TrkClusRef.h:46: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/ITSMFT/common/src/Cluster.cxx

DataFormats/Detectors/ITSMFT/common/src/Cluster.cxx:73: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ITSMFT/common/src/Cluster.cxx:75: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ITSMFT/common/src/Cluster.cxx:80: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ITSMFT/common/src/Cluster.cxx:82: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ITSMFT/common/src/Cluster.cxx:83: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ITSMFT/common/src/Cluster.cxx:85: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ITSMFT/common/src/Cluster.cxx:86: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ITSMFT/common/src/Cluster.cxx:89: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ITSMFT/common/src/Cluster.cxx:90: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Detectors/ITSMFT/common/src/ClusterPattern.cxx

DataFormats/Detectors/ITSMFT/common/src/ClusterPattern.cxx:18: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/ITSMFT/common/src/ClusterPattern.cxx:107: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ITSMFT/common/src/ClusterPattern.cxx:47: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/ITSMFT/common/src/ClusterPattern.cxx:131: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/ITSMFT/common/src/ClusterTopology.cxx

DataFormats/Detectors/ITSMFT/common/src/ClusterTopology.cxx:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/ITSMFT/common/src/ClusterTopology.cxx:157: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ITSMFT/common/src/ClusterTopology.cxx:65: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/ITSMFT/common/src/ClusterTopology.cxx:102: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/ITSMFT/common/src/ClusterTopology.cxx:114: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/ITSMFT/common/src/ClusterTopology.cxx:116: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/ITSMFT/common/src/ClusterTopology.cxx:119: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/ITSMFT/common/src/ClusterTopology.cxx:140: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/ITSMFT/common/src/ClusterTopology.cxx:142: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/ITSMFT/common/src/ClusterTopology.cxx:145: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/ITSMFT/common/src/CompCluster.cxx

DataFormats/Detectors/ITSMFT/common/src/CompCluster.cxx:17: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/ITSMFT/common/src/CompCluster.cxx:48: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ITSMFT/common/src/CompCluster.cxx:55: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Detectors/ITSMFT/common/src/Digit.cxx

DataFormats/Detectors/ITSMFT/common/src/Digit.cxx:16: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/ITSMFT/common/src/ROFRecord.cxx

DataFormats/Detectors/ITSMFT/common/src/ROFRecord.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/ITSMFT/common/src/ROFRecord.cxx:25: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ITSMFT/common/src/ROFRecord.cxx:41: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Detectors/ITSMFT/common/src/TopologyDictionary.cxx

DataFormats/Detectors/ITSMFT/common/src/TopologyDictionary.cxx:22: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/MUON/MCH/include/DataFormatsMCH/Cluster.h

DataFormats/Detectors/MUON/MCH/include/DataFormatsMCH/Cluster.h:20: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/MUON/MCH/src/CTF.cxx

DataFormats/Detectors/MUON/MCH/src/CTF.cxx:15: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/MUON/MCH/src/Digit.cxx

DataFormats/Detectors/MUON/MCH/src/Digit.cxx:15: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/MUON/MCH/src/ROFRecord.cxx

DataFormats/Detectors/MUON/MCH/src/ROFRecord.cxx:15: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/MUON/MCH/src/TrackMCH.cxx

DataFormats/Detectors/MUON/MCH/src/TrackMCH.cxx:23: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/MUON/MCH/src/convert-bad-channels.cxx

DataFormats/Detectors/MUON/MCH/src/convert-bad-channels.cxx:16: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/MUON/MCH/src/convert-bad-channels.cxx:32: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/MUON/MCH/src/convert-bad-channels.cxx:35: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/MUON/MCH/src/convert-bad-channels.cxx:60: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/MUON/MCH/src/convert-bad-channels.cxx:73: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/MUON/MCH/src/convert-bad-channels.cxx:80: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/MUON/MCH/src/convert-bad-channels.cxx:81: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Detectors/MUON/MID/include/DataFormatsMID/ColumnData.h

DataFormats/Detectors/MUON/MID/include/DataFormatsMID/ColumnData.h:21: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/MUON/MID/src/ColumnData.cxx

DataFormats/Detectors/MUON/MID/src/ColumnData.cxx:62: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/MUON/MID/src/ColumnData.cxx:79: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/MUON/MID/src/ColumnData.cxx:113: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/MUON/MID/src/ROBoard.cxx

DataFormats/Detectors/MUON/MID/src/ROBoard.cxx:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/MUON/MID/src/ROBoard.cxx:29: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/MUON/MID/src/Track.cxx

DataFormats/Detectors/MUON/MID/src/Track.cxx:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/MUON/MID/src/Track.cxx:49: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/MUON/MID/src/Track.cxx:58: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/MUON/MID/src/Track.cxx:84: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/MUON/MID/src/Track.cxx:148: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/MUON/MID/src/Track.cxx:156: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/MUON/MID/src/Track.cxx:175: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/MUON/MID/src/Track.cxx:177: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/PHOS/include/DataFormatsPHOS/Digit.h

DataFormats/Detectors/PHOS/include/DataFormatsPHOS/Digit.h:63: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Detectors/PHOS/include/DataFormatsPHOS/Digit.h:75: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Detectors/PHOS/include/DataFormatsPHOS/Digit.h:87: error: Use std:: prefix for names from the std namespace. [std-prefix]

DataFormats/Detectors/PHOS/src/BadChannelsMap.cxx

DataFormats/Detectors/PHOS/src/BadChannelsMap.cxx:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/PHOS/src/BadChannelsMap.cxx:27: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/PHOS/src/BadChannelsMap.cxx:35: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/PHOS/src/BadChannelsMap.cxx:52: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/PHOS/src/CalibParams.cxx

DataFormats/Detectors/PHOS/src/CalibParams.cxx:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/PHOS/src/CalibParams.cxx:36: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/PHOS/src/CalibParams.cxx:73: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/PHOS/src/CalibParams.cxx:109: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/PHOS/src/CalibParams.cxx:145: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/PHOS/src/Cell.cxx

DataFormats/Detectors/PHOS/src/Cell.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/PHOS/src/Cell.cxx:91: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/PHOS/src/Digit.cxx

DataFormats/Detectors/PHOS/src/Digit.cxx:15: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/PHOS/src/Digit.cxx:42: error: Use std:: prefix for names from the std namespace. [std-prefix]

DataFormats/Detectors/PHOS/src/Pedestals.cxx

DataFormats/Detectors/PHOS/src/Pedestals.cxx:39: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/PHOS/src/Pedestals.cxx:61: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/PHOS/src/TriggerMap.cxx

DataFormats/Detectors/PHOS/src/TriggerMap.cxx:20: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/PHOS/src/TriggerRecord.cxx

DataFormats/Detectors/PHOS/src/TriggerRecord.cxx:12: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/PHOS/test/testCell.cxx

DataFormats/Detectors/PHOS/test/testCell.cxx:33: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/PHOS/test/testCell.cxx:42: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/TOF/include/DataFormatsTOF/CTF.h

DataFormats/Detectors/TOF/include/DataFormatsTOF/CTF.h:52: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/TOF/include/DataFormatsTOF/Diagnostic.h

DataFormats/Detectors/TOF/include/DataFormatsTOF/Diagnostic.h:69: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/TOF/include/DataFormatsTOF/RawDataFormat.h

DataFormats/Detectors/TOF/include/DataFormatsTOF/RawDataFormat.h:335: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/TOF/src/CalibTimeSlewingParamTOF.cxx

DataFormats/Detectors/TOF/src/CalibTimeSlewingParamTOF.cxx:343: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Detectors/TOF/src/Diagnostic.cxx

DataFormats/Detectors/TOF/src/Diagnostic.cxx:16: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/TOF/src/Diagnostic.cxx:71: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/TOF/src/Diagnostic.cxx:73: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/TOF/src/Diagnostic.cxx:118: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TOF/src/Diagnostic.cxx:133: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TOF/src/Diagnostic.cxx:147: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/TPC/include/DataFormatsTPC/ClusterGroupAttribute.h

DataFormats/Detectors/TPC/include/DataFormatsTPC/ClusterGroupAttribute.h:54: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TPC/include/DataFormatsTPC/ClusterGroupAttribute.h:55: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/TPC/include/DataFormatsTPC/DCS.h

DataFormats/Detectors/TPC/include/DataFormatsTPC/DCS.h:35: error: Do not put using directives at global scope in headers. [using-directive]

DataFormats/Detectors/TPC/include/DataFormatsTPC/Helpers.h

DataFormats/Detectors/TPC/include/DataFormatsTPC/Helpers.h:55: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/TPC/include/DataFormatsTPC/LtrCalibData.h

DataFormats/Detectors/TPC/include/DataFormatsTPC/LtrCalibData.h:49: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TPC/include/DataFormatsTPC/LtrCalibData.h:57: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TPC/include/DataFormatsTPC/LtrCalibData.h:64: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TPC/include/DataFormatsTPC/LtrCalibData.h:108: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/TPC/include/DataFormatsTPC/PIDResponse.h

DataFormats/Detectors/TPC/include/DataFormatsTPC/PIDResponse.h:73: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TPC/include/DataFormatsTPC/PIDResponse.h:81: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TPC/include/DataFormatsTPC/PIDResponse.h:93: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/TPC/include/DataFormatsTPC/VDriftCorrFact.h

DataFormats/Detectors/TPC/include/DataFormatsTPC/VDriftCorrFact.h:68: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/TPC/src/CalibdEdxCorrection.cxx

DataFormats/Detectors/TPC/src/CalibdEdxCorrection.cxx:72: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TPC/src/CalibdEdxCorrection.cxx:83: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/TPC/src/ClusterNativeHelper.cxx

DataFormats/Detectors/TPC/src/ClusterNativeHelper.cxx:21: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/TPC/src/DCS.cxx

DataFormats/Detectors/TPC/src/DCS.cxx:184: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TPC/src/DCS.cxx:222: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/TPC/src/LaserTrack.cxx

DataFormats/Detectors/TPC/src/LaserTrack.cxx:18: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/TPC/src/TrackCuts.cxx

DataFormats/Detectors/TPC/src/TrackCuts.cxx:52: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/TPC/test/testClusterHardware.cxx

DataFormats/Detectors/TPC/test/testClusterHardware.cxx:22: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/TPC/test/testClusterHardware.cxx:42: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TPC/test/testClusterHardware.cxx:46: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TPC/test/testClusterHardware.cxx:50: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TPC/test/testClusterHardware.cxx:54: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TPC/test/testClusterHardware.cxx:55: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TPC/test/testClusterHardware.cxx:74: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TPC/test/testClusterHardware.cxx:84: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/TPC/test/testClusterNative.cxx

DataFormats/Detectors/TPC/test/testClusterNative.cxx:22: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/TPC/test/testClusterNative.cxx:44: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/TRD/include/DataFormatsTRD/CalT0.h

DataFormats/Detectors/TRD/include/DataFormatsTRD/CalT0.h:49: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/TRD/include/DataFormatsTRD/HelperMethods.h

DataFormats/Detectors/TRD/include/DataFormatsTRD/HelperMethods.h:16: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/TRD/include/DataFormatsTRD/HelperMethods.h:56: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/TRD/include/DataFormatsTRD/HelperMethods.h:69: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/TRD/include/DataFormatsTRD/HelperMethods.h:62: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TRD/include/DataFormatsTRD/HelperMethods.h:119: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TRD/include/DataFormatsTRD/HelperMethods.h:121: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TRD/include/DataFormatsTRD/HelperMethods.h:129: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TRD/include/DataFormatsTRD/HelperMethods.h:151: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TRD/include/DataFormatsTRD/HelperMethods.h:182: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TRD/include/DataFormatsTRD/HelperMethods.h:197: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TRD/include/DataFormatsTRD/HelperMethods.h:200: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/TRD/include/DataFormatsTRD/PID.h

DataFormats/Detectors/TRD/include/DataFormatsTRD/PID.h:21: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/TRD/src/CompressedDigit.cxx

DataFormats/Detectors/TRD/src/CompressedDigit.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/TRD/src/Digit.cxx

DataFormats/Detectors/TRD/src/Digit.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/TRD/src/LinkRecord.cxx

DataFormats/Detectors/TRD/src/LinkRecord.cxx:12: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/TRD/src/RawData.cxx

DataFormats/Detectors/TRD/src/RawData.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/TRD/src/RawData.cxx:134: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TRD/src/RawData.cxx:142: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TRD/src/RawData.cxx:155: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TRD/src/RawData.cxx:160: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TRD/src/RawData.cxx:238: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TRD/src/RawData.cxx:254: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/TRD/src/T0FitHistos.cxx

DataFormats/Detectors/TRD/src/T0FitHistos.cxx:29: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/TRD/src/Tracklet64.cxx

DataFormats/Detectors/TRD/src/Tracklet64.cxx:15: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/TRD/src/TriggerRecord.cxx

DataFormats/Detectors/TRD/src/TriggerRecord.cxx:12: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/TRD/test/testDigit.cxx

DataFormats/Detectors/TRD/test/testDigit.cxx:20: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/TRD/test/testDigit.cxx:154: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/TRD/test/testDigit.cxx:156: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/TRD/test/testDigit.cxx:157: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/TRD/test/testDigit.cxx:158: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/TRD/test/testDigit.cxx:160: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/TRD/test/testDigit.cxx:161: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/TRD/test/testDigit.cxx:162: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/TRD/test/testDigit.cxx:172: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TRD/test/testDigit.cxx:173: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TRD/test/testDigit.cxx:177: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TRD/test/testDigit.cxx:178: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TRD/test/testDigit.cxx:190: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/TRD/test/testDigit.cxx:193: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/TRD/test/testRawData.cxx

DataFormats/Detectors/TRD/test/testRawData.cxx:22: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/Upgrades/ALICE3/FD3/src/Hit.cxx

DataFormats/Detectors/Upgrades/ALICE3/FD3/src/Hit.cxx:16: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Detectors/Upgrades/ALICE3/FD3/src/Hit.cxx:27: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Detectors/ZDC/include/DataFormatsZDC/RawEventData.h

DataFormats/Detectors/ZDC/include/DataFormatsZDC/RawEventData.h:20: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Detectors/ZDC/include/DataFormatsZDC/RecEvent.h

DataFormats/Detectors/ZDC/include/DataFormatsZDC/RecEvent.h:48: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/include/DataFormatsZDC/RecEvent.h:59: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/include/DataFormatsZDC/RecEvent.h:69: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/include/DataFormatsZDC/RecEvent.h:79: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/include/DataFormatsZDC/RecEvent.h:89: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/include/DataFormatsZDC/RecEvent.h:103: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/include/DataFormatsZDC/RecEvent.h:116: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Detectors/ZDC/src/BCData.cxx

DataFormats/Detectors/ZDC/src/BCData.cxx:21: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:23: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:25: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:29: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:31: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:35: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:37: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:40: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:42: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:44: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:48: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:50: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:57: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:59: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:63: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:65: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:69: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:71: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:73: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:76: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:78: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:80: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:82: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:85: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/BCData.cxx:87: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Detectors/ZDC/src/BCRecData.cxx

DataFormats/Detectors/ZDC/src/BCRecData.cxx:20: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Detectors/ZDC/src/ChannelData.cxx

DataFormats/Detectors/ZDC/src/ChannelData.cxx:18: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/ChannelData.cxx:20: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/ChannelData.cxx:22: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Detectors/ZDC/src/OrbitData.cxx

DataFormats/Detectors/ZDC/src/OrbitData.cxx:20: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/OrbitData.cxx:22: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Detectors/ZDC/src/RawEventData.cxx

DataFormats/Detectors/ZDC/src/RawEventData.cxx:34: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RawEventData.cxx:35: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RawEventData.cxx:37: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RawEventData.cxx:38: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RawEventData.cxx:39: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RawEventData.cxx:41: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RawEventData.cxx:42: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RawEventData.cxx:43: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Detectors/ZDC/src/RecEvent.cxx

DataFormats/Detectors/ZDC/src/RecEvent.cxx:69: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEvent.cxx:72: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEvent.cxx:83: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEvent.cxx:86: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEvent.cxx:50: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/ZDC/src/RecEvent.cxx:61: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/ZDC/src/RecEvent.cxx:67: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/ZDC/src/RecEventFlat.cxx

DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:308: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:320: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:662: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:663: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:664: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:665: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:669: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:671: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:675: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:677: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:680: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:681: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:682: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:686: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:688: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:695: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:697: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:701: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:703: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:707: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:749: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:761: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:772: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:777: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:256: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:407: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:417: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:455: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:465: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:561: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:571: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:620: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Detectors/ZDC/src/RecEventFlat.cxx:630: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Detectors/ZDC/src/ZDCEnergy.cxx

DataFormats/Detectors/ZDC/src/ZDCEnergy.cxx:19: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Detectors/ZDC/src/ZDCTDCData.cxx

DataFormats/Detectors/ZDC/src/ZDCTDCData.cxx:26: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Detectors/ZDC/src/ZDCWaveform.cxx

DataFormats/Detectors/ZDC/src/ZDCWaveform.cxx:19: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Headers/include/Headers/DataHeader.h

DataFormats/Headers/include/Headers/DataHeader.h:188: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/include/Headers/DataHeader.h:189: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/include/Headers/DataHeader.h:190: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/include/Headers/DataHeader.h:191: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/include/Headers/DataHeader.h:192: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/include/Headers/DataHeader.h:193: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/include/Headers/DataHeader.h:194: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/include/Headers/DataHeader.h:227: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/include/Headers/DataHeader.h:776: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/include/Headers/DataHeader.h:778: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/include/Headers/DataHeader.h:780: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/include/Headers/DataHeader.h:782: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/include/Headers/DataHeader.h:784: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Headers/include/Headers/HeartbeatFrame.h

DataFormats/Headers/include/Headers/HeartbeatFrame.h:82: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/include/Headers/HeartbeatFrame.h:110: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Headers/src/DataHeader.cxx

DataFormats/Headers/src/DataHeader.cxx:116: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Headers/src/DataHeader.cxx:118: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Headers/src/DataHeader.cxx:121: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Headers/src/DataHeader.cxx:123: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Headers/src/DataHeader.cxx:128: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Headers/src/DataHeader.cxx:138: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Headers/src/DataHeader.cxx:143: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Headers/src/DataHeader.cxx:147: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Headers/src/DataHeader.cxx:161: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Headers/src/DataHeader.cxx:167: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Headers/src/RDHAny.cxx

DataFormats/Headers/src/RDHAny.cxx:27: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/src/RDHAny.cxx:29: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/src/RDHAny.cxx:31: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Headers/test/testDAQID.cxx

DataFormats/Headers/test/testDAQID.cxx:18: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Headers/test/testDAQID.cxx:32: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Headers/test/testDAQID.cxx:36: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Headers/test/testDAQID.cxx:37: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Headers/test/testDataHeader.cxx

DataFormats/Headers/test/testDataHeader.cxx:16: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Headers/test/testDataHeader.cxx:220: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Headers/test/testDataHeader.cxx:221: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Headers/test/testDataHeader.cxx:223: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Headers/test/testDataHeader.cxx:225: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Headers/test/testDataHeader.cxx:227: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Headers/test/testDataHeader.cxx:230: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Headers/test/testDataHeader.cxx:232: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Headers/test/testDataHeader.cxx:234: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Headers/test/testDataHeader.cxx:237: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Headers/test/testDataHeader.cxx:351: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Headers/test/testDataHeader.cxx:370: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Headers/test/testDataHeader.cxx:103: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/testDataHeader.cxx:136: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/testDataHeader.cxx:137: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/testDataHeader.cxx:138: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/testDataHeader.cxx:157: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/testDataHeader.cxx:207: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/testDataHeader.cxx:209: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/testDataHeader.cxx:211: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/testDataHeader.cxx:242: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/testDataHeader.cxx:276: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/testDataHeader.cxx:314: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/testDataHeader.cxx:323: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Headers/test/testTimeStamp.cxx

DataFormats/Headers/test/testTimeStamp.cxx:28: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/testTimeStamp.cxx:32: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/testTimeStamp.cxx:36: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/testTimeStamp.cxx:40: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Headers/test/test_HeartbeatFrame.cxx

DataFormats/Headers/test/test_HeartbeatFrame.cxx:16: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Headers/test/test_HeartbeatFrame.cxx:36: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Headers/test/test_RAWDataHeader.cxx

DataFormats/Headers/test/test_RAWDataHeader.cxx:22: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/test_RAWDataHeader.cxx:26: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/test_RAWDataHeader.cxx:30: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/test_RAWDataHeader.cxx:73: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/test_RAWDataHeader.cxx:74: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/test_RAWDataHeader.cxx:77: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/test_RAWDataHeader.cxx:102: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/test_RAWDataHeader.cxx:106: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/test_RAWDataHeader.cxx:108: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/test_RAWDataHeader.cxx:114: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/test_RAWDataHeader.cxx:120: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Headers/test/test_RAWDataHeader.cxx:122: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Legacy/HLT/include/AliceHLT/TPCRawCluster.h

DataFormats/Legacy/HLT/include/AliceHLT/TPCRawCluster.h:33: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Legacy/HLT/include/AliceHLT/TPCRawCluster.h:180: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Legacy/HLT/include/AliceHLT/TPCRawCluster.h:182: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/MemoryResources/include/MemoryResources/MemoryResources.h

DataFormats/MemoryResources/include/MemoryResources/MemoryResources.h:50: error: Do not put using directives at global scope in headers. [using-directive]
DataFormats/MemoryResources/include/MemoryResources/MemoryResources.h:99: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/MemoryResources/include/MemoryResources/MemoryResources.h:104: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/MemoryResources/test/testMemoryResources.cxx

DataFormats/MemoryResources/test/testMemoryResources.cxx:81: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/MemoryResources/test/testMemoryResources.cxx:86: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/MemoryResources/test/testMemoryResources.cxx:87: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/MemoryResources/test/testMemoryResources.cxx:122: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/MemoryResources/test/testMemoryResources.cxx:124: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/MemoryResources/test/testMemoryResources.cxx:137: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/MemoryResources/test/testMemoryResources.cxx:139: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/MemoryResources/test/test_observer_ptr.cxx

DataFormats/MemoryResources/test/test_observer_ptr.cxx:82: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/MemoryResources/test/test_observer_ptr.cxx:87: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/MemoryResources/test/test_observer_ptr.cxx:97: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Parameters/src/AggregatedRunInfo.cxx

DataFormats/Parameters/src/AggregatedRunInfo.cxx:59: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Parameters/src/AggregatedRunInfo.cxx:77: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Parameters/src/AggregatedRunInfo.cxx:82: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Parameters/src/GRPECSObject.cxx

DataFormats/Parameters/src/GRPECSObject.cxx:43: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPECSObject.cxx:44: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPECSObject.cxx:46: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPECSObject.cxx:47: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPECSObject.cxx:52: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPECSObject.cxx:53: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPECSObject.cxx:54: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPECSObject.cxx:55: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPECSObject.cxx:57: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPECSObject.cxx:59: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPECSObject.cxx:61: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Parameters/src/GRPLHCIFData.cxx

DataFormats/Parameters/src/GRPLHCIFData.cxx:72: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Parameters/src/GRPLHCIFData.cxx:73: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Parameters/src/GRPLHCIFData.cxx:74: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Parameters/src/GRPLHCIFData.cxx:75: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Parameters/src/GRPLHCIFData.cxx:122: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPLHCIFData.cxx:123: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPLHCIFData.cxx:124: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPLHCIFData.cxx:125: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPLHCIFData.cxx:126: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPLHCIFData.cxx:127: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Parameters/src/GRPMagField.cxx

DataFormats/Parameters/src/GRPMagField.cxx:42: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Parameters/src/GRPObject.cxx

DataFormats/Parameters/src/GRPObject.cxx:39: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Parameters/src/GRPObject.cxx:40: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Parameters/src/GRPObject.cxx:41: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Parameters/src/GRPObject.cxx:42: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Parameters/src/GRPObject.cxx:49: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPObject.cxx:50: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPObject.cxx:52: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPObject.cxx:54: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPObject.cxx:55: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPObject.cxx:56: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPObject.cxx:58: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPObject.cxx:60: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPObject.cxx:61: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPObject.cxx:62: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPObject.cxx:63: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPObject.cxx:68: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPObject.cxx:69: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPObject.cxx:70: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPObject.cxx:71: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Parameters/src/GRPTool.cxx

DataFormats/Parameters/src/GRPTool.cxx:100: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPTool.cxx:101: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPTool.cxx:102: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPTool.cxx:103: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPTool.cxx:104: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPTool.cxx:105: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPTool.cxx:106: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPTool.cxx:107: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPTool.cxx:108: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPTool.cxx:109: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPTool.cxx:110: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPTool.cxx:111: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPTool.cxx:119: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPTool.cxx:151: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPTool.cxx:532: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Parameters/src/GRPTool.cxx:649: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/QualityControl/src/FlagType.cxx

DataFormats/QualityControl/src/FlagType.cxx:15: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/QualityControl/src/QualityControlFlag.cxx

DataFormats/QualityControl/src/QualityControlFlag.cxx:14: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/QualityControl/src/QualityControlFlagCollection.cxx

DataFormats/QualityControl/src/QualityControlFlagCollection.cxx:17: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/QualityControl/test/testFlagTypes.cxx

DataFormats/QualityControl/test/testFlagTypes.cxx:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/QualityControl/test/testQualityControlFlagCollection.cxx

DataFormats/QualityControl/test/testQualityControlFlagCollection.cxx:75: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Reconstruction/include/ReconstructionDataFormats/GlobalTrackID.h

DataFormats/Reconstruction/include/ReconstructionDataFormats/GlobalTrackID.h:74: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Reconstruction/include/ReconstructionDataFormats/HelixHelper.h

DataFormats/Reconstruction/include/ReconstructionDataFormats/HelixHelper.h:69: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Reconstruction/include/ReconstructionDataFormats/MatchInfoHMP.h

DataFormats/Reconstruction/include/ReconstructionDataFormats/MatchInfoHMP.h:33: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/include/ReconstructionDataFormats/MatchInfoHMP.h:116: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Reconstruction/include/ReconstructionDataFormats/StrangeTrack.h

DataFormats/Reconstruction/include/ReconstructionDataFormats/StrangeTrack.h:45: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/include/ReconstructionDataFormats/StrangeTrack.h:48: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/include/ReconstructionDataFormats/StrangeTrack.h:57: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/include/ReconstructionDataFormats/StrangeTrack.h:72: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Reconstruction/include/ReconstructionDataFormats/TrackUtils.h

DataFormats/Reconstruction/include/ReconstructionDataFormats/TrackUtils.h:78: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Reconstruction/include/ReconstructionDataFormats/Vertex.h

DataFormats/Reconstruction/include/ReconstructionDataFormats/Vertex.h:223: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Reconstruction/src/BaseCluster.cxx

DataFormats/Reconstruction/src/BaseCluster.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Reconstruction/src/Cascade.cxx

DataFormats/Reconstruction/src/Cascade.cxx:23: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Reconstruction/src/DCA.cxx

DataFormats/Reconstruction/src/DCA.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Reconstruction/src/DCA.cxx:35: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Reconstruction/src/Decay3Body.cxx

DataFormats/Reconstruction/src/Decay3Body.cxx:23: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/src/Decay3Body.cxx:26: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Reconstruction/src/GlobalTrackID.cxx

DataFormats/Reconstruction/src/GlobalTrackID.cxx:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Reconstruction/src/MatchInfoHMP.cxx

DataFormats/Reconstruction/src/MatchInfoHMP.cxx:24: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Reconstruction/src/MatchInfoTOF.cxx

DataFormats/Reconstruction/src/MatchInfoTOF.cxx:23: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Reconstruction/src/PrimaryVertex.cxx

DataFormats/Reconstruction/src/PrimaryVertex.cxx:14: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Reconstruction/src/PrimaryVertex.cxx:44: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Reconstruction/src/PrimaryVertexExt.cxx

DataFormats/Reconstruction/src/PrimaryVertexExt.cxx:14: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Reconstruction/src/PrimaryVertexExt.cxx:45: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Reconstruction/src/TrackCosmics.cxx

DataFormats/Reconstruction/src/TrackCosmics.cxx:19: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Reconstruction/src/TrackCosmics.cxx:22: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Reconstruction/src/TrackCosmics.cxx:24: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Reconstruction/src/TrackFwd.cxx

DataFormats/Reconstruction/src/TrackFwd.cxx:541: error: Use std:: prefix for names from the std namespace. [std-prefix]
DataFormats/Reconstruction/src/TrackFwd.cxx:542: error: Use std:: prefix for names from the std namespace. [std-prefix]

DataFormats/Reconstruction/src/TrackHMP.cxx

DataFormats/Reconstruction/src/TrackHMP.cxx:72: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/src/TrackHMP.cxx:88: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Reconstruction/src/TrackLTIntegral.cxx

DataFormats/Reconstruction/src/TrackLTIntegral.cxx:29: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Reconstruction/src/TrackLTIntegral.cxx:31: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Reconstruction/src/TrackLTIntegral.cxx:34: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Reconstruction/src/TrackLTIntegral.cxx:37: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Reconstruction/src/TrackMCHMID.cxx

DataFormats/Reconstruction/src/TrackMCHMID.cxx:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Reconstruction/src/TrackMCHMID.cxx:42: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Reconstruction/src/TrackParametrization.cxx

DataFormats/Reconstruction/src/TrackParametrization.cxx:24: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Reconstruction/src/TrackParametrization.cxx:654: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Reconstruction/src/TrackParametrization.cxx:656: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Reconstruction/src/TrackParametrization.cxx:667: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Reconstruction/src/TrackParametrization.cxx:669: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Reconstruction/src/TrackParametrization.cxx:72: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/src/TrackParametrization.cxx:79: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/src/TrackParametrization.cxx:238: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/src/TrackParametrization.cxx:261: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/src/TrackParametrization.cxx:367: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/src/TrackParametrization.cxx:481: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/src/TrackParametrization.cxx:579: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Reconstruction/src/TrackParametrizationWithError.cxx

DataFormats/Reconstruction/src/TrackParametrizationWithError.cxx:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Reconstruction/src/TrackParametrizationWithError.cxx:1741: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Reconstruction/src/TrackParametrizationWithError.cxx:1744: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Reconstruction/src/TrackParametrizationWithError.cxx:1758: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Reconstruction/src/TrackParametrizationWithError.cxx:1761: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Reconstruction/src/TrackParametrizationWithError.cxx:71: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/src/TrackParametrizationWithError.cxx:195: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/src/TrackParametrizationWithError.cxx:506: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/src/TrackParametrizationWithError.cxx:513: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/src/TrackParametrizationWithError.cxx:580: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/src/TrackParametrizationWithError.cxx:650: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/src/TrackParametrizationWithError.cxx:674: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/src/TrackParametrizationWithError.cxx:817: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/src/TrackParametrizationWithError.cxx:843: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/src/TrackParametrizationWithError.cxx:935: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/src/TrackParametrizationWithError.cxx:1664: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Reconstruction/src/TrackTPCITS.cxx

DataFormats/Reconstruction/src/TrackTPCITS.cxx:19: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Reconstruction/src/TrackTPCITS.cxx:22: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Reconstruction/src/TrackTPCITS.cxx:24: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Reconstruction/src/TrackTPCITS.cxx:26: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Reconstruction/src/TrackTPCTOF.cxx

DataFormats/Reconstruction/src/TrackTPCTOF.cxx:19: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Reconstruction/src/V0.cxx

DataFormats/Reconstruction/src/V0.cxx:23: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/src/V0.cxx:46: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/Reconstruction/src/V0.cxx:62: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/Reconstruction/src/Vertex.cxx

DataFormats/Reconstruction/src/Vertex.cxx:14: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/Reconstruction/src/Vertex.cxx:40: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Reconstruction/src/VtxTrackIndex.cxx

DataFormats/Reconstruction/src/VtxTrackIndex.cxx:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Reconstruction/src/VtxTrackRef.cxx

DataFormats/Reconstruction/src/VtxTrackRef.cxx:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/Reconstruction/test/testLTOFIntegration.cxx

DataFormats/Reconstruction/test/testLTOFIntegration.cxx:45: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/Reconstruction/test/testVertex.cxx

DataFormats/Reconstruction/test/testVertex.cxx:36: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Reconstruction/test/testVertex.cxx:50: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/Reconstruction/test/testVertex.cxx:54: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/TimeFrame/test/TimeFrameTest.cxx

DataFormats/TimeFrame/test/TimeFrameTest.cxx:75: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/TimeFrame/test/TimeFrameTest.cxx:93: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/common/include/CommonDataFormat/AbstractRef.h

DataFormats/common/include/CommonDataFormat/AbstractRef.h:35: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/common/include/CommonDataFormat/AbstractRef.h:36: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/common/include/CommonDataFormat/AbstractRef.h:39: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/common/include/CommonDataFormat/AbstractRef.h:42: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/common/src/BunchFilling.cxx

DataFormats/common/src/BunchFilling.cxx:131: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/common/src/BunchFilling.cxx:136: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/common/src/BunchFilling.cxx:138: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/common/src/BunchFilling.cxx:143: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/common/src/BunchFilling.cxx:150: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/common/src/BunchFilling.cxx:87: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/common/src/BunchFilling.cxx:129: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/common/src/InteractionRecord.cxx

DataFormats/common/src/InteractionRecord.cxx:12: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/common/src/InteractionRecord.cxx:44: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/common/src/InteractionRecord.cxx:49: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/common/test/testAbstractRefAccessor.cxx

DataFormats/common/test/testAbstractRefAccessor.cxx:61: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/common/test/testFlatHisto.cxx

DataFormats/common/test/testFlatHisto.cxx:45: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/common/test/testFlatHisto.cxx:32: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/common/test/testFlatHisto.cxx:36: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/common/test/testFlatHisto.cxx:78: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/simulation/include/SimulationDataFormat/InteractionSampler.h

DataFormats/simulation/include/SimulationDataFormat/InteractionSampler.h:49: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/simulation/include/SimulationDataFormat/MCCompLabel.h

DataFormats/simulation/include/SimulationDataFormat/MCCompLabel.h:71: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/simulation/include/SimulationDataFormat/MCTrack.h

DataFormats/simulation/include/SimulationDataFormat/MCTrack.h:24: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
DataFormats/simulation/include/SimulationDataFormat/MCTrack.h:158: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
DataFormats/simulation/include/SimulationDataFormat/MCTrack.h:320: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
DataFormats/simulation/include/SimulationDataFormat/MCTrack.h:145: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/simulation/include/SimulationDataFormat/MCUtils.h

DataFormats/simulation/include/SimulationDataFormat/MCUtils.h:95: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/simulation/include/SimulationDataFormat/O2DatabasePDG.h

DataFormats/simulation/include/SimulationDataFormat/O2DatabasePDG.h:520: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]

DataFormats/simulation/src/ConstMCTruthContainer.cxx

DataFormats/simulation/src/ConstMCTruthContainer.cxx:18: error: Do not include iostream. Use O2 logging instead. [include-iostream]

DataFormats/simulation/src/DigitizationContext.cxx

DataFormats/simulation/src/DigitizationContext.cxx:18: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/simulation/src/DigitizationContext.cxx:28: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/DigitizationContext.cxx:29: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/DigitizationContext.cxx:30: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/DigitizationContext.cxx:32: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/DigitizationContext.cxx:34: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/DigitizationContext.cxx:36: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/DigitizationContext.cxx:37: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/DigitizationContext.cxx:41: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/DigitizationContext.cxx:44: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/DigitizationContext.cxx:46: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/DigitizationContext.cxx:48: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/DigitizationContext.cxx:51: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/DigitizationContext.cxx:55: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/DigitizationContext.cxx:70: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/DigitizationContext.cxx:75: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/DigitizationContext.cxx:78: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/DigitizationContext.cxx:80: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/DigitizationContext.cxx:83: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/DigitizationContext.cxx:85: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/DigitizationContext.cxx:60: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/src/DigitizationContext.cxx:65: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/simulation/src/MCCompLabel.cxx

DataFormats/simulation/src/MCCompLabel.cxx:15: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/simulation/src/MCCompLabel.cxx:49: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/simulation/src/MCEventHeader.cxx

DataFormats/simulation/src/MCEventHeader.cxx:18: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/simulation/src/MCEventHeader.cxx:68: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/MCEventHeader.cxx:69: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/MCEventHeader.cxx:70: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/MCEventHeader.cxx:71: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/MCEventHeader.cxx:72: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/MCEventHeader.cxx:73: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/MCEventHeader.cxx:74: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/src/MCEventHeader.cxx:75: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/simulation/src/MCEventLabel.cxx

DataFormats/simulation/src/MCEventLabel.cxx:15: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/simulation/src/MCEventLabel.cxx:25: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/simulation/src/MCUtils.cxx

DataFormats/simulation/src/MCUtils.cxx:88: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DataFormats/simulation/src/MCUtils.cxx:107: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DataFormats/simulation/src/MCUtils.cxx:114: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DataFormats/simulation/src/MCUtils.cxx:116: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DataFormats/simulation/src/MCUtils.cxx:130: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
DataFormats/simulation/src/MCUtils.cxx:88: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/src/MCUtils.cxx:107: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/src/MCUtils.cxx:114: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/src/MCUtils.cxx:116: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/src/MCUtils.cxx:130: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/src/MCUtils.cxx:145: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/src/MCUtils.cxx:163: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/simulation/test/testMCCompLabel.cxx

DataFormats/simulation/test/testMCCompLabel.cxx:18: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/simulation/test/testMCCompLabel.cxx:33: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/test/testMCCompLabel.cxx:35: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/test/testMCCompLabel.cxx:40: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/test/testMCCompLabel.cxx:31: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/simulation/test/testMCEventLabel.cxx

DataFormats/simulation/test/testMCEventLabel.cxx:27: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

DataFormats/simulation/test/testMCGenId.cxx

DataFormats/simulation/test/testMCGenId.cxx:39: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

DataFormats/simulation/test/testMCTruthContainer.cxx

DataFormats/simulation/test/testMCTruthContainer.cxx:21: error: Do not include iostream. Use O2 logging instead. [include-iostream]
DataFormats/simulation/test/testMCTruthContainer.cxx:243: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/test/testMCTruthContainer.cxx:246: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/test/testMCTruthContainer.cxx:248: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/test/testMCTruthContainer.cxx:274: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/test/testMCTruthContainer.cxx:275: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/test/testMCTruthContainer.cxx:278: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/test/testMCTruthContainer.cxx:280: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/test/testMCTruthContainer.cxx:281: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
DataFormats/simulation/test/testMCTruthContainer.cxx:43: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:44: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:48: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:50: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:54: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:56: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:59: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:63: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:69: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:79: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:85: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:86: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:87: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:88: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:89: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:124: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:125: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:126: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:127: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:128: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:150: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:151: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:152: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:157: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:159: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:164: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:165: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:166: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:192: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:193: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:197: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:199: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:212: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:226: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:253: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:293: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:334: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:335: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:381: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
DataFormats/simulation/test/testMCTruthContainer.cxx:384: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors

Detectors/AOD/include/AODProducerWorkflow/AODMcProducerWorkflowSpec.h

Detectors/AOD/include/AODProducerWorkflow/AODMcProducerWorkflowSpec.h:30: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/AOD/include/AODProducerWorkflow/AODProducerWorkflowSpec.h

Detectors/AOD/include/AODProducerWorkflow/AODProducerWorkflowSpec.h:40: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/AOD/src/AODProducerWorkflowSpec.cxx

Detectors/AOD/src/AODProducerWorkflowSpec.cxx:2610: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/AOD/src/AODProducerWorkflowSpec.cxx:2702: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/AOD/src/AODProducerWorkflowSpec.cxx:2703: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/AOD/src/AODProducerWorkflowSpec.cxx:3100: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/AOD/src/AODProducerWorkflowSpec.cxx:98: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
Detectors/AOD/src/AODProducerWorkflowSpec.cxx:1152: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/AOD/src/AODProducerWorkflowSpec.cxx:1263: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/AOD/src/AODProducerWorkflowSpec.cxx:1312: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/AOD/src/AODProducerWorkflowSpec.cxx:1340: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/AOD/src/AODProducerWorkflowSpec.cxx:2144: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/AOD/src/AODProducerWorkflowSpec.cxx:2161: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/AOD/src/AODProducerWorkflowSpec.cxx:2729: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/AOD/src/AODProducerWorkflowSpec.cxx:2730: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/AOD/src/AODProducerWorkflowSpec.cxx:2906: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/AOD/src/AODProducerWorkflowSpec.cxx:2923: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/AOD/src/AODProducerWorkflowSpec.cxx:3003: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Align/Workflow/include/AlignmentWorkflow/BarrelAlignmentSpec.h

Detectors/Align/Workflow/include/AlignmentWorkflow/BarrelAlignmentSpec.h:20: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/Align/Workflow/src/barrel-alignment-workflow.cxx

Detectors/Align/Workflow/src/barrel-alignment-workflow.cxx:152: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Align/include/Align/AlgTrcDbg.h

Detectors/Align/include/Align/AlgTrcDbg.h:42: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/include/Align/AlgTrcDbg.h:45: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/include/Align/AlgTrcDbg.h:59: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/include/Align/AlgTrcDbg.h:62: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Align/include/Align/AlignableDetector.h

Detectors/Align/include/Align/AlignableDetector.h:90: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/include/Align/AlignableDetector.h:91: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Align/include/Align/AlignableDetectorTPC.h

Detectors/Align/include/Align/AlignableDetectorTPC.h:43: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Align/include/Align/utils.h

Detectors/Align/include/Align/utils.h:95: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/Align/macro/algDump.C

Detectors/Align/macro/algDump.C:78: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Align/macro/algconf.C

Detectors/Align/macro/algconf.C:92: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/macro/algconf.C:144: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/macro/algconf.C:177: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Align/src/AlignableDetector.cxx

Detectors/Align/src/AlignableDetector.cxx:322: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableDetector.cxx:326: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableDetector.cxx:328: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableDetector.cxx:330: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableDetector.cxx:333: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableDetector.cxx:336: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableDetector.cxx:339: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableDetector.cxx:348: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableDetector.cxx:282: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Align/src/AlignableDetectorTPC.cxx

Detectors/Align/src/AlignableDetectorTPC.cxx:97: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Align/src/AlignableDetectorTRD.cxx

Detectors/Align/src/AlignableDetectorTRD.cxx:91: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/Align/src/AlignableSensor.cxx

Detectors/Align/src/AlignableSensor.cxx:325: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableSensor.cxx:328: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableSensor.cxx:330: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableSensor.cxx:332: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableSensor.cxx:337: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableSensor.cxx:339: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableSensor.cxx:341: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableSensor.cxx:342: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableSensor.cxx:344: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableSensor.cxx:346: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableSensor.cxx:347: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableSensor.cxx:349: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableSensor.cxx:351: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableSensor.cxx:355: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableSensor.cxx:357: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableSensor.cxx:359: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableSensor.cxx:361: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableSensor.cxx:363: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableSensor.cxx:365: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/Align/src/AlignableSensorTRD.cxx

Detectors/Align/src/AlignableSensorTRD.cxx:119: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Align/src/AlignableVolume.cxx

Detectors/Align/src/AlignableVolume.cxx:239: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableVolume.cxx:241: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableVolume.cxx:243: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableVolume.cxx:245: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableVolume.cxx:247: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableVolume.cxx:249: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableVolume.cxx:251: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableVolume.cxx:254: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableVolume.cxx:256: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableVolume.cxx:259: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableVolume.cxx:261: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableVolume.cxx:263: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableVolume.cxx:264: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableVolume.cxx:266: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableVolume.cxx:268: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableVolume.cxx:269: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableVolume.cxx:271: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableVolume.cxx:273: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableVolume.cxx:277: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableVolume.cxx:279: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableVolume.cxx:281: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableVolume.cxx:283: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignableVolume.cxx:405: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Align/src/AlignmentPoint.cxx

Detectors/Align/src/AlignmentPoint.cxx:85: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:88: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:90: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:94: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:97: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:101: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:103: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:123: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:124: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:125: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:126: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:127: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:128: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:133: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:137: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:139: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:144: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:146: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:148: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:151: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:153: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:155: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:170: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:186: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:187: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:188: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:189: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:191: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:192: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:194: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:195: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentPoint.cxx:145: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentPoint.cxx:152: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Align/src/AlignmentTrack.cxx

Detectors/Align/src/AlignmentTrack.cxx:807: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/Align/src/AlignmentTrack.cxx:655: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentTrack.cxx:657: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentTrack.cxx:659: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentTrack.cxx:772: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentTrack.cxx:774: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentTrack.cxx:779: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentTrack.cxx:781: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentTrack.cxx:791: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentTrack.cxx:793: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentTrack.cxx:795: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentTrack.cxx:800: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentTrack.cxx:805: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentTrack.cxx:811: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentTrack.cxx:817: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentTrack.cxx:819: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentTrack.cxx:821: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentTrack.cxx:822: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentTrack.cxx:826: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentTrack.cxx:828: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentTrack.cxx:833: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentTrack.cxx:835: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentTrack.cxx:837: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentTrack.cxx:848: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/AlignmentTrack.cxx:101: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:136: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:144: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:238: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:427: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:435: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:522: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:653: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:696: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:875: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:888: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:929: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:941: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:969: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:1018: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:1033: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:1059: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:1073: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:1087: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:1134: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:1172: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:1213: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:1273: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:1285: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:1352: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:1363: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:1391: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:1403: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:1410: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/AlignmentTrack.cxx:1436: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Align/src/Controller.cxx

Detectors/Align/src/Controller.cxx:927: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/Controller.cxx:929: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/Controller.cxx:940: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/Controller.cxx:945: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/Controller.cxx:1484: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/Controller.cxx:163: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/Controller.cxx:296: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/Controller.cxx:299: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/Controller.cxx:429: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/Controller.cxx:455: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/Controller.cxx:476: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/Controller.cxx:497: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/Controller.cxx:517: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/Controller.cxx:815: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/Controller.cxx:1366: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/Controller.cxx:1370: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Align/src/GeometricalConstraint.cxx

Detectors/Align/src/GeometricalConstraint.cxx:182: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:183: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:185: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:187: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:189: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:191: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:198: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:241: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:250: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:253: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:257: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:259: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:261: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:264: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:267: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:270: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:272: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:276: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:279: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:283: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:285: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:287: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:290: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:292: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:295: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:377: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:380: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:383: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:385: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/GeometricalConstraint.cxx:389: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/Align/src/Mille.cxx

Detectors/Align/src/Mille.cxx:24: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/Align/src/Millepede2Record.cxx

Detectors/Align/src/Millepede2Record.cxx:275: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/Millepede2Record.cxx:276: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/Millepede2Record.cxx:277: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/Millepede2Record.cxx:284: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/Millepede2Record.cxx:287: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/Millepede2Record.cxx:291: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/Millepede2Record.cxx:293: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/Millepede2Record.cxx:300: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/Millepede2Record.cxx:305: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/Millepede2Record.cxx:313: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/Millepede2Record.cxx:315: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/Millepede2Record.cxx:321: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/Millepede2Record.cxx:128: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Align/src/ResidualsController.cxx

Detectors/Align/src/ResidualsController.cxx:144: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/ResidualsController.cxx:145: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/ResidualsController.cxx:147: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/ResidualsController.cxx:151: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/ResidualsController.cxx:154: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/ResidualsController.cxx:157: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/ResidualsController.cxx:159: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/ResidualsController.cxx:162: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/ResidualsController.cxx:170: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/ResidualsController.cxx:173: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/ResidualsController.cxx:176: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/ResidualsController.cxx:178: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/ResidualsController.cxx:181: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/Align/src/ResidualsControllerFast.cxx

Detectors/Align/src/ResidualsControllerFast.cxx:109: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/ResidualsControllerFast.cxx:112: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/ResidualsControllerFast.cxx:115: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/ResidualsControllerFast.cxx:120: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/ResidualsControllerFast.cxx:122: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/ResidualsControllerFast.cxx:124: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/ResidualsControllerFast.cxx:125: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/ResidualsControllerFast.cxx:130: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/ResidualsControllerFast.cxx:134: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Align/src/ResidualsControllerFast.cxx:40: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/ResidualsControllerFast.cxx:121: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Align/src/ResidualsControllerFast.cxx:129: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Base/include/DetectorsBase/DPLWorkflowUtils.h

Detectors/Base/include/DetectorsBase/DPLWorkflowUtils.h:32: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/Base/src/CTFCoderBase.cxx

Detectors/Base/src/CTFCoderBase.cxx:73: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Base/src/GeometryManager.cxx

Detectors/Base/src/GeometryManager.cxx:361: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Base/src/GeometryManager.cxx:366: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Base/src/GeometryManager.cxx:453: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Base/src/GeometryManager.cxx:458: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Base/src/MatLayerCyl.cxx

Detectors/Base/src/MatLayerCyl.cxx:287: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Base/src/MatLayerCyl.cxx:295: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Base/src/MatLayerCyl.cxx:299: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Base/src/MatLayerCyl.cxx:301: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Base/src/MatLayerCyl.cxx:305: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Base/src/MatLayerCyl.cxx:45: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Base/src/MatLayerCyl.cxx:48: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Base/src/MatLayerCylSet.cxx

Detectors/Base/src/MatLayerCylSet.cxx:87: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Base/src/MatLayerCylSet.cxx:245: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Base/src/MatLayerCylSet.cxx:252: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Base/src/MatLayerCylSet.cxx:255: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Base/src/MatLayerCylSet.cxx:357: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Base/src/MatLayerCylSet.cxx:384: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Base/src/MatLayerCylSet.cxx:404: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Base/src/MatLayerCylSet.cxx:427: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/Base/src/MaterialManager.cxx

Detectors/Base/src/MaterialManager.cxx:22: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/Base/src/MaterialManager.cxx:338: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Base/src/MaterialManager.cxx:340: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Base/src/MaterialManager.cxx:349: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Base/src/MaterialManager.cxx:352: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Base/src/MaterialManager.cxx:353: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Base/src/MaterialManager.cxx:946: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/Base/src/Propagator.cxx

Detectors/Base/src/Propagator.cxx:693: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Base/src/Propagator.cxx:972: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Base/src/Propagator.cxx:1036: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Base/src/Stack.cxx

Detectors/Base/src/Stack.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]
Detectors/Base/src/Stack.cxx:619: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Base/src/Stack.cxx:620: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Base/src/Stack.cxx:621: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/Base/src/Stack.cxx:97: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Base/src/TFIDInfoHelper.cxx

Detectors/Base/src/TFIDInfoHelper.cxx:27: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Base/test/buildMatBudLUT.C

Detectors/Base/test/buildMatBudLUT.C:207: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Base/test/buildMatBudLUT.C:225: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Base/test/buildMatBudLUT.C:232: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Base/test/buildMatBudLUT.C:240: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Base/test/buildMatBudLUT.C:246: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Base/test/buildMatBudLUT.C:266: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Base/test/buildMatBudLUT.C:273: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Base/test/buildMatBudLUT.C:281: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Base/test/buildMatBudLUT.C:288: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Base/test/buildMatBudLUT.C:303: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Base/test/buildMatBudLUT.C:321: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Base/test/buildMatBudLUT.C:375: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Base/test/buildMatBudLUT.C:386: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Base/test/buildMatBudLUT.C:397: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Base/test/testStack.cxx

Detectors/Base/test/testStack.cxx:31: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Base/test/testStack.cxx:44: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CPV/calib/CPVCalibWorkflow/include/CPVCalibWorkflow/CPVBadMapCalibDevice.h

Detectors/CPV/calib/CPVCalibWorkflow/include/CPVCalibWorkflow/CPVBadMapCalibDevice.h:26: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/CPV/calib/CPVCalibWorkflow/include/CPVCalibWorkflow/CPVGainCalibDevice.h

Detectors/CPV/calib/CPVCalibWorkflow/include/CPVCalibWorkflow/CPVGainCalibDevice.h:25: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/CPV/calib/CPVCalibWorkflow/include/CPVCalibWorkflow/CPVPedestalCalibDevice.h

Detectors/CPV/calib/CPVCalibWorkflow/include/CPVCalibWorkflow/CPVPedestalCalibDevice.h:26: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/CPV/calib/CPVCalibWorkflow/src/CPVBadMapCalibDevice.cxx

Detectors/CPV/calib/CPVCalibWorkflow/src/CPVBadMapCalibDevice.cxx:44: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CPV/calib/CPVCalibWorkflow/src/CPVGainCalibDevice.cxx

Detectors/CPV/calib/CPVCalibWorkflow/src/CPVGainCalibDevice.cxx:154: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CPV/calib/macros/PostCalibCCDB.C

Detectors/CPV/calib/macros/PostCalibCCDB.C:36: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CPV/calib/macros/makeBadMapFromPedestalRun.C

Detectors/CPV/calib/macros/makeBadMapFromPedestalRun.C:41: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/calib/macros/makeBadMapFromPedestalRun.C:43: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/calib/macros/makeBadMapFromPedestalRun.C:60: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CPV/calib/macros/readBadChannelMapFromCCDB.C

Detectors/CPV/calib/macros/readBadChannelMapFromCCDB.C:32: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CPV/calib/macros/readCalibParamsFromCCDB.C

Detectors/CPV/calib/macros/readCalibParamsFromCCDB.C:34: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CPV/calib/macros/readGainCalibDataFromCCDB.C

Detectors/CPV/calib/macros/readGainCalibDataFromCCDB.C:36: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CPV/calib/macros/readPedEfficienciesFromCCDB.C

Detectors/CPV/calib/macros/readPedEfficienciesFromCCDB.C:34: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CPV/calib/macros/readPedestalsFromCCDB.C

Detectors/CPV/calib/macros/readPedestalsFromCCDB.C:37: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/calib/macros/readPedestalsFromCCDB.C:73: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/calib/macros/readPedestalsFromCCDB.C:75: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CPV/calib/macros/readThresholdsFEEFromCCDB.C

Detectors/CPV/calib/macros/readThresholdsFEEFromCCDB.C:36: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CPV/calib/src/GainCalibrator.cxx

Detectors/CPV/calib/src/GainCalibrator.cxx:230: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/calib/src/GainCalibrator.cxx:233: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CPV/calib/src/PedestalCalibrator.cxx

Detectors/CPV/calib/src/PedestalCalibrator.cxx:105: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/CPV/calib/src/PedestalCalibrator.cxx:114: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/CPV/calib/src/PedestalCalibrator.cxx:121: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/CPV/calib/src/PedestalCalibrator.cxx:300: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CPV/calib/testWorkflow/GainCalibratorSpec.h

Detectors/CPV/calib/testWorkflow/GainCalibratorSpec.h:26: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/CPV/calib/testWorkflow/NoiseCalibratorSpec.h

Detectors/CPV/calib/testWorkflow/NoiseCalibratorSpec.h:26: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/CPV/calib/testWorkflow/PedestalCalibratorSpec.h

Detectors/CPV/calib/testWorkflow/PedestalCalibratorSpec.h:26: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/CPV/reconstruction/src/Clusterer.cxx

Detectors/CPV/reconstruction/src/Clusterer.cxx:360: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/reconstruction/src/Clusterer.cxx:371: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CPV/reconstruction/src/FullCluster.cxx

Detectors/CPV/reconstruction/src/FullCluster.cxx:177: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CPV/reconstruction/src/RawDecoder.cxx

Detectors/CPV/reconstruction/src/RawDecoder.cxx:105: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/reconstruction/src/RawDecoder.cxx:150: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CPV/simulation/include/CPVSimulation/GeometryParams.h

Detectors/CPV/simulation/include/CPVSimulation/GeometryParams.h:45: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/include/CPVSimulation/GeometryParams.h:46: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/include/CPVSimulation/GeometryParams.h:56: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CPV/simulation/src/Detector.cxx

Detectors/CPV/simulation/src/Detector.cxx:169: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/CPV/simulation/src/Detector.cxx:315: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/Detector.cxx:371: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/Detector.cxx:423: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CPV/simulation/src/RawCreator.cxx

Detectors/CPV/simulation/src/RawCreator.cxx:65: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CPV/simulation/src/RawCreator.cxx:92: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CPV/simulation/src/RawWriter.cxx

Detectors/CPV/simulation/src/RawWriter.cxx:132: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/RawWriter.cxx:172: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/RawWriter.cxx:183: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/RawWriter.cxx:186: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/RawWriter.cxx:187: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/RawWriter.cxx:200: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/RawWriter.cxx:205: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/RawWriter.cxx:235: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/RawWriter.cxx:246: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/RawWriter.cxx:251: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/RawWriter.cxx:259: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/RawWriter.cxx:260: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/RawWriter.cxx:272: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/RawWriter.cxx:277: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/RawWriter.cxx:290: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/RawWriter.cxx:291: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/RawWriter.cxx:307: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/RawWriter.cxx:319: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/RawWriter.cxx:320: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/RawWriter.cxx:331: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/RawWriter.cxx:349: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/RawWriter.cxx:370: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/simulation/src/RawWriter.cxx:371: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CPV/testsimulation/plot_clu_cpv.C

Detectors/CPV/testsimulation/plot_clu_cpv.C:46: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/testsimulation/plot_clu_cpv.C:58: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/testsimulation/plot_clu_cpv.C:100: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CPV/testsimulation/plot_dig_cpv.C

Detectors/CPV/testsimulation/plot_dig_cpv.C:43: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/testsimulation/plot_dig_cpv.C:47: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/testsimulation/plot_dig_cpv.C:89: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CPV/testsimulation/plot_hit_cpv.C

Detectors/CPV/testsimulation/plot_hit_cpv.C:43: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/testsimulation/plot_hit_cpv.C:44: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/testsimulation/plot_hit_cpv.C:81: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CPV/workflow/src/DigitsPrinterSpec.cxx

Detectors/CPV/workflow/src/DigitsPrinterSpec.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/CPV/workflow/src/DigitsPrinterSpec.cxx:44: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CPV/workflow/src/DigitsPrinterSpec.cxx:47: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/CPV/workflow/src/RawToDigitConverterSpec.cxx

Detectors/CPV/workflow/src/RawToDigitConverterSpec.cxx:106: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/workflow/src/RawToDigitConverterSpec.cxx:186: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CPV/workflow/src/RawToDigitConverterSpec.cxx:210: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTF/test/test_ctf_io_cpv.cxx

Detectors/CTF/test/test_ctf_io_cpv.cxx:137: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/CTF/test/test_ctf_io_cpv.cxx:47: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTF/test/test_ctf_io_cpv.cxx:133: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTF/test/test_ctf_io_cpv.cxx:142: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTF/test/test_ctf_io_cpv.cxx:143: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTF/test/test_ctf_io_ctp.cxx

Detectors/CTF/test/test_ctf_io_ctp.cxx:48: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTF/test/test_ctf_io_emcal.cxx

Detectors/CTF/test/test_ctf_io_emcal.cxx:46: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTF/test/test_ctf_io_emcal.cxx:51: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTF/test/test_ctf_io_fdd.cxx

Detectors/CTF/test/test_ctf_io_fdd.cxx:44: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTF/test/test_ctf_io_fdd.cxx:54: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTF/test/test_ctf_io_fdd.cxx:56: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTF/test/test_ctf_io_ft0.cxx

Detectors/CTF/test/test_ctf_io_ft0.cxx:46: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTF/test/test_ctf_io_ft0.cxx:57: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTF/test/test_ctf_io_ft0.cxx:60: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTF/test/test_ctf_io_fv0.cxx

Detectors/CTF/test/test_ctf_io_fv0.cxx:45: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTF/test/test_ctf_io_fv0.cxx:55: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTF/test/test_ctf_io_hmpid.cxx

Detectors/CTF/test/test_ctf_io_hmpid.cxx:45: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTF/test/test_ctf_io_itsmft.cxx

Detectors/CTF/test/test_ctf_io_itsmft.cxx:49: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTF/test/test_ctf_io_itsmft.cxx:67: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTF/test/test_ctf_io_mch.cxx

Detectors/CTF/test/test_ctf_io_mch.cxx:47: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTF/test/test_ctf_io_mch.cxx:61: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTF/test/test_ctf_io_mid.cxx

Detectors/CTF/test/test_ctf_io_mid.cxx:52: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTF/test/test_ctf_io_mid.cxx:55: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTF/test/test_ctf_io_mid.cxx:66: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTF/test/test_ctf_io_mid.cxx:155: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTF/test/test_ctf_io_phos.cxx

Detectors/CTF/test/test_ctf_io_phos.cxx:44: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTF/test/test_ctf_io_phos.cxx:50: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTF/test/test_ctf_io_tof.cxx

Detectors/CTF/test/test_ctf_io_tof.cxx:48: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTF/test/test_ctf_io_trd.cxx

Detectors/CTF/test/test_ctf_io_trd.cxx:50: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTF/test/test_ctf_io_trd.cxx:52: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTF/test/test_ctf_io_zdc.cxx

Detectors/CTF/test/test_ctf_io_zdc.cxx:53: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTF/test/test_ctf_io_zdc.cxx:64: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTF/test/test_ctf_io_zdc.cxx:71: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTF/workflow/src/CTFReaderSpec.cxx

Detectors/CTF/workflow/src/CTFReaderSpec.cxx:223: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTF/workflow/src/CTFReaderSpec.cxx:254: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTF/workflow/src/CTFReaderSpec.cxx:345: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTF/workflow/src/CTFWriterSpec.cxx

Detectors/CTF/workflow/src/CTFWriterSpec.cxx:250: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTF/workflow/src/CTFWriterSpec.cxx:776: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTF/workflow/src/ctf-reader-workflow.cxx

Detectors/CTF/workflow/src/ctf-reader-workflow.cxx:175: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTP/macro/CreateBKForRun.C

Detectors/CTP/macro/CreateBKForRun.C:63: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTP/macro/GetScalersForRun.C

Detectors/CTP/macro/GetScalersForRun.C:91: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/macro/GetScalersForRun.C:114: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/macro/GetScalersForRun.C:118: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/macro/GetScalersForRun.C:123: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/macro/GetScalersForRun.C:127: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTP/macro/PlotPbLumi.C

Detectors/CTP/macro/PlotPbLumi.C:106: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/macro/PlotPbLumi.C:131: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTP/reconstruction/include/CTPReconstruction/CTFHelper.h

Detectors/CTP/reconstruction/include/CTPReconstruction/CTFHelper.h:35: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/reconstruction/include/CTPReconstruction/CTFHelper.h:36: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTP/reconstruction/src/RawDataDecoder.cxx

Detectors/CTP/reconstruction/src/RawDataDecoder.cxx:227: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/reconstruction/src/RawDataDecoder.cxx:234: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/reconstruction/src/RawDataDecoder.cxx:239: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/reconstruction/src/RawDataDecoder.cxx:240: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/reconstruction/src/RawDataDecoder.cxx:246: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/reconstruction/src/RawDataDecoder.cxx:416: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/reconstruction/src/RawDataDecoder.cxx:421: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/reconstruction/src/RawDataDecoder.cxx:422: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/reconstruction/src/RawDataDecoder.cxx:428: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/reconstruction/src/RawDataDecoder.cxx:556: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/reconstruction/src/RawDataDecoder.cxx:564: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/reconstruction/src/RawDataDecoder.cxx:570: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/reconstruction/src/RawDataDecoder.cxx:577: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/reconstruction/src/RawDataDecoder.cxx:582: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/reconstruction/src/RawDataDecoder.cxx:586: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTP/simulation/src/Digits2Raw.cxx

Detectors/CTP/simulation/src/Digits2Raw.cxx:304: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/simulation/src/Digits2Raw.cxx:314: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/simulation/src/Digits2Raw.cxx:190: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/simulation/src/Digits2Raw.cxx:216: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/simulation/src/Digits2Raw.cxx:293: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/simulation/src/Digits2Raw.cxx:305: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/simulation/src/Digits2Raw.cxx:308: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTP/simulation/src/digi2raw.cxx

Detectors/CTP/simulation/src/digi2raw.cxx:63: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/simulation/src/digi2raw.cxx:113: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTP/workflow/src/RawDecoderSpec.cxx

Detectors/CTP/workflow/src/RawDecoderSpec.cxx:62: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflow/src/RawDecoderSpec.cxx:66: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflow/src/RawDecoderSpec.cxx:73: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflow/src/RawDecoderSpec.cxx:65: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTP/workflowIO/include/CTPWorkflowIO/DigitWriterSpec.h

Detectors/CTP/workflowIO/include/CTPWorkflowIO/DigitWriterSpec.h:20: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/CTP/workflowScalers/include/CTPWorkflowScalers/RunManager.h

Detectors/CTP/workflowScalers/include/CTPWorkflowScalers/RunManager.h:22: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/CTP/workflowScalers/src/RunManager.cxx

Detectors/CTP/workflowScalers/src/RunManager.cxx:16: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/CTP/workflowScalers/src/RunManager.cxx:133: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:375: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:377: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:379: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:381: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:383: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:416: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:417: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:420: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:423: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:425: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:427: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:430: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:432: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:434: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:437: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:438: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:440: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:443: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:444: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:446: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:449: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:450: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:452: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:455: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:456: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:458: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:461: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:462: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:464: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:467: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:468: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:470: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:473: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:474: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:476: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:479: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:480: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:483: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:484: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:486: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/RunManager.cxx:44: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/workflowScalers/src/RunManager.cxx:51: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/workflowScalers/src/RunManager.cxx:241: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/CTP/workflowScalers/src/RunManager.cxx:298: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/CTP/workflowScalers/src/ctp-ccdb-orbit.cxx

Detectors/CTP/workflowScalers/src/ctp-ccdb-orbit.cxx:31: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/CTP/workflowScalers/src/ctp-ccdb-orbit.cxx:66: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/ctp-ccdb-orbit.cxx:91: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/ctp-ccdb-orbit.cxx:97: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/ctp-ccdb-orbit.cxx:112: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/ctp-ccdb-orbit.cxx:123: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/ctp-ccdb-orbit.cxx:126: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/ctp-ccdb-orbit.cxx:140: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/ctp-ccdb-orbit.cxx:143: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/CTP/workflowScalers/src/ctp-ccdb-orbit.cxx:148: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/CTP/workflowScalers/src/ctpCCDBManager.cxx

Detectors/CTP/workflowScalers/src/ctpCCDBManager.cxx:161: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/Calibration/include/DetectorsCalibration/TimeSlotCalibration.h

Detectors/Calibration/include/DetectorsCalibration/TimeSlotCalibration.h:104: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Calibration/src/MeanVertexCalibrator.cxx

Detectors/Calibration/src/MeanVertexCalibrator.cxx:172: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Calibration/src/MeanVertexCalibrator.cxx:198: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Calibration/src/MeanVertexCalibrator.cxx:272: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Calibration/src/MeanVertexCalibrator.cxx:323: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Calibration/src/MeanVertexData.cxx

Detectors/Calibration/src/MeanVertexData.cxx:46: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Calibration/src/MeanVertexData.cxx:64: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Calibration/src/MeanVertexData.cxx:69: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/Calibration/src/MeanVertexData.cxx:84: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Calibration/testMacros/getRunParameters.cxx

Detectors/Calibration/testMacros/getRunParameters.cxx:200: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Calibration/testMacros/populateCCDB.C

Detectors/Calibration/testMacros/populateCCDB.C:63: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Calibration/testMacros/populateCCDB.cxx

Detectors/Calibration/testMacros/populateCCDB.cxx:18: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/Calibration/testMacros/retrieveFromCCDB.cxx

Detectors/Calibration/testMacros/retrieveFromCCDB.cxx:18: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/Calibration/workflow/include/DetectorsCalibrationWorkflow/MeanVertexCalibratorSpec.h

Detectors/Calibration/workflow/include/DetectorsCalibrationWorkflow/MeanVertexCalibratorSpec.h:22: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/DCS/include/DetectorsDCS/DataPointIdentifier.h

Detectors/DCS/include/DetectorsDCS/DataPointIdentifier.h:24: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/DCS/include/DetectorsDCS/DataPointValue.h

Detectors/DCS/include/DetectorsDCS/DataPointValue.h:28: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/DCS/src/StringUtils.cxx

Detectors/DCS/src/StringUtils.cxx:192: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/DCS/src/StringUtils.cxx:228: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/DCS/src/StringUtils.cxx:231: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/DCS/src/StringUtils.cxx:237: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/DCS/src/StringUtils.cxx:240: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/DCS/src/StringUtils.cxx:246: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/DCS/src/StringUtils.cxx:249: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/DCS/src/StringUtils.cxx:254: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/DCS/src/StringUtils.cxx:258: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/DCS/src/StringUtils.cxx:261: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/DCS/src/StringUtils.cxx:264: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/DCS/src/StringUtils.cxx:269: error: Use std:: prefix for names from the std namespace. [std-prefix]

Detectors/DCS/test/testAliasExpander.cxx

Detectors/DCS/test/testAliasExpander.cxx:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/DCS/test/testDataPointGenerator.cxx

Detectors/DCS/test/testDataPointGenerator.cxx:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/DCS/test/testDataPointGenerator.cxx:113: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/DCS/test/testDataPointGenerator.cxx:114: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/DCS/testWorkflow/src/DCSConsumerSpec.h

Detectors/DCS/testWorkflow/src/DCSConsumerSpec.h:29: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/DCS/testWorkflow/src/DCSDataReplaySpec.cxx

Detectors/DCS/testWorkflow/src/DCSDataReplaySpec.cxx:90: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/DCS/testWorkflow/src/DCStoDPLconverter.h

Detectors/DCS/testWorkflow/src/DCStoDPLconverter.h:123: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/DCS/testWorkflow/src/dcs-config-proxy.cxx

Detectors/DCS/testWorkflow/src/dcs-config-proxy.cxx:77: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/base/include/EMCALBase/ShishKebabTrd1Module.h

Detectors/EMCAL/base/include/EMCALBase/ShishKebabTrd1Module.h:117: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/base/include/EMCALBase/TriggerMappingV2.h

Detectors/EMCAL/base/include/EMCALBase/TriggerMappingV2.h:433: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/include/EMCALBase/TriggerMappingV2.h:436: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/include/EMCALBase/TriggerMappingV2.h:439: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/include/EMCALBase/TriggerMappingV2.h:442: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/include/EMCALBase/TriggerMappingV2.h:454: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/base/src/ClusterFactory.cxx

Detectors/EMCAL/base/src/ClusterFactory.cxx:254: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/ClusterFactory.cxx:265: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/ClusterFactory.cxx:282: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/ClusterFactory.cxx:326: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/ClusterFactory.cxx:337: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/ClusterFactory.cxx:354: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/ClusterFactory.cxx:391: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/ClusterFactory.cxx:402: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/ClusterFactory.cxx:419: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/ClusterFactory.cxx:451: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/ClusterFactory.cxx:452: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/ClusterFactory.cxx:807: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/base/src/Geometry.cxx

Detectors/EMCAL/base/src/Geometry.cxx:1543: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/EMCAL/base/src/Geometry.cxx:249: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:264: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:277: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:318: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:320: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:322: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:325: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:327: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:329: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:515: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:520: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:525: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:534: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:551: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:624: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:695: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:839: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:859: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:882: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:889: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:890: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1108: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1111: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1120: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1123: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1151: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1168: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1173: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1179: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1184: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1220: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1244: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1249: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1255: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1260: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1315: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1317: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1345: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1350: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1679: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1704: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1708: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1759: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1841: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1850: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1865: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1867: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1869: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1871: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1874: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1917: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Geometry.cxx:1918: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/base/src/Mapper.cxx

Detectors/EMCAL/base/src/Mapper.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/base/src/Mapper.cxx:122: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/base/src/Mapper.cxx:105: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Mapper.cxx:114: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/Mapper.cxx:130: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/base/src/NonlinearityHandler.cxx

Detectors/EMCAL/base/src/NonlinearityHandler.cxx:12: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/base/src/NonlinearityHandler.cxx:196: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/base/src/RCUTrailer.cxx

Detectors/EMCAL/base/src/RCUTrailer.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/base/src/RCUTrailer.cxx:42: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/RCUTrailer.cxx:50: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/RCUTrailer.cxx:53: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/RCUTrailer.cxx:54: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/RCUTrailer.cxx:66: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/RCUTrailer.cxx:74: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/RCUTrailer.cxx:83: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/RCUTrailer.cxx:127: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/base/src/ShishKebabTrd1Module.cxx

Detectors/EMCAL/base/src/ShishKebabTrd1Module.cxx:239: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/base/src/ShishKebabTrd1Module.cxx:241: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/base/src/ShishKebabTrd1Module.cxx:242: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/base/src/ShishKebabTrd1Module.cxx:245: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/base/src/ShishKebabTrd1Module.cxx:248: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/base/src/ShishKebabTrd1Module.cxx:249: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/base/src/ShishKebabTrd1Module.cxx:250: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/base/src/ShishKebabTrd1Module.cxx:251: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/base/src/ShishKebabTrd1Module.cxx:252: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/base/src/ShishKebabTrd1Module.cxx:253: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/base/src/ShishKebabTrd1Module.cxx:254: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/base/src/ShishKebabTrd1Module.cxx:256: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/base/src/ShishKebabTrd1Module.cxx:258: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/base/src/ShishKebabTrd1Module.cxx:91: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/ShishKebabTrd1Module.cxx:247: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/ShishKebabTrd1Module.cxx:257: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/base/src/TriggerMappingV2.cxx

Detectors/EMCAL/base/src/TriggerMappingV2.cxx:244: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/TriggerMappingV2.cxx:325: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/TriggerMappingV2.cxx:340: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/TriggerMappingV2.cxx:347: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/TriggerMappingV2.cxx:353: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/TriggerMappingV2.cxx:357: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/TriggerMappingV2.cxx:360: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/TriggerMappingV2.cxx:363: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/TriggerMappingV2.cxx:376: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/TriggerMappingV2.cxx:379: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/TriggerMappingV2.cxx:382: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/TriggerMappingV2.cxx:385: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/TriggerMappingV2.cxx:397: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/TriggerMappingV2.cxx:412: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/TriggerMappingV2.cxx:429: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/TriggerMappingV2.cxx:488: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/TriggerMappingV2.cxx:491: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/TriggerMappingV2.cxx:517: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/src/TriggerMappingV2.cxx:520: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/base/test/testGeometry.cxx

Detectors/EMCAL/base/test/testGeometry.cxx:17: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/base/test/testGeometry.cxx:32: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/test/testGeometry.cxx:48: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/test/testGeometry.cxx:51: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/test/testGeometry.cxx:54: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/test/testGeometry.cxx:57: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/test/testGeometry.cxx:60: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/base/test/testGeometryRowColIndexing.C

Detectors/EMCAL/base/test/testGeometryRowColIndexing.C:17: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/test/testGeometryRowColIndexing.C:18: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/test/testGeometryRowColIndexing.C:20: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/base/test/testMapper.cxx

Detectors/EMCAL/base/test/testMapper.cxx:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/base/test/testMapper.cxx:55: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/base/test/testMapper.cxx:53: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/test/testMapper.cxx:76: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/test/testMapper.cxx:78: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/base/test/testMapper.cxx:79: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/base/test/testRCUTrailer.cxx

Detectors/EMCAL/base/test/testRCUTrailer.cxx:92: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calib/include/EMCALCalib/FeeDCS.h

Detectors/EMCAL/calib/include/EMCALCalib/FeeDCS.h:69: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calib/src/BadChannelMap.cxx

Detectors/EMCAL/calib/src/BadChannelMap.cxx:20: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/calib/src/BadChannelMap.cxx:26: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calib/src/BadChannelMap.cxx:55: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calib/src/CalibContainerErrors.cxx

Detectors/EMCAL/calib/src/CalibContainerErrors.cxx:12: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/calib/src/CellRecalibrator.cxx

Detectors/EMCAL/calib/src/CellRecalibrator.cxx:12: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/calib/src/ElmbMeasurement.cxx

Detectors/EMCAL/calib/src/ElmbMeasurement.cxx:12: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/calib/src/FeeDCS.cxx

Detectors/EMCAL/calib/src/FeeDCS.cxx:30: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calib/src/FeeDCS.cxx:50: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calib/src/GainCalibrationFactors.cxx

Detectors/EMCAL/calib/src/GainCalibrationFactors.cxx:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/calib/src/Pedestal.cxx

Detectors/EMCAL/calib/src/Pedestal.cxx:21: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/calib/src/TempCalibParamSM.cxx

Detectors/EMCAL/calib/src/TempCalibParamSM.cxx:18: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/calib/src/TempCalibrationParams.cxx

Detectors/EMCAL/calib/src/TempCalibrationParams.cxx:18: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/calib/src/TimeCalibParamL1Phase.cxx

Detectors/EMCAL/calib/src/TimeCalibParamL1Phase.cxx:18: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/calib/src/TimeCalibrationParams.cxx

Detectors/EMCAL/calib/src/TimeCalibrationParams.cxx:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/calib/src/TimeCalibrationSlewingParams.cxx

Detectors/EMCAL/calib/src/TimeCalibrationSlewingParams.cxx:23: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calib/src/TimeCalibrationSlewingParams.cxx:43: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calib/src/TriggerDCS.cxx

Detectors/EMCAL/calib/src/TriggerDCS.cxx:20: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/calib/src/TriggerDCS.cxx:32: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calib/src/TriggerSTUDCS.cxx

Detectors/EMCAL/calib/src/TriggerSTUDCS.cxx:18: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/calib/src/TriggerTRUDCS.cxx

Detectors/EMCAL/calib/src/TriggerTRUDCS.cxx:18: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/calib/src/TriggerTRUDCS.cxx:46: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calib/test/testGainCalibration.cxx

Detectors/EMCAL/calib/test/testGainCalibration.cxx:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/calib/test/testGainCalibration.cxx:65: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calib/test/testGainCalibration.cxx:94: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calib/test/testGainCalibration.cxx:40: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calib/test/testGainCalibration.cxx:84: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calib/test/testPedestal.cxx

Detectors/EMCAL/calib/test/testPedestal.cxx:71: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calib/test/testPedestal.cxx:87: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calib/test/testTempCalibration.cxx

Detectors/EMCAL/calib/test/testTempCalibration.cxx:21: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/calib/test/testTempCalibration.cxx:66: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calib/test/testTempCalibration.cxx:96: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calib/test/testTempCalibration.cxx:38: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calib/test/testTempCalibration.cxx:82: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calib/test/testTempCalibrationSM.cxx

Detectors/EMCAL/calib/test/testTempCalibrationSM.cxx:18: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/calib/test/testTempCalibrationSM.cxx:61: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calib/test/testTempCalibrationSM.cxx:90: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calib/test/testTempCalibrationSM.cxx:35: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calib/test/testTempCalibrationSM.cxx:78: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calib/test/testTimeCalibration.cxx

Detectors/EMCAL/calib/test/testTimeCalibration.cxx:21: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/calib/test/testTimeCalibration.cxx:69: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calib/test/testTimeCalibration.cxx:75: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calib/test/testTimeCalibration.cxx:112: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calib/test/testTimeCalibration.cxx:118: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calib/test/testTimeCalibration.cxx:38: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calib/test/testTimeCalibration.cxx:100: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calib/test/testTimeL1PhaseCalib.cxx

Detectors/EMCAL/calib/test/testTimeL1PhaseCalib.cxx:18: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/calib/test/testTimeL1PhaseCalib.cxx:61: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calib/test/testTimeL1PhaseCalib.cxx:90: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calib/test/testTimeL1PhaseCalib.cxx:35: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calib/test/testTimeL1PhaseCalib.cxx:78: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calib/test/testTriggerDCS.cxx

Detectors/EMCAL/calib/test/testTriggerDCS.cxx:66: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calib/test/testTriggerSTUDCS.cxx

Detectors/EMCAL/calib/test/testTriggerSTUDCS.cxx:48: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calib/test/testTriggerSTUDCS.cxx:76: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calib/test/testTriggerTRUDCS.cxx

Detectors/EMCAL/calib/test/testTriggerTRUDCS.cxx:67: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALCalibExtractor.h

Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALCalibExtractor.h:23: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALCalibExtractor.h:115: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALCalibExtractor.h:168: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALCalibExtractor.h:192: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALCalibExtractor.h:297: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALCalibExtractor.h:306: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALCalibExtractor.h:366: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALCalibExtractor.h:374: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALCalibExtractor.h:381: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALChannelCalibrator.h

Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALChannelCalibrator.h:358: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALPedestalHelper.h

Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALPedestalHelper.h:26: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALTempCalibExtractor.h

Detectors/EMCAL/calibration/include/EMCALCalibration/EMCALTempCalibExtractor.h:23: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/calibration/macros/readEMCALDCSentries.C

Detectors/EMCAL/calibration/macros/readEMCALDCSentries.C:39: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/macros/readEMCALDCSentries.C:67: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calibration/run/runCalibOffline.cxx

Detectors/EMCAL/calibration/run/runCalibOffline.cxx:15: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:67: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:71: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:75: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:79: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:83: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:87: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:92: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:99: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:104: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:108: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:111: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:114: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:120: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:126: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:132: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:138: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:144: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:150: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:156: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:161: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:185: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:192: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:202: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:222: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/run/runCalibOffline.cxx:241: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/EMCAL/calibration/src/EMCALCalibExtractor.cxx

Detectors/EMCAL/calibration/src/EMCALCalibExtractor.cxx:42: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/src/EMCALCalibExtractor.cxx:75: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/src/EMCALCalibExtractor.cxx:84: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/src/EMCALCalibExtractor.cxx:107: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/src/EMCALCalibExtractor.cxx:120: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/src/EMCALCalibExtractor.cxx:139: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calibration/src/EMCALPedestalHelper.cxx

Detectors/EMCAL/calibration/src/EMCALPedestalHelper.cxx:23: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/src/EMCALPedestalHelper.cxx:42: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/src/EMCALPedestalHelper.cxx:110: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/src/EMCALPedestalHelper.cxx:116: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/src/EMCALPedestalHelper.cxx:119: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/src/EMCALPedestalHelper.cxx:122: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/src/EMCALPedestalHelper.cxx:123: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/src/EMCALPedestalHelper.cxx:128: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/src/EMCALPedestalHelper.cxx:129: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/src/EMCALPedestalHelper.cxx:136: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/src/EMCALPedestalHelper.cxx:137: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/src/EMCALPedestalHelper.cxx:172: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calibration/src/EMCALTempCalibExtractor.cxx

Detectors/EMCAL/calibration/src/EMCALTempCalibExtractor.cxx:56: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/src/EMCALTempCalibExtractor.cxx:82: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/src/EMCALTempCalibExtractor.cxx:108: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calibration/src/EMCALTimeCalibData.cxx

Detectors/EMCAL/calibration/src/EMCALTimeCalibData.cxx:22: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/calibration/src/EMCDCSProcessor.cxx

Detectors/EMCAL/calibration/src/EMCDCSProcessor.cxx:325: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/src/EMCDCSProcessor.cxx:327: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/src/EMCDCSProcessor.cxx:328: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/src/EMCDCSProcessor.cxx:329: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/src/EMCDCSProcessor.cxx:330: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/src/EMCDCSProcessor.cxx:149: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/src/EMCDCSProcessor.cxx:191: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/src/EMCDCSProcessor.cxx:206: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/src/EMCDCSProcessor.cxx:213: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/src/EMCDCSProcessor.cxx:239: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calibration/src/PedestalProcessorData.cxx

Detectors/EMCAL/calibration/src/PedestalProcessorData.cxx:12: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/calibration/src/PedestalProcessorDevice.cxx

Detectors/EMCAL/calibration/src/PedestalProcessorDevice.cxx:90: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/src/PedestalProcessorDevice.cxx:167: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calibration/test/testPedestalProcessorData.cxx

Detectors/EMCAL/calibration/test/testPedestalProcessorData.cxx:39: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/test/testPedestalProcessorData.cxx:40: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/test/testPedestalProcessorData.cxx:55: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/test/testPedestalProcessorData.cxx:56: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/calibration/test/testPedestalProcessorData.cxx:84: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/test/testPedestalProcessorData.cxx:86: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/test/testPedestalProcessorData.cxx:100: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/calibration/test/testPedestalProcessorData.cxx:102: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/calibration/testWorkflow/EMCALChannelCalibratorSpec.h

Detectors/EMCAL/calibration/testWorkflow/EMCALChannelCalibratorSpec.h:44: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/EMCAL/reconstruction/include/EMCALReconstruction/CTFCoder.h

Detectors/EMCAL/reconstruction/include/EMCALReconstruction/CTFCoder.h:172: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/reconstruction/macros/RawFitterTESTMulti.C

Detectors/EMCAL/reconstruction/macros/RawFitterTESTMulti.C:67: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/reconstruction/macros/RawFitterTESTs.C

Detectors/EMCAL/reconstruction/macros/RawFitterTESTs.C:83: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/reconstruction/run/rawReaderFile.cxx

Detectors/EMCAL/reconstruction/run/rawReaderFile.cxx:15: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/reconstruction/run/rawReaderFile.cxx:49: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/run/rawReaderFile.cxx:87: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/run/rawReaderFile.cxx:104: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/run/rawReaderFile.cxx:106: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/run/rawReaderFile.cxx:108: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/run/rawReaderFile.cxx:112: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/run/rawReaderFile.cxx:98: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/reconstruction/run/rawReaderTRUDigits.cxx

Detectors/EMCAL/reconstruction/run/rawReaderTRUDigits.cxx:15: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/reconstruction/run/rawReaderTRUDigits.cxx:54: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/run/rawReaderTRUDigits.cxx:109: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/run/rawReaderTRUDigits.cxx:133: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/run/rawReaderTRUDigits.cxx:138: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/run/rawReaderTRUDigits.cxx:153: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/run/rawReaderTRUDigits.cxx:162: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/run/rawReaderTRUDigits.cxx:122: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/reconstruction/run/rawReaderTRUDigits.cxx:145: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/reconstruction/src/AltroDecoder.cxx

Detectors/EMCAL/reconstruction/src/AltroDecoder.cxx:14: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/reconstruction/src/AltroDecoder.cxx:68: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/reconstruction/src/AltroDecoder.cxx:178: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/reconstruction/src/AltroDecoder.cxx:182: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/reconstruction/src/CaloRawFitterGamma2.cxx

Detectors/EMCAL/reconstruction/src/CaloRawFitterGamma2.cxx:51: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/reconstruction/src/CaloRawFitterGamma2.cxx:75: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/reconstruction/src/CaloRawFitterGamma2.cxx:102: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/reconstruction/src/CaloRawFitterGamma2.cxx:153: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/reconstruction/src/CaloRawFitterStandard.cxx

Detectors/EMCAL/reconstruction/src/CaloRawFitterStandard.cxx:84: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/reconstruction/src/CaloRawFitterStandard.cxx:110: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/reconstruction/src/Clusterizer.cxx

Detectors/EMCAL/reconstruction/src/Clusterizer.cxx:61: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/reconstruction/src/ClusterizerTask.cxx

Detectors/EMCAL/reconstruction/src/ClusterizerTask.cxx:15: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/reconstruction/src/FastORTimeSeries.cxx

Detectors/EMCAL/reconstruction/src/FastORTimeSeries.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/reconstruction/src/FastORTimeSeries.cxx:21: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/reconstruction/src/RawBuffer.cxx

Detectors/EMCAL/reconstruction/src/RawBuffer.cxx:12: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/reconstruction/src/RawDecodingError.cxx

Detectors/EMCAL/reconstruction/src/RawDecodingError.cxx:12: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/reconstruction/src/RawReaderMemory.cxx

Detectors/EMCAL/reconstruction/src/RawReaderMemory.cxx:11: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/reconstruction/src/RawReaderMemory.cxx:44: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/reconstruction/src/RawReaderMemory.cxx:135: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/reconstruction/src/RecoContainer.cxx

Detectors/EMCAL/reconstruction/src/RecoContainer.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/reconstruction/src/RecoParam.cxx

Detectors/EMCAL/reconstruction/src/RecoParam.cxx:12: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/reconstruction/src/STUDecoderError.cxx

Detectors/EMCAL/reconstruction/src/STUDecoderError.cxx:12: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/reconstruction/src/StuDecoder.cxx

Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:69: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:73: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:125: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:128: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:162: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:165: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:221: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:233: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:234: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:235: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:236: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:237: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:238: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:239: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:240: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:241: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:242: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:244: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:68: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:123: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:160: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/reconstruction/src/StuDecoder.cxx:220: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/reconstruction/src/TRUDataHandler.cxx

Detectors/EMCAL/reconstruction/src/TRUDataHandler.cxx:12: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/reconstruction/test/testFastORTimeSeries.cxx

Detectors/EMCAL/reconstruction/test/testFastORTimeSeries.cxx:32: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/test/testFastORTimeSeries.cxx:36: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/test/testFastORTimeSeries.cxx:38: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/reconstruction/test/testFastORTimeSeries.cxx:44: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/reconstruction/test/testFastORTimeSeries.cxx:58: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/reconstruction/test/testFastORTimeSeries.cxx:88: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/reconstruction/test/testFastORTimeSeries.cxx:136: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/reconstruction/test/testFastORTimeSeries.cxx:152: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/reconstruction/test/testRawDecodingError.cxx

Detectors/EMCAL/reconstruction/test/testRawDecodingError.cxx:73: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/reconstruction/test/testRawDecodingError.cxx:75: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/reconstruction/test/testRecoContainer.cxx

Detectors/EMCAL/reconstruction/test/testRecoContainer.cxx:42: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/reconstruction/test/testRecoContainer.cxx:52: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/reconstruction/test/testRecoContainer.cxx:109: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/reconstruction/test/testTRUDataHandler.cxx

Detectors/EMCAL/reconstruction/test/testTRUDataHandler.cxx:58: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/reconstruction/test/testTRUDataHandler.cxx:66: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/simulation/include/EMCALSimulation/TRUElectronics.h

Detectors/EMCAL/simulation/include/EMCALSimulation/TRUElectronics.h:58: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/simulation/src/Detector.cxx

Detectors/EMCAL/simulation/src/Detector.cxx:130: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/simulation/src/Detector.cxx:107: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/Detector.cxx:257: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/Detector.cxx:348: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/Detector.cxx:423: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/Detector.cxx:517: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/Detector.cxx:536: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/Detector.cxx:560: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/Detector.cxx:713: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/Detector.cxx:778: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/Detector.cxx:850: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/Detector.cxx:852: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/Detector.cxx:934: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/simulation/src/Digitizer.cxx

Detectors/EMCAL/simulation/src/Digitizer.cxx:70: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/Digitizer.cxx:180: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/Digitizer.cxx:256: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/simulation/src/DigitizerTRU.cxx

Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:363: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:366: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:369: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:372: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:375: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:378: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:381: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:384: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:387: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:390: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:395: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:398: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:401: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:404: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:407: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:410: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:416: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:420: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:424: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:428: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:447: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:454: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:478: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:479: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:481: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:482: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/DigitizerTRU.cxx:485: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/simulation/src/DigitsVectorStream.cxx

Detectors/EMCAL/simulation/src/DigitsVectorStream.cxx:16: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/simulation/src/DigitsWriteoutBuffer.cxx

Detectors/EMCAL/simulation/src/DigitsWriteoutBuffer.cxx:16: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/simulation/src/DigitsWriteoutBufferTRU.cxx

Detectors/EMCAL/simulation/src/DigitsWriteoutBufferTRU.cxx:16: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/simulation/src/DigitsWriteoutBufferTRU.cxx:42: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/simulation/src/LZEROElectronics.cxx

Detectors/EMCAL/simulation/src/LZEROElectronics.cxx:16: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/simulation/src/LZEROElectronics.cxx:38: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/simulation/src/LabeledDigit.cxx

Detectors/EMCAL/simulation/src/LabeledDigit.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/simulation/src/RawCreator.cxx

Detectors/EMCAL/simulation/src/RawCreator.cxx:60: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/EMCAL/simulation/src/RawWriter.cxx

Detectors/EMCAL/simulation/src/RawWriter.cxx:97: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/simulation/src/RawWriter.cxx:37: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/RawWriter.cxx:51: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/RawWriter.cxx:56: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/RawWriter.cxx:96: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/RawWriter.cxx:128: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/RawWriter.cxx:323: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/simulation/src/SimParam.cxx

Detectors/EMCAL/simulation/src/SimParam.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/EMCAL/simulation/src/SpaceFrame.cxx

Detectors/EMCAL/simulation/src/SpaceFrame.cxx:138: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/EMCAL/simulation/src/SpaceFrame.cxx:148: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/EMCAL/simulation/src/SpaceFrame.cxx:156: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/EMCAL/simulation/src/SpaceFrame.cxx:162: error: Use std:: prefix for names from the std namespace. [std-prefix]

Detectors/EMCAL/simulation/src/TRUElectronics.cxx

Detectors/EMCAL/simulation/src/TRUElectronics.cxx:105: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/TRUElectronics.cxx:111: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/TRUElectronics.cxx:122: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/TRUElectronics.cxx:155: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/TRUElectronics.cxx:195: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/TRUElectronics.cxx:200: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/simulation/src/TRUElectronics.cxx:221: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/workflow/include/EMCALWorkflow/EMCALDCSDataProcessorSpec.h

Detectors/EMCAL/workflow/include/EMCALWorkflow/EMCALDCSDataProcessorSpec.h:40: error: Do not put using directives at global scope in headers. [using-directive]
Detectors/EMCAL/workflow/include/EMCALWorkflow/EMCALDCSDataProcessorSpec.h:50: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/EMCAL/workflow/src/CellConverterSpec.cxx

Detectors/EMCAL/workflow/src/CellConverterSpec.cxx:213: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/workflow/src/CellConverterSpec.cxx:246: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/workflow/src/CellConverterSpec.cxx:93: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/workflow/src/CellConverterSpec.cxx:192: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/workflow/src/CellConverterSpec.cxx:212: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/workflow/src/CellConverterSpec.cxx:245: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/workflow/src/CellConverterSpec.cxx:286: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/workflow/src/CellConverterSpec.cxx:350: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/workflow/src/CellConverterSpec.cxx:360: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/workflow/src/CellConverterSpec.cxx:366: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/workflow/src/CellConverterSpec.cxx:390: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/workflow/src/DigitsPrinterSpec.cxx

Detectors/EMCAL/workflow/src/DigitsPrinterSpec.cxx:12: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/workflow/src/DigitsPrinterSpec.cxx:50: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/workflow/src/DigitsPrinterSpec.cxx:54: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/workflow/src/DigitsPrinterSpec.cxx:57: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/workflow/src/DigitsPrinterSpec.cxx:60: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/workflow/src/DigitsPrinterSpec.cxx:61: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/EMCAL/workflow/src/EMCALDigitizerSpec.cxx

Detectors/EMCAL/workflow/src/EMCALDigitizerSpec.cxx:441: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/EMCAL/workflow/src/EMCALDigitizerSpec.cxx:144: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/workflow/src/EMCALDigitizerSpec.cxx:315: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/workflow/src/EMCALDigitizerSpec.cxx:316: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/workflow/src/OfflineCalibSpec.cxx

Detectors/EMCAL/workflow/src/OfflineCalibSpec.cxx:12: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/workflow/src/OfflineCalibSpec.cxx:174: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/workflow/src/RawToCellConverterSpec.cxx

Detectors/EMCAL/workflow/src/RawToCellConverterSpec.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/EMCAL/workflow/src/RawToCellConverterSpec.cxx:131: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/workflow/src/RawToCellConverterSpec.cxx:233: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/workflow/src/RawToCellConverterSpec.cxx:347: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/workflow/src/RawToCellConverterSpec.cxx:348: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/workflow/src/RawToCellConverterSpec.cxx:502: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/workflow/src/RawToCellConverterSpec.cxx:516: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/EMCAL/workflow/src/RawToCellConverterSpec.cxx:697: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/EMCAL/workflow/src/emc-channel-data-producer.cxx

Detectors/EMCAL/workflow/src/emc-channel-data-producer.cxx:107: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/FDD/reconstruction/include/FDDReconstruction/CTFCoder.h

Detectors/FIT/FDD/reconstruction/include/FDDReconstruction/CTFCoder.h:193: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/FDD/reconstruction/include/FDDReconstruction/ReadRaw.h

Detectors/FIT/FDD/reconstruction/include/FDDReconstruction/ReadRaw.h:21: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/FIT/FDD/reconstruction/src/Reconstructor.cxx

Detectors/FIT/FDD/reconstruction/src/Reconstructor.cxx:51: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FDD/reconstruction/src/Reconstructor.cxx:54: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx

Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:49: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:62: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:66: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:68: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:69: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:74: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:78: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:91: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:95: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:96: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:98: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:100: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:101: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:108: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:109: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:113: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:115: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:119: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FDD/reconstruction/src/test-raw2digit.cxx:122: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/FIT/FDD/simulation/include/FDDSimulation/Digits2Raw.h

Detectors/FIT/FDD/simulation/include/FDDSimulation/Digits2Raw.h:30: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/FIT/FDD/simulation/src/Detector.cxx

Detectors/FIT/FDD/simulation/src/Detector.cxx:27: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]

Detectors/FIT/FDD/simulation/src/Digitizer.cxx

Detectors/FIT/FDD/simulation/src/Digitizer.cxx:22: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/FIT/FDD/simulation/src/Digitizer.cxx:424: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FDD/simulation/src/Digitizer.cxx:426: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FDD/simulation/src/Digitizer.cxx:429: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FDD/simulation/src/Digitizer.cxx:432: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FDD/simulation/src/Digitizer.cxx:61: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FDD/simulation/src/Digitizer.cxx:79: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FDD/simulation/src/Digitizer.cxx:108: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FDD/simulation/src/Digitizer.cxx:268: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FDD/simulation/src/Digitizer.cxx:396: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FDD/simulation/src/Digitizer.cxx:425: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FDD/simulation/src/Digitizer.cxx:428: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/FDD/simulation/src/digit2raw.cxx

Detectors/FIT/FDD/simulation/src/digit2raw.cxx:41: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/FIT/FDD/workflow/include/FDDWorkflow/DigitReaderSpec.h

Detectors/FIT/FDD/workflow/include/FDDWorkflow/DigitReaderSpec.h:26: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/FIT/FDD/workflow/include/FDDWorkflow/RawDataProcessSpec.h

Detectors/FIT/FDD/workflow/include/FDDWorkflow/RawDataProcessSpec.h:31: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/FIT/FDD/workflow/include/FDDWorkflow/RawDataProcessSpec.h:35: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/FIT/FDD/workflow/include/FDDWorkflow/RawDataReaderSpec.h

Detectors/FIT/FDD/workflow/include/FDDWorkflow/RawDataReaderSpec.h:30: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/FIT/FDD/workflow/include/FDDWorkflow/RawDataReaderSpec.h:33: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/FIT/FDD/workflow/include/FDDWorkflow/RawReaderFDD.h

Detectors/FIT/FDD/workflow/include/FDDWorkflow/RawReaderFDD.h:21: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/FIT/FDD/workflow/include/FDDWorkflow/RecPointReaderSpec.h

Detectors/FIT/FDD/workflow/include/FDDWorkflow/RecPointReaderSpec.h:24: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/FIT/FDD/workflow/include/FDDWorkflow/RecPointWriterSpec.h

Detectors/FIT/FDD/workflow/include/FDDWorkflow/RecPointWriterSpec.h:19: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/FIT/FDD/workflow/include/FDDWorkflow/ReconstructorSpec.h

Detectors/FIT/FDD/workflow/include/FDDWorkflow/ReconstructorSpec.h:22: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/FIT/FT0/base/src/Geometry.cxx

Detectors/FIT/FT0/base/src/Geometry.cxx:17: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/FIT/FT0/base/src/Geometry.cxx:62: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/FT0/reconstruction/include/FT0Reconstruction/CTFCoder.h

Detectors/FIT/FT0/reconstruction/include/FT0Reconstruction/CTFCoder.h:195: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/FT0/reconstruction/src/CollisionTimeRecoTask.cxx

Detectors/FIT/FT0/reconstruction/src/CollisionTimeRecoTask.cxx:27: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/FIT/FT0/reconstruction/src/CollisionTimeRecoTask.cxx:91: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx

Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:49: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:62: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:66: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:68: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:69: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:74: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:78: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:91: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:95: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:96: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:98: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:100: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:101: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:108: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:109: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:113: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:115: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:119: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FT0/reconstruction/src/test-raw2digit.cxx:122: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/FIT/FT0/simulation/src/Detector.cxx

Detectors/FIT/FT0/simulation/src/Detector.cxx:876: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FT0/simulation/src/Detector.cxx:244: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FT0/simulation/src/Detector.cxx:246: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FT0/simulation/src/Detector.cxx:300: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FT0/simulation/src/Detector.cxx:316: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FT0/simulation/src/Detector.cxx:679: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FT0/simulation/src/Detector.cxx:918: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FT0/simulation/src/Detector.cxx:1114: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FT0/simulation/src/Detector.cxx:1156: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FT0/simulation/src/Detector.cxx:1367: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/FT0/simulation/src/Digitizer.cxx

Detectors/FIT/FT0/simulation/src/Digitizer.cxx:24: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/FIT/FT0/simulation/src/Digitizer.cxx:41: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FT0/simulation/src/Digitizer.cxx:53: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FT0/simulation/src/Digitizer.cxx:140: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FT0/simulation/src/Digitizer.cxx:218: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FT0/simulation/src/Digitizer.cxx:225: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FT0/simulation/src/Digitizer.cxx:292: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FT0/simulation/src/Digitizer.cxx:306: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FT0/simulation/src/Digitizer.cxx:391: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FT0/simulation/src/Digitizer.cxx:404: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/FT0/simulation/src/digit2raw.cxx

Detectors/FIT/FT0/simulation/src/digit2raw.cxx:41: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/FIT/FT0/workflow/include/FT0Workflow/FT0DataDecoderDPLSpec.h

Detectors/FIT/FT0/workflow/include/FT0Workflow/FT0DataDecoderDPLSpec.h:31: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/FIT/FT0/workflow/include/FT0Workflow/FT0DataDecoderDPLSpec.h:42: error: Do not put using directives at global scope in headers. [using-directive]
Detectors/FIT/FT0/workflow/include/FT0Workflow/FT0DataDecoderDPLSpec.h:93: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/FT0/workflow/include/FT0Workflow/FT0DataProcessDPLSpec.h

Detectors/FIT/FT0/workflow/include/FT0Workflow/FT0DataProcessDPLSpec.h:31: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/FIT/FT0/workflow/include/FT0Workflow/FT0DataProcessDPLSpec.h:35: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/FIT/FT0/workflow/include/FT0Workflow/FT0DataReaderDPLSpec.h

Detectors/FIT/FT0/workflow/include/FT0Workflow/FT0DataReaderDPLSpec.h:28: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/FIT/FT0/workflow/include/FT0Workflow/FT0DataReaderDPLSpec.h:33: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/FIT/FT0/workflow/include/FT0Workflow/FT0DigitWriterSpec.h

Detectors/FIT/FT0/workflow/include/FT0Workflow/FT0DigitWriterSpec.h:26: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/FIT/FT0/workflow/include/FT0Workflow/RawReaderFT0.h

Detectors/FIT/FT0/workflow/include/FT0Workflow/RawReaderFT0.h:21: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/FIT/FT0/workflow/include/FT0Workflow/RecPointReaderSpec.h

Detectors/FIT/FT0/workflow/include/FT0Workflow/RecPointReaderSpec.h:25: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/FIT/FT0/workflow/include/FT0Workflow/RecPointWriterSpec.h

Detectors/FIT/FT0/workflow/include/FT0Workflow/RecPointWriterSpec.h:19: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/FIT/FT0/workflow/include/FT0Workflow/RecoQCworkflow.h

Detectors/FIT/FT0/workflow/include/FT0Workflow/RecoQCworkflow.h:39: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/FIT/FT0/workflow/include/FT0Workflow/ReconstructionSpec.h

Detectors/FIT/FT0/workflow/include/FT0Workflow/ReconstructionSpec.h:25: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/FIT/FT0/workflow/src/FT0DataDecoderDPLSpec.cxx

Detectors/FIT/FT0/workflow/src/FT0DataDecoderDPLSpec.cxx:80: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/FT0/workflow/src/RecoQCworkflow.cxx

Detectors/FIT/FT0/workflow/src/RecoQCworkflow.cxx:52: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FT0/workflow/src/RecoQCworkflow.cxx:82: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FT0/workflow/src/RecoQCworkflow.cxx:85: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FT0/workflow/src/RecoQCworkflow.cxx:89: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FT0/workflow/src/RecoQCworkflow.cxx:90: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FT0/workflow/src/RecoQCworkflow.cxx:104: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FT0/workflow/src/RecoQCworkflow.cxx:122: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/FV0/base/src/Geometry.cxx

Detectors/FIT/FV0/base/src/Geometry.cxx:525: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FV0/base/src/Geometry.cxx:526: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FV0/base/src/Geometry.cxx:527: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FV0/base/src/Geometry.cxx:528: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FV0/base/src/Geometry.cxx:529: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FV0/base/src/Geometry.cxx:530: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FV0/base/src/Geometry.cxx:531: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FV0/base/src/Geometry.cxx:532: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FV0/base/src/Geometry.cxx:533: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FV0/base/src/Geometry.cxx:534: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FV0/base/src/Geometry.cxx:535: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FV0/base/src/Geometry.cxx:648: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FV0/base/src/Geometry.cxx:649: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FV0/base/src/Geometry.cxx:652: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FV0/base/src/Geometry.cxx:653: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FV0/base/src/Geometry.cxx:654: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FV0/base/src/Geometry.cxx:936: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FV0/base/src/Geometry.cxx:1138: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FV0/base/src/Geometry.cxx:1236: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FV0/base/src/Geometry.cxx:196: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FV0/base/src/Geometry.cxx:312: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FV0/base/src/Geometry.cxx:318: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FV0/base/src/Geometry.cxx:324: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FV0/base/src/Geometry.cxx:330: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FV0/base/src/Geometry.cxx:336: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FV0/base/src/Geometry.cxx:342: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FV0/base/src/Geometry.cxx:545: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FV0/base/src/Geometry.cxx:546: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FV0/base/src/Geometry.cxx:547: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FV0/base/src/Geometry.cxx:551: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FV0/base/src/Geometry.cxx:552: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FV0/base/src/Geometry.cxx:565: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FV0/base/src/Geometry.cxx:570: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FV0/base/src/Geometry.cxx:665: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FV0/base/src/Geometry.cxx:666: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FV0/base/src/Geometry.cxx:670: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FV0/base/src/Geometry.cxx:682: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FV0/base/src/Geometry.cxx:687: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FV0/base/src/Geometry.cxx:1244: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/FV0/calibration/src/FV0CalibCollector.cxx

Detectors/FIT/FV0/calibration/src/FV0CalibCollector.cxx:15: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx

Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:17: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:49: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:62: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:66: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:68: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:69: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:74: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:78: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:91: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:95: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:96: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:98: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:100: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:101: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:108: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:109: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:113: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:115: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:119: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FIT/FV0/reconstruction/src/test-raw2digit.cxx:122: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/FIT/FV0/simulation/include/FV0Simulation/Detector.h

Detectors/FIT/FV0/simulation/include/FV0Simulation/Detector.h:21: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
Detectors/FIT/FV0/simulation/include/FV0Simulation/Detector.h:117: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
Detectors/FIT/FV0/simulation/include/FV0Simulation/Detector.h:118: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]

Detectors/FIT/FV0/simulation/src/Detector.cxx

Detectors/FIT/FV0/simulation/src/Detector.cxx:19: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
Detectors/FIT/FV0/simulation/src/Detector.cxx:117: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
Detectors/FIT/FV0/simulation/src/Detector.cxx:86: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Detectors/FIT/FV0/simulation/src/Detector.cxx:86: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/FV0/simulation/src/Digitizer.cxx

Detectors/FIT/FV0/simulation/src/Digitizer.cxx:181: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FV0/simulation/src/Digitizer.cxx:184: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FV0/simulation/src/Digitizer.cxx:329: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/FV0/simulation/src/Digitizer.cxx:113: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FV0/simulation/src/Digitizer.cxx:281: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FV0/simulation/src/Digitizer.cxx:332: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/FV0/simulation/src/Digitizer.cxx:453: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/FV0/simulation/src/digit2raw.cxx

Detectors/FIT/FV0/simulation/src/digit2raw.cxx:41: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/FIT/FV0/workflow/include/FV0Workflow/FV0DigitWriterSpec.h

Detectors/FIT/FV0/workflow/include/FV0Workflow/FV0DigitWriterSpec.h:26: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/FIT/FV0/workflow/include/FV0Workflow/RecPointReaderSpec.h

Detectors/FIT/FV0/workflow/include/FV0Workflow/RecPointReaderSpec.h:25: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/FIT/FV0/workflow/include/FV0Workflow/RecPointWriterSpec.h

Detectors/FIT/FV0/workflow/include/FV0Workflow/RecPointWriterSpec.h:19: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/FIT/FV0/workflow/include/FV0Workflow/ReconstructionSpec.h

Detectors/FIT/FV0/workflow/include/FV0Workflow/ReconstructionSpec.h:25: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/FIT/common/dcsmonitoring/include/FITDCSMonitoring/FITDCSConfigProcessorSpec.h

Detectors/FIT/common/dcsmonitoring/include/FITDCSMonitoring/FITDCSConfigProcessorSpec.h:33: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/FIT/macros/readFITDCSdata.C

Detectors/FIT/macros/readFITDCSdata.C:184: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/macros/readFT0digits.C

Detectors/FIT/macros/readFT0digits.C:46: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/macros/readFT0digits.C:62: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/macros/readFT0digits2.C

Detectors/FIT/macros/readFT0digits2.C:119: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/macros/readFT0digits2.C:364: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/macros/readFT0digits2.C:369: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/macros/readFT0digits2.C:435: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/macros/readFT0hits.C

Detectors/FIT/macros/readFT0hits.C:70: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/macros/readFT0hits.C:80: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/macros/readFT0hits.C:88: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/macros/readFT0hits.C:89: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/macros/readFV0digits.C

Detectors/FIT/macros/readFV0digits.C:119: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/macros/readFV0digits.C:405: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/macros/readFV0digits.C:442: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/macros/readFV0hits.C

Detectors/FIT/macros/readFV0hits.C:197: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/FIT/macros/readFV0hits.C:95: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/macros/readFV0hits.C:98: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/raw/include/FITRaw/DataBlockBase.h

Detectors/FIT/raw/include/FITRaw/DataBlockBase.h:40: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/FIT/raw/include/FITRaw/DataBlockBase.h:53: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/FIT/raw/include/FITRaw/DataBlockFIT.h

Detectors/FIT/raw/include/FITRaw/DataBlockFIT.h:20: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/FIT/raw/include/FITRaw/DataBlockFIT.h:26: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/FIT/raw/include/FITRaw/DataBlockFIT.h:83: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/raw/include/FITRaw/DigitBlockBase.h

Detectors/FIT/raw/include/FITRaw/DigitBlockBase.h:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/FIT/raw/include/FITRaw/DigitBlockFIT.h

Detectors/FIT/raw/include/FITRaw/DigitBlockFIT.h:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/FIT/raw/include/FITRaw/DigitBlockFIT.h:116: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FIT/raw/include/FITRaw/DigitBlockFIT.h:132: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/raw/include/FITRaw/RawReaderBase.h

Detectors/FIT/raw/include/FITRaw/RawReaderBase.h:21: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/FIT/raw/include/FITRaw/RawReaderBaseFIT.h

Detectors/FIT/raw/include/FITRaw/RawReaderBaseFIT.h:22: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/FIT/raw/include/FITRaw/RawWriterFIT.h

Detectors/FIT/raw/include/FITRaw/RawWriterFIT.h:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/FIT/raw/include/FITRaw/RawWriterFIT.h:245: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/workflow/include/FITWorkflow/FITDataReaderDPLSpec.h

Detectors/FIT/workflow/include/FITWorkflow/FITDataReaderDPLSpec.h:30: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/FIT/workflow/include/FITWorkflow/FITDataReaderDPLSpec.h:36: error: Do not put using directives at global scope in headers. [using-directive]
Detectors/FIT/workflow/include/FITWorkflow/FITDataReaderDPLSpec.h:129: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FIT/workflow/include/FITWorkflow/FITDigitWriterSpec.h

Detectors/FIT/workflow/include/FITWorkflow/FITDigitWriterSpec.h:25: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/FIT/workflow/include/FITWorkflow/FITIntegrateClusterReaderSpec.h

Detectors/FIT/workflow/include/FITWorkflow/FITIntegrateClusterReaderSpec.h:29: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/FIT/workflow/include/FITWorkflow/FITIntegrateClusterSpec.h

Detectors/FIT/workflow/include/FITWorkflow/FITIntegrateClusterSpec.h:23: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/FIT/workflow/include/FITWorkflow/FITIntegrateClusterWriterSpec.h

Detectors/FIT/workflow/include/FITWorkflow/FITIntegrateClusterWriterSpec.h:22: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/FIT/workflow/include/FITWorkflow/FITMergeIntegrateClusterSpec.h

Detectors/FIT/workflow/include/FITWorkflow/FITMergeIntegrateClusterSpec.h:27: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/FIT/workflow/include/FITWorkflow/RawReaderFIT.h

Detectors/FIT/workflow/include/FITWorkflow/RawReaderFIT.h:20: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/FOCAL/base/src/Geometry.cxx

Detectors/FOCAL/base/src/Geometry.cxx:493: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FOCAL/base/src/Geometry.cxx:536: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FOCAL/base/src/Geometry.cxx:648: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FOCAL/base/src/Geometry.cxx:650: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FOCAL/base/src/Geometry.cxx:705: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FOCAL/base/src/Geometry.cxx:708: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FOCAL/base/src/Geometry.cxx:1442: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FOCAL/base/src/Hit.cxx

Detectors/FOCAL/base/src/Hit.cxx:11: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/FOCAL/calib/src/PadPedestal.cxx

Detectors/FOCAL/calib/src/PadPedestal.cxx:89: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FOCAL/calib/src/PadPedestal.cxx:113: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FOCAL/calibration/src/PadPedestalCalibDevice.cxx

Detectors/FOCAL/calibration/src/PadPedestalCalibDevice.cxx:38: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FOCAL/calibration/src/PadPedestalCalibDevice.cxx:165: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FOCAL/calibration/src/PadPedestalCalibDevice.cxx:178: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FOCAL/calibration/src/pad-pedestal-calibration-workflow.cxx

Detectors/FOCAL/calibration/src/pad-pedestal-calibration-workflow.cxx:12: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/FOCAL/reconstruction/run/rawReaderPadRootify.cxx

Detectors/FOCAL/reconstruction/run/rawReaderPadRootify.cxx:16: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/FOCAL/reconstruction/run/rawReaderPadRootify.cxx:210: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/FOCAL/reconstruction/src/PadDecoder.cxx

Detectors/FOCAL/reconstruction/src/PadDecoder.cxx:14: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/FOCAL/reconstruction/src/PadMapper.cxx

Detectors/FOCAL/reconstruction/src/PadMapper.cxx:12: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/FOCAL/reconstruction/src/PadWord.cxx

Detectors/FOCAL/reconstruction/src/PadWord.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/FOCAL/reconstruction/src/PixelDecoder.cxx

Detectors/FOCAL/reconstruction/src/PixelDecoder.cxx:16: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/FOCAL/reconstruction/src/PixelDecoder.cxx:144: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FOCAL/reconstruction/src/PixelDecoder.cxx:147: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FOCAL/reconstruction/src/PixelLaneData.cxx

Detectors/FOCAL/reconstruction/src/PixelLaneData.cxx:14: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/FOCAL/reconstruction/src/PixelMapper.cxx

Detectors/FOCAL/reconstruction/src/PixelMapper.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/FOCAL/reconstruction/src/PixelMapper.cxx:66: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FOCAL/simulation/src/Detector.cxx

Detectors/FOCAL/simulation/src/Detector.cxx:579: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FOCAL/simulation/src/Detector.cxx:592: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/FOCAL/simulation/src/Detector.cxx:855: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/FOCAL/workflow/src/RawDecoderSpec.cxx

Detectors/FOCAL/workflow/src/RawDecoderSpec.cxx:24: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/FOCAL/workflow/src/RawDecoderSpec.cxx:255: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FOCAL/workflow/src/RawDecoderSpec.cxx:256: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FOCAL/workflow/src/RawDecoderSpec.cxx:257: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FOCAL/workflow/src/RawDecoderSpec.cxx:259: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FOCAL/workflow/src/RawDecoderSpec.cxx:262: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FOCAL/workflow/src/RawDecoderSpec.cxx:264: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FOCAL/workflow/src/RawDecoderSpec.cxx:265: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FOCAL/workflow/src/RawDecoderSpec.cxx:267: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FOCAL/workflow/src/RawDecoderSpec.cxx:270: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/FOCAL/workflow/src/RawDecoderSpec.cxx:272: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/Filtering/src/FilteredTFWriterSpec.h

Detectors/Filtering/src/FilteredTFWriterSpec.h:22: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/Filtering/src/FilteringSpec.cxx

Detectors/Filtering/src/FilteringSpec.cxx:302: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/Filtering/src/FilteringSpec.h

Detectors/Filtering/src/FilteringSpec.h:52: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/ForwardAlign/include/ForwardAlign/MillePede2.h

Detectors/ForwardAlign/include/ForwardAlign/MillePede2.h:58: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/ForwardAlign/include/ForwardAlign/MillePedeRecord.h

Detectors/ForwardAlign/include/ForwardAlign/MillePedeRecord.h:77: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/ForwardAlign/src/MatrixSparse.cxx

Detectors/ForwardAlign/src/MatrixSparse.cxx:111: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/ForwardAlign/src/MatrixSq.cxx

Detectors/ForwardAlign/src/MatrixSq.cxx:14: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/ForwardAlign/src/MatrixSq.cxx:70: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MatrixSq.cxx:75: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/ForwardAlign/src/MillePede2.cxx

Detectors/ForwardAlign/src/MillePede2.cxx:13: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/ForwardAlign/src/MillePede2.cxx:1435: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Detectors/ForwardAlign/src/MillePede2.cxx:155: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:631: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:632: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:804: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:805: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:806: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:807: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:864: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:865: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1014: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1020: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1021: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1129: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1131: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1254: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1257: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1265: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1275: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1277: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1279: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1294: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1296: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1298: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1307: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1330: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1333: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1342: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1355: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1357: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1403: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1405: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1407: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1409: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1414: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1513: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1514: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1515: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1516: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1517: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1534: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:1537: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePede2.cxx:904: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/ForwardAlign/src/MillePede2.cxx:1051: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/ForwardAlign/src/MillePede2.cxx:1084: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/ForwardAlign/src/MillePede2.cxx:1451: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/ForwardAlign/src/MillePedeRecord.cxx

Detectors/ForwardAlign/src/MillePedeRecord.cxx:104: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePedeRecord.cxx:107: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePedeRecord.cxx:109: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePedeRecord.cxx:128: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePedeRecord.cxx:129: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePedeRecord.cxx:131: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePedeRecord.cxx:133: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePedeRecord.cxx:134: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePedeRecord.cxx:136: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/MillePedeRecord.cxx:138: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/ForwardAlign/src/MinResSolve.cxx

Detectors/ForwardAlign/src/MinResSolve.cxx:194: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/ForwardAlign/src/MinResSolve.cxx:494: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/ForwardAlign/src/MinResSolve.cxx:531: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/ForwardAlign/src/MinResSolve.cxx:612: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/ForwardAlign/src/MinResSolve.cxx:648: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/ForwardAlign/src/RectMatrix.cxx

Detectors/ForwardAlign/src/RectMatrix.cxx:93: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/RectMatrix.cxx:101: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/RectMatrix.cxx:103: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/ForwardAlign/src/SymBDMatrix.cxx

Detectors/ForwardAlign/src/SymBDMatrix.cxx:14: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/ForwardAlign/src/SymBDMatrix.cxx:124: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/SymBDMatrix.cxx:135: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/SymBDMatrix.cxx:137: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/SymBDMatrix.cxx:139: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/ForwardAlign/src/SymMatrix.cxx

Detectors/ForwardAlign/src/SymMatrix.cxx:14: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/ForwardAlign/src/SymMatrix.cxx:200: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/SymMatrix.cxx:210: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/SymMatrix.cxx:212: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/SymMatrix.cxx:214: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/ForwardAlign/src/VectorSparse.cxx

Detectors/ForwardAlign/src/VectorSparse.cxx:204: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/VectorSparse.cxx:206: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ForwardAlign/src/VectorSparse.cxx:208: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/GLOQC/src/MatchITSTPCQC.cxx

Detectors/GLOQC/src/MatchITSTPCQC.cxx:1126: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Detectors/GLOQC/src/MatchITSTPCQC.cxx:1279: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GLOQC/src/MatchITSTPCQC.cxx:1290: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GLOQC/src/MatchITSTPCQC.cxx:1321: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GLOQC/src/MatchITSTPCQC.cxx:1323: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GRP/calibration/include/GRPCalibration/GRPDCSDPsProcessor.h

Detectors/GRP/calibration/include/GRPCalibration/GRPDCSDPsProcessor.h:217: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GRP/calibration/include/GRPCalibration/GRPDCSDPsProcessor.h:223: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GRP/calibration/include/GRPCalibration/LHCIFfileReader.h

Detectors/GRP/calibration/include/GRPCalibration/LHCIFfileReader.h:63: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GRP/calibration/src/GRPDCSDPsProcessor.cxx

Detectors/GRP/calibration/src/GRPDCSDPsProcessor.cxx:248: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GRP/calibration/src/GRPDCSDPsProcessor.cxx:320: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GRP/macros/readGRPCCDB.C

Detectors/GRP/macros/readGRPCCDB.C:37: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GRP/workflows/include/GRPWorkflows/GRPDCSDPsSpec.h

Detectors/GRP/workflows/include/GRPWorkflows/GRPDCSDPsSpec.h:22: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/GRP/workflows/include/GRPWorkflows/GRPLHCIFfileSpec.h

Detectors/GRP/workflows/include/GRPWorkflows/GRPLHCIFfileSpec.h:22: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/GRP/workflows/src/GRPLHCIFfileSpec.cxx

Detectors/GRP/workflows/src/GRPLHCIFfileSpec.cxx:171: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GRP/workflows/src/GRPLHCIFfileSpec.cxx:177: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GRP/workflows/src/GRPLHCIFfileSpec.cxx:183: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GRP/workflows/src/GRPLHCIFfileSpec.cxx:189: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GRP/workflows/src/GRPLHCIFfileSpec.cxx:195: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GRP/workflows/src/GRPLHCIFfileSpec.cxx:201: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/GRP/workflows/src/create-grp-ecs.cxx

Detectors/GRP/workflows/src/create-grp-ecs.cxx:290: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GRP/workflows/src/create-grp-ecs.cxx:118: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTracking/include/GlobalTracking/MatchGlobalFwd.h

Detectors/GlobalTracking/include/GlobalTracking/MatchGlobalFwd.h:218: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/include/GlobalTracking/MatchGlobalFwd.h:220: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTracking/src/MatchCosmics.cxx

Detectors/GlobalTracking/src/MatchCosmics.cxx:535: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTracking/src/MatchGlobalFwd.cxx

Detectors/GlobalTracking/src/MatchGlobalFwd.cxx:766: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchGlobalFwd.cxx:767: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchGlobalFwd.cxx:1009: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx

Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:326: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:389: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:421: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:422: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:423: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:424: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:425: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTracking/src/MatchGlobalFwdAssessment.cxx:449: error: Use std:: prefix for names from the std namespace. [std-prefix]

Detectors/GlobalTracking/src/MatchHMP.cxx

Detectors/GlobalTracking/src/MatchHMP.cxx:258: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchHMP.cxx:262: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchHMP.cxx:266: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchHMP.cxx:451: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchHMP.cxx:462: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchHMP.cxx:540: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTracking/src/MatchITSTPCQC.cxx

Detectors/GlobalTracking/src/MatchITSTPCQC.cxx:516: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchITSTPCQC.cxx:523: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchITSTPCQC.cxx:531: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchITSTPCQC.cxx:629: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchITSTPCQC.cxx:640: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchITSTPCQC.cxx:765: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchITSTPCQC.cxx:790: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchITSTPCQC.cxx:792: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchITSTPCQC.cxx:804: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchITSTPCQC.cxx:820: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchITSTPCQC.cxx:844: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchITSTPCQC.cxx:847: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTracking/src/MatchTOF.cxx

Detectors/GlobalTracking/src/MatchTOF.cxx:853: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTracking/src/MatchTOF.cxx:958: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTracking/src/MatchTOF.cxx:1131: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTracking/src/MatchTOF.cxx:1132: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTracking/src/MatchTOF.cxx:1197: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTracking/src/MatchTOF.cxx:1359: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTracking/src/MatchTOF.cxx:1569: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTracking/src/MatchTOF.cxx:1570: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTracking/src/MatchTOF.cxx:1937: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTracking/src/MatchTOF.cxx:1976: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTracking/src/MatchTOF.cxx:2025: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTracking/src/MatchTOF.cxx:2039: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTracking/src/MatchTOF.cxx:301: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTOF.cxx:303: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTOF.cxx:306: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTOF.cxx:310: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTOF.cxx:312: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTOF.cxx:888: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTOF.cxx:889: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTOF.cxx:890: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTOF.cxx:1292: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTOF.cxx:1293: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTOF.cxx:1294: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTOF.cxx:195: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:196: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:197: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:198: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:199: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:200: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:201: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:202: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:203: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:709: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:838: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:868: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:869: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:878: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:882: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:893: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:928: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:945: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:948: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1071: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1096: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1098: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1104: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1106: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1275: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1277: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1286: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1301: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1326: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1343: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1347: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1492: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1497: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1498: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1499: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1532: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1534: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1540: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1542: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1611: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1689: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1787: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1791: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1941: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1968: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:1980: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:2007: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:2029: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:2062: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTOF.cxx:2085: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTracking/src/MatchTPCITS.cxx

Detectors/GlobalTracking/src/MatchTPCITS.cxx:418: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:912: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1358: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:2681: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1231: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1235: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1240: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1252: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1256: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1261: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1377: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1379: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1383: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1384: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1385: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1386: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1387: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1388: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1390: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1392: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1394: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1396: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1398: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1400: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1404: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1406: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1408: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1411: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1416: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:279: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:559: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1351: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:1702: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:2239: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTracking/src/MatchTPCITS.cxx:2241: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTrackingWorkflow/helpers/include/GlobalTrackingWorkflowHelpers/NoInpDummyOutSpec.h

Detectors/GlobalTrackingWorkflow/helpers/include/GlobalTrackingWorkflowHelpers/NoInpDummyOutSpec.h:20: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/CosmicsMatchingSpec.h

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/CosmicsMatchingSpec.h:19: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/GlobalFwdMatchingAssessmentSpec.h

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/GlobalFwdMatchingAssessmentSpec.h:23: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/GlobalFwdMatchingSpec.h

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/GlobalFwdMatchingSpec.h:20: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/GlobalFwdTrackWriterSpec.h

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/GlobalFwdTrackWriterSpec.h:19: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/HMPMatcherSpec.h

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/HMPMatcherSpec.h:20: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/MatchedMFTMCHWriterSpec.h

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/MatchedMFTMCHWriterSpec.h:19: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/TOFEventTimeChecker.h

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/TOFEventTimeChecker.h:20: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/TOFMatchChecker.h

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/TOFMatchChecker.h:20: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/TOFMatcherSpec.h

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/TOFMatcherSpec.h:20: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/TPCITSMatchingSpec.h

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/TPCITSMatchingSpec.h:19: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/TrackCosmicsWriterSpec.h

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/TrackCosmicsWriterSpec.h:19: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/TrackWriterTPCITSSpec.h

Detectors/GlobalTrackingWorkflow/include/GlobalTrackingWorkflow/TrackWriterTPCITSSpec.h:19: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/GlobalTrackingWorkflow/qc/include/GlobalTrackingWorkflowQC/ITSTPCMatchingQCSpec.h

Detectors/GlobalTrackingWorkflow/qc/include/GlobalTrackingWorkflowQC/ITSTPCMatchingQCSpec.h:23: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/GlobalTrackingWorkflow/readers/include/GlobalTrackingWorkflowReaders/GlobalFwdTrackReaderSpec.h

Detectors/GlobalTrackingWorkflow/readers/include/GlobalTrackingWorkflowReaders/GlobalFwdTrackReaderSpec.h:19: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/GlobalTrackingWorkflow/readers/include/GlobalTrackingWorkflowReaders/MatchedMCHMIDReaderSpec.h

Detectors/GlobalTrackingWorkflow/readers/include/GlobalTrackingWorkflowReaders/MatchedMCHMIDReaderSpec.h:19: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/GlobalTrackingWorkflow/readers/include/GlobalTrackingWorkflowReaders/MatchedMFTMCHReaderSpec.h

Detectors/GlobalTrackingWorkflow/readers/include/GlobalTrackingWorkflowReaders/MatchedMFTMCHReaderSpec.h:19: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/GlobalTrackingWorkflow/readers/include/GlobalTrackingWorkflowReaders/TrackCosmicsReaderSpec.h

Detectors/GlobalTrackingWorkflow/readers/include/GlobalTrackingWorkflowReaders/TrackCosmicsReaderSpec.h:25: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/GlobalTrackingWorkflow/readers/include/GlobalTrackingWorkflowReaders/TrackTPCITSReaderSpec.h

Detectors/GlobalTrackingWorkflow/readers/include/GlobalTrackingWorkflowReaders/TrackTPCITSReaderSpec.h:19: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/GlobalTrackingWorkflow/readers/src/PrimaryVertexReaderSpec.cxx

Detectors/GlobalTrackingWorkflow/readers/src/PrimaryVertexReaderSpec.cxx:122: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/readers/src/PrimaryVertexReaderSpec.cxx:128: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTrackingWorkflow/src/ReaderDriverSpec.cxx

Detectors/GlobalTrackingWorkflow/src/ReaderDriverSpec.cxx:59: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTrackingWorkflow/src/TOFEventTimeChecker.cxx

Detectors/GlobalTrackingWorkflow/src/TOFEventTimeChecker.cxx:228: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTrackingWorkflow/src/TOFEventTimeChecker.cxx:86: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/src/TOFEventTimeChecker.cxx:212: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/src/TOFEventTimeChecker.cxx:257: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/src/TOFEventTimeChecker.cxx:274: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/src/TOFEventTimeChecker.cxx:297: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/src/TOFEventTimeChecker.cxx:427: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/src/TOFEventTimeChecker.cxx:524: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/src/TOFEventTimeChecker.cxx:601: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTrackingWorkflow/src/cosmics-match-workflow.cxx

Detectors/GlobalTrackingWorkflow/src/cosmics-match-workflow.cxx:106: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTrackingWorkflow/src/secondary-vertexing-workflow.cxx

Detectors/GlobalTrackingWorkflow/src/secondary-vertexing-workflow.cxx:103: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTrackingWorkflow/src/tof-matcher-workflow.cxx

Detectors/GlobalTrackingWorkflow/src/tof-matcher-workflow.cxx:172: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTrackingWorkflow/src/tpcits-match-workflow.cxx

Detectors/GlobalTrackingWorkflow/src/tpcits-match-workflow.cxx:94: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTrackingWorkflow/study/src/CheckResid.cxx

Detectors/GlobalTrackingWorkflow/study/src/CheckResid.cxx:308: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/study/src/CheckResid.cxx:352: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/study/src/CheckResid.cxx:361: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/study/src/CheckResid.cxx:383: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTrackingWorkflow/study/src/DumpTracks.cxx

Detectors/GlobalTrackingWorkflow/study/src/DumpTracks.cxx:242: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/study/src/DumpTracks.cxx:248: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTrackingWorkflow/study/src/SVStudy.cxx

Detectors/GlobalTrackingWorkflow/study/src/SVStudy.cxx:224: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Detectors/GlobalTrackingWorkflow/study/src/SVStudy.cxx:235: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/study/src/SVStudy.cxx:275: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/study/src/SVStudy.cxx:287: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTrackingWorkflow/study/src/TPCTrackStudy.cxx

Detectors/GlobalTrackingWorkflow/study/src/TPCTrackStudy.cxx:201: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/study/src/TPCTrackStudy.cxx:204: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx

Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx:990: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx:770: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx:273: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx:281: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx:413: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx:786: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx:825: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx:826: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudy.cxx:1149: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudyTypes.cxx

Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudyTypes.cxx:22: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudyTypes.cxx:26: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudyTypes.cxx:43: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudyTypes.cxx:58: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/study/src/TrackMCStudyTypes.cxx:84: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTrackingWorkflow/study/src/TrackingStudy.cxx

Detectors/GlobalTrackingWorkflow/study/src/TrackingStudy.cxx:447: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/GlobalTrackingWorkflow/study/src/TrackingStudy.cxx:148: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/study/src/TrackingStudy.cxx:301: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/study/src/TrackingStudy.cxx:521: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/study/src/TrackingStudy.cxx:529: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/study/src/TrackingStudy.cxx:601: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/GlobalTrackingWorkflow/study/src/TrackingStudy.cxx:610: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTrackingWorkflow/study/src/tpc-track-study-workflow.cxx

Detectors/GlobalTrackingWorkflow/study/src/tpc-track-study-workflow.cxx:75: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTrackingWorkflow/study/src/trackMCStudy-workflow.cxx

Detectors/GlobalTrackingWorkflow/study/src/trackMCStudy-workflow.cxx:84: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTrackingWorkflow/study/src/tracking-study-workflow.cxx

Detectors/GlobalTrackingWorkflow/study/src/tracking-study-workflow.cxx:73: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/include/TPCInterpolationWorkflow/TPCInterpolationSpec.h

Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/include/TPCInterpolationWorkflow/TPCInterpolationSpec.h:27: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/include/TPCInterpolationWorkflow/TPCResidualAggregatorSpec.h

Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/include/TPCInterpolationWorkflow/TPCResidualAggregatorSpec.h:33: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/include/TPCInterpolationWorkflow/TPCResidualReaderSpec.h

Detectors/GlobalTrackingWorkflow/tpcinterpolationworkflow/include/TPCInterpolationWorkflow/TPCResidualReaderSpec.h:20: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/HMPID/base/include/HMPIDBase/Param.h

Detectors/HMPID/base/include/HMPIDBase/Param.h:150: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/HMPID/base/include/HMPIDBase/Param.h:37: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/base/include/HMPIDBase/Param.h:147: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/base/include/HMPIDBase/Param.h:148: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/base/include/HMPIDBase/Param.h:149: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/base/include/HMPIDBase/Param.h:150: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/HMPID/base/src/Param.cxx

Detectors/HMPID/base/src/Param.cxx:22: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/HMPID/base/src/Param.cxx:106: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/base/src/Param.cxx:250: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/base/src/Param.cxx:612: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/base/src/Param.cxx:613: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/base/src/Param.cxx:617: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/base/src/Param.cxx:619: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/base/src/Param.cxx:621: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/base/src/Param.cxx:623: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/base/src/Param.cxx:626: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/base/src/Param.cxx:153: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/base/src/Param.cxx:154: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/base/src/Param.cxx:188: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/base/src/Param.cxx:466: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/base/src/Param.cxx:616: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/base/src/Param.cxx:622: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/HMPID/calibration/include/HMPIDCalibration/HMPIDDCSProcessor.h

Detectors/HMPID/calibration/include/HMPIDCalibration/HMPIDDCSProcessor.h:51: error: Do not put using directives at global scope in headers. [using-directive]
Detectors/HMPID/calibration/include/HMPIDCalibration/HMPIDDCSProcessor.h:303: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]
Detectors/HMPID/calibration/include/HMPIDCalibration/HMPIDDCSProcessor.h:304: error: Avoid hard-coded particle masses. Use o2::constants::physics::Mass... instead. [pdg/explicit-mass]

Detectors/HMPID/calibration/macros/readHMPIDDCSEntries.C

Detectors/HMPID/calibration/macros/readHMPIDDCSEntries.C:37: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/HMPID/calibration/src/HMPIDDCSProcessor.cxx

Detectors/HMPID/calibration/src/HMPIDDCSProcessor.cxx:132: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/calibration/src/HMPIDDCSProcessor.cxx:198: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/calibration/src/HMPIDDCSProcessor.cxx:220: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/calibration/src/HMPIDDCSProcessor.cxx:221: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/calibration/src/HMPIDDCSProcessor.cxx:245: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/calibration/src/HMPIDDCSProcessor.cxx:246: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/calibration/src/HMPIDDCSProcessor.cxx:270: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/calibration/src/HMPIDDCSProcessor.cxx:271: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/calibration/src/HMPIDDCSProcessor.cxx:290: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/calibration/src/HMPIDDCSProcessor.cxx:404: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/calibration/src/HMPIDDCSProcessor.cxx:459: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/calibration/src/HMPIDDCSProcessor.cxx:727: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/calibration/src/HMPIDDCSProcessor.cxx:732: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/calibration/src/HMPIDDCSProcessor.cxx:766: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/calibration/src/HMPIDDCSProcessor.cxx:883: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/HMPID/calibration/testWorkflow/HMPIDDCSDataProcessorSpec.h

Detectors/HMPID/calibration/testWorkflow/HMPIDDCSDataProcessorSpec.h:44: error: Do not put using directives at global scope in headers. [using-directive]
Detectors/HMPID/calibration/testWorkflow/HMPIDDCSDataProcessorSpec.h:49: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/HMPID/calibration/testWorkflow/hmpid-dcs-sim-workflow.cxx

Detectors/HMPID/calibration/testWorkflow/hmpid-dcs-sim-workflow.cxx:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/HMPID/calibration/testWorkflow/hmpid-dcs-sim-workflow.cxx:41: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/calibration/testWorkflow/hmpid-dcs-sim-workflow.cxx:114: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/HMPID/reconstruction/include/HMPIDReconstruction/HmpidDecodeRawMem.h

Detectors/HMPID/reconstruction/include/HMPIDReconstruction/HmpidDecodeRawMem.h:33: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/HMPID/reconstruction/include/HMPIDReconstruction/HmpidDecoder.h

Detectors/HMPID/reconstruction/include/HMPIDReconstruction/HmpidDecoder.h:23: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/HMPID/reconstruction/include/HMPIDReconstruction/HmpidDecoder.h:45: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/HMPID/reconstruction/include/HMPIDReconstruction/HmpidDecoder2.h

Detectors/HMPID/reconstruction/include/HMPIDReconstruction/HmpidDecoder2.h:23: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/HMPID/reconstruction/include/HMPIDReconstruction/HmpidDecoder2.h:51: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/HMPID/reconstruction/include/HMPIDReconstruction/HmpidEquipment.h

Detectors/HMPID/reconstruction/include/HMPIDReconstruction/HmpidEquipment.h:24: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/HMPID/reconstruction/src/Clusterer.cxx

Detectors/HMPID/reconstruction/src/Clusterer.cxx:213: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/Clusterer.cxx:214: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/Clusterer.cxx:188: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/HMPID/reconstruction/src/HmpidDecodeRawMem.cxx

Detectors/HMPID/reconstruction/src/HmpidDecodeRawMem.cxx:77: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx

Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:714: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:997: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:999: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:1001: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:1018: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:1023: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:1026: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:1029: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:1033: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:1035: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:1058: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:191: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:195: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:204: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:214: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:252: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:256: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:288: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:292: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:316: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:536: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:619: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:624: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:667: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:668: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:693: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:713: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:714: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:1016: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:1017: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder.cxx:1019: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx

Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:725: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:268: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:334: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:411: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:413: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:414: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:415: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:419: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:426: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:462: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:482: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:503: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:512: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:555: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:576: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:637: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:767: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:777: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:824: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:833: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:843: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:859: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:896: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:905: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1052: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1054: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1056: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1073: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1078: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1081: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1084: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1088: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1090: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1101: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1118: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1122: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1124: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1128: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1131: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1133: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1146: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1282: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1289: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1296: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1307: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:201: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:205: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:214: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:224: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:262: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:266: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:267: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:304: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:308: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:332: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:333: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:410: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:460: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:502: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:553: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:554: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:575: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:635: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:636: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:643: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:682: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:683: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:706: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:724: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:725: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:766: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:776: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:823: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:832: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:842: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:858: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:865: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:895: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:904: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1071: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1072: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1074: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1120: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1129: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1130: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1294: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1306: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/HmpidDecoder2.cxx:1310: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/HMPID/reconstruction/src/Recon.cxx

Detectors/HMPID/reconstruction/src/Recon.cxx:213: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/HMPID/reconstruction/src/Recon.cxx:90: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/Recon.cxx:165: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/Recon.cxx:172: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/Recon.cxx:318: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/Recon.cxx:332: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/Recon.cxx:413: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/Recon.cxx:469: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/Recon.cxx:573: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/Recon.cxx:577: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/reconstruction/src/Recon.cxx:617: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/HMPID/simulation/include/HMPIDSimulation/HmpidCoder2.h

Detectors/HMPID/simulation/include/HMPIDSimulation/HmpidCoder2.h:23: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/HMPID/simulation/include/HMPIDSimulation/HmpidCoder2.h:49: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/HMPID/simulation/src/Detector.cxx

Detectors/HMPID/simulation/src/Detector.cxx:28: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
Detectors/HMPID/simulation/src/Detector.cxx:188: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
Detectors/HMPID/simulation/src/Detector.cxx:285: error: Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead. [root/lorentz-vector]
Detectors/HMPID/simulation/src/Detector.cxx:78: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/simulation/src/Detector.cxx:205: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/simulation/src/Detector.cxx:207: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/simulation/src/Detector.cxx:234: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/simulation/src/Detector.cxx:238: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/simulation/src/Detector.cxx:245: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/simulation/src/Detector.cxx:249: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/simulation/src/Detector.cxx:257: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/simulation/src/Detector.cxx:261: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/simulation/src/Detector.cxx:265: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/simulation/src/Detector.cxx:269: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/simulation/src/Detector.cxx:274: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/simulation/src/Detector.cxx:682: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/simulation/src/Detector.cxx:683: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/simulation/src/Detector.cxx:689: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/simulation/src/Detector.cxx:750: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/simulation/src/Detector.cxx:751: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/simulation/src/Detector.cxx:1282: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/simulation/src/Detector.cxx:1287: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/simulation/src/Detector.cxx:1370: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/HMPID/simulation/src/HMPIDDigitizer.cxx

Detectors/HMPID/simulation/src/HMPIDDigitizer.cxx:83: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/HMPID/simulation/src/HmpidCoder2.cxx

Detectors/HMPID/simulation/src/HmpidCoder2.cxx:20: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/HMPID/simulation/src/HmpidCoder2.cxx:280: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/simulation/src/HmpidCoder2.cxx:281: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/simulation/src/HmpidCoder2.cxx:282: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/simulation/src/HmpidCoder2.cxx:283: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/HMPID/workflow/include/HMPIDWorkflow/HMPMatchedWriterSpec.h

Detectors/HMPID/workflow/include/HMPIDWorkflow/HMPMatchedWriterSpec.h:19: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/HMPID/workflow/src/ClustersReaderSpec.cxx

Detectors/HMPID/workflow/src/ClustersReaderSpec.cxx:22: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/HMPID/workflow/src/DataDecoderSpec.cxx

Detectors/HMPID/workflow/src/DataDecoderSpec.cxx:20: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/HMPID/workflow/src/DataDecoderSpec2.cxx

Detectors/HMPID/workflow/src/DataDecoderSpec2.cxx:20: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/HMPID/workflow/src/DigitsReaderSpec.cxx

Detectors/HMPID/workflow/src/DigitsReaderSpec.cxx:24: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/HMPID/workflow/src/DigitsToClustersSpec.cxx

Detectors/HMPID/workflow/src/DigitsToClustersSpec.cxx:22: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/HMPID/workflow/src/DigitsToRawSpec.cxx

Detectors/HMPID/workflow/src/DigitsToRawSpec.cxx:20: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/HMPID/workflow/src/DigitsWriterSpec.cxx

Detectors/HMPID/workflow/src/DigitsWriterSpec.cxx:20: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/HMPID/workflow/src/DumpDigitsSpec.cxx

Detectors/HMPID/workflow/src/DumpDigitsSpec.cxx:20: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/HMPID/workflow/src/DumpDigitsSpec.cxx:74: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/workflow/src/DumpDigitsSpec.cxx:105: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/workflow/src/DumpDigitsSpec.cxx:107: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/HMPID/workflow/src/DumpDigitsSpec.cxx:118: error: Use O2 logging (LOG, LOGF, LOGP). [logging]

Detectors/HMPID/workflow/src/PedestalsCalculationSpec.cxx

Detectors/HMPID/workflow/src/PedestalsCalculationSpec.cxx:20: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/HMPID/workflow/src/PedestalsCalculationSpec.cxx:167: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/HMPID/workflow/src/PedestalsCalculationSpec.cxx:225: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/HMPID/workflow/src/PedestalsCalculationSpec.cxx:299: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/HMPID/workflow/src/PedestalsCalculationSpec.cxx:177: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/HMPID/workflow/src/PedestalsCalculationSpec.cxx:238: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/HMPID/workflow/src/RawToDigitsSpec.cxx

Detectors/HMPID/workflow/src/RawToDigitsSpec.cxx:20: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/HMPID/workflow/src/ReadRawFileSpec.cxx

Detectors/HMPID/workflow/src/ReadRawFileSpec.cxx:20: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/HMPID/workflow/src/ReadRawFileSpec.cxx:94: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/HMPID/workflow/src/WriteRawFileSpec.cxx

Detectors/HMPID/workflow/src/WriteRawFileSpec.cxx:22: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/include/ITSQCDataReaderWorkflow/RootInclude.h

Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/include/ITSQCDataReaderWorkflow/RootInclude.h:19: error: Do not include iostream. Use O2 logging instead. [include-iostream]

Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/include/ITSQCDataReaderWorkflow/TestDataGetter.h

Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/include/ITSQCDataReaderWorkflow/TestDataGetter.h:20: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/include/ITSQCDataReaderWorkflow/TestDataReader.h

Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/include/ITSQCDataReaderWorkflow/TestDataReader.h:51: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx

Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:29: error: Do not include iostream. Use O2 logging instead. [include-iostream]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:73: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:76: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:80: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:84: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:120: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:123: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:124: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:128: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:136: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:140: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:147: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:182: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:192: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:225: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:226: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:239: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:261: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:279: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:319: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:323: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:327: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:333: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:342: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:394: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:413: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:423: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:477: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:495: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:496: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:497: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:498: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:499: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:500: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:501: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:502: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:503: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:504: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:505: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:534: error: Use O2 logging (LOG, LOGF, LOGP). [logging]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:341: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:346: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/ITSMFT/ITS/QC/TestDataReaderWorkflow/src/TestDataReader.cxx:351: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/ITSMFT/ITS/calibration/include/ITSCalibration/NoiseCalibratorSpec.h

Detectors/ITSMFT/ITS/calibration/include/ITSCalibration/NoiseCalibratorSpec.h:33: error: Do not put using directives at global scope in headers. [using-directive]

Detectors/ITSMFT/ITS/macros/DCS/makeITSCCDBEntryForDCS.C

Detectors/ITSMFT/ITS/macros/DCS/makeITSCCDBEntryForDCS.C:35: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/ITSMFT/ITS/macros/DCS/makeITSCCDBEntryForDCS.C:37: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/ITSMFT/ITS/macros/test/CheckClusterShape.C

Detectors/ITSMFT/ITS/macros/test/CheckClusterShape.C:113: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/ITSMFT/ITS/macros/test/CheckClusterShape.C:126: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/ITSMFT/ITS/macros/test/CheckClusterShape.C:160: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/ITSMFT/ITS/macros/test/CheckClusterShape.C:176: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/ITSMFT/ITS/macros/test/CheckDROF.C

Detectors/ITSMFT/ITS/macros/test/CheckDROF.C:90: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/ITSMFT/ITS/macros/test/CheckDROF.C:309: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/ITSMFT/ITS/macros/test/CheckDROF.C:875: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/ITSMFT/ITS/macros/test/CheckDROF.C:1065: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/ITSMFT/ITS/macros/test/CheckDROF.C:1066: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/ITSMFT/ITS/macros/test/CheckDROF.C:1181: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/ITSMFT/ITS/macros/test/CheckDROF.C:1182: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/ITSMFT/ITS/macros/test/CheckDROF.C:1282: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/ITSMFT/ITS/macros/test/CheckDROF.C:1283: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/ITSMFT/ITS/macros/test/CheckDROF.C:1383: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/ITSMFT/ITS/macros/test/CheckDROF.C:1384: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]

Detectors/ITSMFT/ITS/macros/test/CheckDuplicates.C

Detectors/ITSMFT/ITS/macros/test/CheckDuplicates.C:87: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/ITSMFT/ITS/macros/test/CheckDuplicates.C:89: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/ITSMFT/ITS/macros/test/CheckDuplicates.C:127: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/ITSMFT/ITS/macros/test/CheckDuplicates.C:129: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/ITSMFT/ITS/macros/test/CheckDuplicates.C:163: error: Use std:: prefix for names from the std namespace. [std-prefix]
Detectors/ITSMFT/ITS/macros/test/CheckDuplicates.C:165: error: Use std:: prefix for names from the std namespace. [std-prefix]

Detectors/ITSMFT/ITS/macros/test/CheckTracks.C

Detectors/ITSMFT/ITS/macros/test/CheckTracks.C:311: error: Avoid hard-coded PDG codes. Use named values from PDG_t or o2::constants::physics::Pdg instead. [pdg/explicit-code]
Detectors/ITSMFT/ITS/macros/test/CheckTracks.C:283: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/ITSMFT/ITS/macros/test/CheckTracks.C:285: error: Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant. [magic-number]
Detectors/ITSMFT/ITS/macros/test/CheckTracks.C:287: 

Clone this wiki locally