Skip to content

Commit 601b5f8

Browse files
fix clang
1 parent 446b3bf commit 601b5f8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

PWGDQ/Tasks/dqEfficiency_withAssoc.cxx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -885,8 +885,8 @@ struct AnalysisMuonSelection {
885885
o2::base::Propagator::initFieldFromGRP(grpmag);
886886
VarManager::SetMagneticField(grpmag->getNominalL3Field());
887887
} else {
888-
//LOGF(fatal, "GRP object is not available in CCDB at timestamp=%llu", events.begin().timestamp());
889-
// If the magnetic field is not found it is configured by had by the user
888+
// LOGF(fatal, "GRP object is not available in CCDB at timestamp=%llu", events.begin().timestamp());
889+
// If the magnetic field is not found it is configured by had by the user
890890
VarManager::SetMagneticField(fConfigMagField.value);
891891
}
892892
fCurrentRun = events.begin().runNumber();

0 commit comments

Comments
 (0)