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 4232321 commit c3b6b62Copy full SHA for c3b6b62
1 file changed
Detectors/ITSMFT/ITS/postprocessing/studies/src/TrackCheck.cxx
@@ -542,7 +542,7 @@ void TrackCheckStudy::process()
542
trackID = 0;
543
for (auto& part : evInfo) {
544
545
- if (ProcessName[part.prodProcess] == " ")
+ if (strcmp(ProcessName[part.prodProcess], " "))
546
ProcessName[part.prodProcess] = part.prodProcessName;
547
if ((part.clusters & 0x7f) == mMask) {
548
// part.clusters != 0x3f && part.clusters != 0x3f << 1 &&
0 commit comments