Skip to content

Commit 4b0bc68

Browse files
author
Ionut Cristian Arsene
committed
small fix 2
1 parent 2ea58bb commit 4b0bc68

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

PWGDQ/TableProducer/tableMaker_withAssoc.cxx

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1286,9 +1286,9 @@ struct TableMaker {
12861286
if (fGrpMag != nullptr) {
12871287
o2::base::Propagator::initFieldFromGRP(fGrpMag);
12881288
}
1289-
}
1290-
if (fConfigVariousOptions.fPropMuon) {
1291-
VarManager::SetupMuonMagField();
1289+
if (fConfigVariousOptions.fPropMuon) {
1290+
VarManager::SetupMuonMagField();
1291+
}
12921292
}
12931293
std::map<string, string> metadataRCT, header;
12941294
header = fCCDBApi.retrieveHeaders(Form("RCT/Info/RunInformation/%i", bcs.begin().runNumber()), metadataRCT, -1);

0 commit comments

Comments
 (0)