Dmitry Kalinkin
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...
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...
**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...
Resolves: #1229
```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...
This fixes a following bug: ``` Idle> /particle/select lambda Idle> /particle/property/dump --- G4ParticleDefinition --- Particle Name : lambda PDG particle code : 3122 [PDG anti-particle code: -3122] Mass [GeV/c2] :...
Simulating without field is not very useful. Most of the configurations are already doing this, we'd like to make things more consistent.
Would be nice to have that available for faster benchmarks.
This message appears every time when geometry is instantiated ``` Error in : Volume EcalEndcapPInsert: Cannot make slices on any axis ``` Not clear to me if this is causing...