1 parent 454ae0c commit f650de2Copy full SHA for f650de2
1 file changed
Common/Tools/StandardCCDBLoader.h
@@ -90,7 +90,7 @@ class StandardCCDBLoader
90
} else {
91
LOGF(info, "GRPMagField object returned nullptr, will attempt alternate method");
92
93
- o2::parameters::GRPObject* grpo = 0x0;
+ o2::parameters::GRPObject* grpo = nullptr;
94
grpo = ccdb->template getForRun<o2::parameters::GRPObject>(cGroup.grpPath.value, currentRunNumber);
95
if (!grpo) {
96
LOG(fatal) << "Alternate path failed! Got nullptr from CCDB for path " << cGroup.grpPath << " of object GRPObject for run " << currentRunNumber;
0 commit comments