Skip to content

Commit c94c699

Browse files
committed
More fixes
1 parent 38d5f2e commit c94c699

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

PWGDQ/Tasks/muonGlobalAlignment.cxx

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -158,15 +158,10 @@ struct muonGlobalAlignment { // o2-linter: disable=name/workflow-file,name/struc
158158

159159
Configurable<uint32_t> cfgMftTracksMultiplicityMax{"cfgMftTracksMultiplicityMax", 0, "Maximum number of MFT tracks to be processed per event (zero means no limit)"};
160160

161-
<<<<<<< HEAD
162161
// Magnetic field position bias
163162
Configurable<float> cfgFieldOriginBiasZ{"cfgFieldOriginBiasZ", 0.0f, "Bias applied to the magnetic field z position"};
164-
Configurable<float> fVertexZshift{"cfgVertexZshift", 0.0f, "Correction to the vertex z position"};
165-
Configurable<float> fDipoleZshift{"cfgDipoleZshift", 0.0f, "Correction to the dipole z position"};
166-
=======
167163
Configurable<float> cfgDipoleZshift{"cfgDipoleZshift", 0.0f, "Correction to the dipole z position"};
168164
Configurable<float> cfgVertexZshift{"cfgVertexZshift", 0.0f, "Correction to the vertex z position"};
169-
>>>>>>> [PWGDQ] fix linter errors
170165

171166
//// Variables for MFT alignment corrections
172167
struct : ConfigurableGroup {

0 commit comments

Comments
 (0)