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 05554b1 commit 195f00aCopy full SHA for 195f00a
Common/TableProducer/trackPropagation.cxx
@@ -146,7 +146,7 @@ struct TrackPropagation {
146
}
147
148
// load matLUT for this timestamp
149
- LOG(info) << "Loading material look-up table for timestamp: " << bc.timestamp();
+ LOG(info) << "Loading material look-up table for timestamp: " << bc.timestamp();
150
lut = o2::base::MatLayerCylSet::rectifyPtrFromFile(ccdb->getForTimeStamp<o2::base::MatLayerCylSet>(lutPath, bc.timestamp()));
151
152
grpmag = ccdb->getForTimeStamp<o2::parameters::GRPMagField>(grpmagPath, bc.timestamp());
0 commit comments