You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Should this come in the hit part of the code or in evt, current L-200 simflow puts it in evt but I think it makes more sense in hit so that the hit tier sims are already directly comparable to hit tier data.
evt tier
start thinking about a prototype
should we directly build a TCM like object? - in future yes for now probably not
start prototyping a basic example
how do we merge the optical info (@ManuelHu )
Should we also find a way to use some pygama functionality? probably not needed yet
vtx tier
Probably does not belong in reboost but we should think about vertex and primary generation. I think it is easier and better to have another python program eg for generating events on HPGe surfaces, or for $\beta$ (also $\beta\beta$) decay kinematics from theorists.
For a first basic (but complete) HPGe simulation we need the following features:
hit
tierHPGe dead layer model
legend-pygeom-hpges
HPGe object per detector, from GDML or metadata?Run grouping
Note
this could probably also be done in the
evt
tier or elsewhere, need some general solution.n
evtidsI think the code should be do this as early as possible but maybe should be flexible (any tier can read just
n
rows).Energy response / other heuristics
Where
p
is some PDF.HPGe usability
Should this come in the
hit
part of the code or inevt
, current L-200 simflow puts it inevt
but I think it makes more sense in hit so that thehit
tier sims are already directly comparable tohit
tier data.evt
tieroptical
info (@ManuelHu )Should we also find a way to use some
pygama
functionality? probably not needed yetvtx
tierProbably does not belong in
reboost
but we should think about vertex and primary generation. I think it is easier and better to have another python program eg for generating events on HPGe surfaces, or for$\beta$
(also$\beta\beta$
) decay kinematics from theorists.remage
then to not save vertexs (save space)? probably not vertices dont take much spaceremage
to read an LH5 file of vertexs? how should the format look?The text was updated successfully, but these errors were encountered: