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 0c0c91a commit f5d7876Copy full SHA for f5d7876
PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx
@@ -132,7 +132,7 @@ struct skimmerPrimaryMuon {
132
const double centerMFT[3] = {0, 0, -61.4};
133
o2::field::MagneticField* field = static_cast<o2::field::MagneticField*>(TGeoGlobalMagField::Instance()->GetField());
134
mBz = field->getBz(centerMFT); // Get field at centre of MFT
135
- LOGF(info, "Bz at center of MFT = %f kZG", mBz);
+ LOGF(info, "Bz at center of MFT = %f kZG", mBz); // this is dummy comment.
136
}
137
138
void addHistograms()
0 commit comments