We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a942f8c commit 1c68b88Copy full SHA for 1c68b88
PWGHF/TableProducer/candidateCreatorSigmac0plusplus.cxx
@@ -143,8 +143,8 @@ struct HfCandidateCreatorSigmac0plusplus {
143
softPiCuts.SetMaxChi2PerClusterITS(softPiChi2Max);
144
// ITS hitmap
145
std::set<uint8_t> setSoftPiItsHitMap; // = {};
146
- constexpr std::size_t itsLayers = 7;
147
- for (std::size_t idItsLayer = 0u; idItsLayer < itsLayers; idItsLayer++) {
+ constexpr std::size_t NLayersIts = 7;
+ for (std::size_t idItsLayer = 0u; idItsLayer < NLayersIts; idItsLayer++) {
148
if (TESTBIT(softPiItsHitMap, idItsLayer)) {
149
setSoftPiItsHitMap.insert(static_cast<uint8_t>(idItsLayer));
150
}
0 commit comments