-
Hi,
We would like to add some information to the root file produced by ddsim that is not an McParticle or a hit.
I am trying to understand better the structure that creates this file. I (think) I…
-
`cluster.constituent_index` can generate arrays with uninitialized data, leading to crashes in awkward
```python
import awkward as ak
import uproot
import fastjet
import vector
print("uproot"…
-
This is a followup to issue #220 and PR #328.
A test of icx2022 got interesting performance results described in #220, but different physics results, by up to 5% on ggttgg
https://github.com/madgr…
-
According to https://en.wikipedia.org/wiki/Generalized_extreme_value_distribution, there are three types of GEV: Gumbel, Frechet, and Weibull. By reading the vignette [brms families](https://paul-buer…
-
Hi,
Perhaps I have a misunderstanding about what is supposed to be in the MCParticles folder. I am running single particles and I want to get the energy of the incident particle. I thought that wou…
-
Do you find it useful to add functionality to convert other units like K or kg/m2/s to degC and mm/day before running GEV?
-
-
I'll work on adding my script for producing the resolutionInfo_INPUT.root file after I clean up the code.
-
From Karri:
The latest recommendations for cross sections are summarized here:
https://cds.cern.ch/record/2669113/files/LHCHXSWG-2019-002.pdf
And an abbreviated description can be found in the bo…
-
It was noticed in https://github.com/eic/EICrecon/pull/367 that unit multipliers like `GeV` without namespaces or explicit header includes can freely be used in code. I.e. if some not obvious headers …