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 0ea2659 commit cebc039Copy full SHA for cebc039
DataFormats/Detectors/CTP/src/Configuration.cxx
@@ -782,7 +782,7 @@ int CTPConfiguration::getInputIndex(const std::string& name) const
782
}
783
std::string CTPConfiguration::getClassNameFromIndex(int index)
784
{
785
- if (index < mCTPClasses.size()) {
+ if (index < (int)mCTPClasses.size()) {
786
return mCTPClasses[index].name;
787
} else {
788
std::string name = "Cls" + std::to_string(index);
0 commit comments