[PWGCF] FemtoUniverse: update in the MC functions for D0s #15779
Annotations
10 errors and 2 notices
|
[name/function-variable]:
PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L458
Use lowerCamelCase for names of functions and variables.
|
|
[magic-number]:
PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L462
Avoid magic numbers in expressions. Assign the value to a clearly named variable or constant.
|
|
[root/lorentz-vector]:
PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L1771
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
|
|
[root/lorentz-vector]:
PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L1763
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
|
|
[root/lorentz-vector]:
PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L1762
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
|
|
[root/lorentz-vector]:
PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L891
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
|
|
[root/lorentz-vector]:
PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L883
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
|
|
[root/lorentz-vector]:
PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L882
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
|
|
[root/lorentz-vector]:
PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L57
Do not use the TLorentzVector legacy class. Use std::array with RecoDecay methods or the ROOT::Math::LorentzVector template instead.
|
|
[root/entity]:
PWGCF/FemtoUniverse/TableProducer/femtoUniverseProducerTask.cxx#L462
Replace ROOT entities with equivalents from standard C++ or from O2.
|
|
O2 linter
To tolerate certain issues in a directory, add a line with the test name in "o2linter_config".
|
|
O2 linter
Exceptionally, you can disable a test for a line by adding a comment with "o2-linter: disable=" followed by the name of the test and parentheses with a reason for the exception.
|