Skip to content

Commit f19662d

Browse files
committed
Fix conflicts
1 parent a7b2b23 commit f19662d

1 file changed

Lines changed: 0 additions & 5 deletions

File tree

Detectors/ITSMFT/ITS/tracking/include/ITStracking/IndexTableUtils.h

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -48,13 +48,8 @@ class IndexTableUtils
4848
int mNzBins = 0;
4949
int mNphiBins = 0;
5050
float mInversePhiBinSize = 0.f;
51-
<<<<<<< HEAD
5251
float mLayerZ[8] = {0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f};
5352
float mInverseZBinSize[8] = {0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f};
54-
=======
55-
float mLayerZ[7] = {0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f};
56-
float mInverseZBinSize[7] = {0.f, 0.f, 0.f, 0.f, 0.f, 0.f, 0.f};
57-
>>>>>>> Move modifications to ITS code in dedicated PR
5853
};
5954

6055
template <class T>

0 commit comments

Comments
 (0)