You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: PWGDQ/Tasks/muonGlobalAlignment.cxx
+7-4Lines changed: 7 additions & 4 deletions
Original file line number
Diff line number
Diff line change
@@ -148,6 +148,8 @@ struct muonGlobalAlignment {
148
148
149
149
Configurable<uint32_t> fMftTracksMultiplicityMax{"cfgMftTracksMultiplicityMax", 0, "Maximum number of MFT tracks to be processed per event (zero means no limit)"};
150
150
151
+
// Magnetic field position bias
152
+
Configurable<float> cfgFieldOriginBiasZ{"cfgFieldOriginBiasZ", 0.0f, "Bias applied to the magnetic field z position"};
151
153
Configurable<float> fVertexZshift{"cfgVertexZshift", 0.0f, "Correction to the vertex z position"};
152
154
Configurable<float> fDipoleZshift{"cfgDipoleZshift", 0.0f, "Correction to the dipole z position"};
153
155
@@ -418,10 +420,8 @@ struct muonGlobalAlignment {
418
420
ccdbApi.init(configCCDB.ccdburl);
419
421
mRunNumber = 0;
420
422
421
-
if (!o2::base::GeometryManager::isGeometryLoaded()) {
0 commit comments