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
The shift of the dipole position is emulated by appropriately shifting
the MCH clusters in the trac refit, and the tracks starting point when
extrapolating through the spectrometer.
Copy file name to clipboardExpand all lines: PWGDQ/Tasks/muonGlobalAlignment.cxx
+39-1Lines changed: 39 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -150,6 +150,7 @@ struct muonGlobalAlignment {
150
150
Configurable<uint32_t> fMftTracksMultiplicityMax{"cfgMftTracksMultiplicityMax", 0, "Maximum number of MFT tracks to be processed per event (zero means no limit)"};
151
151
152
152
Configurable<float> fVertexZshift{"cfgVertexZshift", 0.0f, "Correction to the vertex z position"};
153
+
Configurable<float> fDipoleZshift{"cfgDipoleZshift", 0.0f, "Correction to the dipole z position"};
0 commit comments