Dmitry Kalinkin

Results 25 issues of Dmitry Kalinkin

### Environment: (where does this bug occur, have you tried other environments) - Which branch (`main` for latest released): main - Which revision (`HEAD` for the most recent): - Any...

enhancement

Ideally, you create the logical layer volume once and place it several times. The flow would be: - Create logical layer volume - Loop over slices - Create logical slice...

enhancement
good first issue
help wanted
topic: simulation

**Is your feature request related to a problem? Please describe.** There are some mismatches between the file names and names of the detectors. For example, in calorimeters we have: https://github.com/eic/epic/blob/3b07aea292da030fdf90bf60e00156e2c533d7a8/src/BarrelCalorimeterSciGlass_geo.cpp#L415...

enhancement
good first issue

```shell wget -O uproot-issue-XXX.root https://github.com/scikit-hep/scikit-hep-testdata/raw/7387822903e0c0de02cee4b98dbb9677f7bfba2a/src/skhep_testdata/data/uproot-issue-1229.root ``` ```python >>> import uproot >>> uproot.__version__ '5.3.7' >>> uproot.open("uproot-issue-XXX.root")["tree"]["branch/pointer"].typename 'TFooMember*' >>> uproot.open("uproot-issue-XXX.root")["tree"]["branch/const_pointer"].typename Traceback (most recent call last): File "/nix/store/bz0s89q09d1jxb96bcpjad38sqw6nimk-python3.11-uproot-5.3.7/lib/python3.11/site-packages/uproot/interpretation/identify.py", line 385, in interpretation_of from_dtype...

bug (unverified)