BinnedArray2D use value instead of ptr
std::vector<std::vector<SharedObject<T>>*>* m_array;
to
std::vector<std::vector<SharedObject<T>>> m_array;
Merge request reports
Activity
This merge request affects 1 package:
- Tracking/TrkDetDescr/TrkDetDescrUtils
Adding @amorley as watcher
added Tracking master review-pending-level-1 labels
CI Result FAILURE (hash cf1e1cce)Athena AthSimulation AnalysisBase AthGeneration externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 14672]removed review-pending-level-1 label
This merge request affects 1 package:
- Tracking/TrkDetDescr/TrkDetDescrUtils
Adding @amorley as watcher
added review-pending-level-1 label
CI Result FAILURE (hash fa4513af)Athena AthSimulation AnalysisBase AthGeneration externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 14703]added 56 commits
-
fa4513af...f5816eed - 52 commits from branch
atlas:master
- c73ce834 - change BinnedArray1D , BinnedArray1D1D to be closer to the original but without new
- 58ac72fa - Merge branch 'array1D_1D1D_make_closer_to_original' into BinnedArray2D_allocations
- c4865c75 - Merge remote-tracking branch 'upstream/master' into BinnedArray2D_allocations
- 71770a6f - more fixes
Toggle commit list-
fa4513af...f5816eed - 52 commits from branch
This merge request affects 1 package:
- Tracking/TrkDetDescr/TrkDetDescrUtils
Adding @amorley as watcher
removed review-pending-level-1 label
CI Result SUCCESS (hash 71770a6f)Athena AthSimulation AnalysisBase AthGeneration externals cmake make required tests optional tests Full details available on this CI monitor view
Athena: number of compilation errors 0, warnings 0
AthSimulation: number of compilation errors 0, warnings 0
AnalysisBase: number of compilation errors 0, warnings 0
AthGeneration: number of compilation errors 0, warnings 0
For experts only: Jenkins output [CI-MERGE-REQUEST-CC7 14720]