acts-project / acts-project/acts

Cleanup: BinningValue, AxisBounds + detray/Integration

未關閉
#3,549 3 則留言 1 個 reaction 已指派 0 人 在 GitHub 檢視
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 還沒有評估資料。

把新 issue 寄到你的電子郵件信箱

精選適合新手參與的 GitHub issue 摘要。