fix bug in SubVolumeConfig
1 unresolved thread
1 unresolved thread
Fixes ACTS-261.
Merge request reports
Activity
Filter activity
Added 14 commits:
-
49d41339...79563984 - 13 commits from branch
release-0.03.X
- 5be437b6 - fix bug in SubVolumeConfig
-
49d41339...79563984 - 13 commits from branch
189 185 ///| Negative Endcap | Barrel | Positive Endcap | => four boundaries needed in 190 186 /// z 191 187 /// | Barrel | => two boundaries needed in z 192 /// the zBoundaries do not need to be handed over sorted, they will be sorted 193 /// in ascending order automatically 188 /// @note the zBoundaries need to be handed over sorted in ascending order 194 189 std::vector<double> zBoundaries; 195 190 196 191 /// Default constructor 197 SubVolumeConfig() : present(false), rMin(10e10), rMax(10e-10), zBoundaries() 198 { 199 if (zBoundaries.size() > 1 && rMin >= 0. && rMax > 0.) present = true; 200 // make sure the zBoundaries are sorted in ascending order 201 std::sort(zBoundaries.begin(), zBoundaries.end()); 202 } 192 SubVolumeConfig() : rMin(10e10), rMax(10e-10), zBoundaries() {} Jenkins Build FAILUREResults available at: Jenkins [ACTS-MERGE #78]
Jenkins Build FAILUREResults available at: Jenkins [ACTS-MERGE #79]
Jenkins Build FAILUREResults available at: Jenkins [ACTS-MERGE #93]
added 1 commit
- f2548dfe - give new default values for rMin & rMax and check if rMin < rMax
Jenkins Build FAILUREResults available at: Jenkins [ACTS-MERGE #94]
mentioned in commit 6ffb8b1a
Please register or sign in to reply