Skip to content

Commit f5578fc

Browse files
authored
Update skimmerPrimaryMuon.cxx
1 parent f5d7876 commit f5578fc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

PWGEM/Dilepton/TableProducer/skimmerPrimaryMuon.cxx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -132,7 +132,7 @@ struct skimmerPrimaryMuon {
132132
const double centerMFT[3] = {0, 0, -61.4};
133133
o2::field::MagneticField* field = static_cast<o2::field::MagneticField*>(TGeoGlobalMagField::Instance()->GetField());
134134
mBz = field->getBz(centerMFT); // Get field at centre of MFT
135-
LOGF(info, "Bz at center of MFT = %f kZG", mBz); // this is dummy comment.
135+
LOGF(info, "Bz at center of MFT = %f kZG", mBz); // this is dummy comment. // dummy2
136136
}
137137

138138
void addHistograms()

0 commit comments

Comments
 (0)