Consider storing SimInfo::gen as a GenId::enum_type rather than an int #248
Labels
enhancement
New feature or request
more discussion needed
More discussion is needed on this issue
PyUtil
This is related to PyUtils
RooUtil
This is related to RooUtil
Milestone
After #247, we now have this rather ugly line of code:
where we have to create a
mu2e::GenId
but it does not have a constructor that takes an int so we have to then create aGenId::enum_type
.We should consider storing the
SimInfo::gen
as aGenId::enum_type
rather than a bareint
. This might have downstream effects on ROOT and python analyses so we should investigate moreThe text was updated successfully, but these errors were encountered: