acts-project / acts-project/acts
Cleanup: BinningValue, AxisBounds + detray/Integration
未關閉
Stale
- 主要語言
- C++
- 星號
- 131
- 分支
- 276
- 平均合併
- 3 天 13 小時
- 30 天內合併 PR
- 112
描述
This should not live for all too long:
```c++
switch (bOption) {
case BinningOption::closed:
return detray::axis::bounds::e_circular;
case BinningOption::open:
return detray::axis::bounds::e_closed;
default:
throw std::invalid_argument(
"DetrayMaterialConverter: unknown binning option detected.");
}
```
貢獻指南
評估
這個 Issue 還沒有評估資料。