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 21b2a38 commit 1ec0dc9Copy full SHA for 1ec0dc9
Common/TableProducer/trackPropagation.cxx
@@ -146,10 +146,10 @@ struct TrackPropagation {
146
}
147
148
// load matLUT for this timestamp
149
- if(!lut){
+ if (!lut) {
150
LOG(info) << "Loading material look-up table for timestamp: " << bc.timestamp();
151
lut = o2::base::MatLayerCylSet::rectifyPtrFromFile(ccdb->getForTimeStamp<o2::base::MatLayerCylSet>(lutPath, bc.timestamp()));
152
- }else{
+ } else {
153
LOG(info) << "Material look-up table already in place. Not reloading.";
154
155
0 commit comments