Skip to content

Commit 2ea58bb

Browse files
author
Ionut Cristian Arsene
committed
small fix
1 parent 3bff17e commit 2ea58bb

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

PWGDQ/TableProducer/tableMaker_withAssoc.cxx

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1287,6 +1287,9 @@ struct TableMaker {
12871287
o2::base::Propagator::initFieldFromGRP(fGrpMag);
12881288
}
12891289
}
1290+
if (fConfigVariousOptions.fPropMuon) {
1291+
VarManager::SetupMuonMagField();
1292+
}
12901293
std::map<string, string> metadataRCT, header;
12911294
header = fCCDBApi.retrieveHeaders(Form("RCT/Info/RunInformation/%i", bcs.begin().runNumber()), metadataRCT, -1);
12921295
uint64_t sor = std::atol(header["SOR"].c_str());

0 commit comments

Comments
 (0)