FPFSoftware / FPFSoftware/FPFSim

Refining FLArE outputs

未关闭
#19 1 条评论 0 个 reaction 已指派 0 人 在 GitHub 查看
enhancement
主要语言
C++
星标
2
派生
1
PR 合并指标
30 天内没有已合并 PR

描述

#16 is making the first step for restructuring FLArE output trees. Currently we have:
- `flare_hits`: full hits from the liquid argon volume;
- `hcal_hits`: full hits from the HCAL (BabyMind or legacy);
- `.h5` file with pixel map 3D output;
- (optional) 2D histograms, per event and per prong;
- (optiocal) pseudo-reco tree;

There a few points to think about:

1. The size of `flare_hits` can be challenging. I did a series of quick tests using the same 5 genie events. The current solution is to remove the step size user limit. Is this acceptable?
Can we reduce the output size by merging hits in 3D? For instance, we could do something similar to what `PixelMap3D` does at a single particle level instead of binning all energy deposits from all particles together.
But if we do so, isn't it the same of having larger steps? Should we just settle to larger step sizes?
```
no max step size -> ~20 MB/event
1.0 mm max step size -> ~33 MB/event
0.5 mm max step size -> 64 MB/event
```

2. Enabling the pseudo-reco output requires a lot of acrobatics... and it's currently no longer working as before because we are not updating the primaries list (only using native G4 vertex primaries). There are also places in which we require a `FPFNeutrino`, which can't always be there.
Given the proposed changes in #18 -- full particle hierarchy tree in output -- can we completely move the pseudo-reco in a downstream ad-hoc FLArE-only package?

3. Should create separate hit/SD classes for the FLArE HCAL?

贡献指南

这个仓库没有索引到贡献指南

调研方向

首先审查 #16 中提出的重构方案以及 #18 中讨论的完整粒子层次结构,然后检查 PixelMap3D、FPFNeutrino 和当前的 hit/SD 类与所列输出之间的关系。比较 step-size 输出的大小,并跟踪 pseudo-reco 的依赖关系。当输出设计达成一致、确定 pseudo-reco 的归属决策并确定 HCAL 类结构时,即视为完成。

由索引模型根据 Issue 内容生成。

评估

技术栈
cpp
领域
data
Issue 类型
重构
难度
5/5
预计耗时
一周以上
活跃度
停滞
描述清晰度
需要澄清
新手友好度
25/100

把新 issue 发到你的邮箱

精选适合新手参与的 GitHub issue 摘要。