Tamas Vami
Tamas Vami
Uh ok, so if I download the gdml.xsd and copy it into the `install` directory ``` diff --git a/.github/validation_samples/ecal_pn/config.py b/.github/validation_samples/ecal_pn/config.py index 79a256a..132c023 100644 --- a/.github/validation_samples/ecal_pn/config.py +++ b/.github/validation_samples/ecal_pn/config.py @@ -9,6 +9,8...
`G4cerr` is empty, but `G4cout` has a lot of validation warnings, like ``` G4GDML: VALIDATION ERROR! type ':FileReferenceType' not found at line: 22 G4GDML: VALIDATION ERROR! type ':ReferenceType' not found...
Yes, the wget works, but when I try to let GEANT access it, it somehow doesnt access it anymore. Did that part work for you?
It's not a real solution, but while working on https://github.com/LDMX-Software/ldmx-sw/pull/1767 I realized that by commenting out https://github.com/LDMX-Software/ldmx-sw/blob/trunk/SimCore/src/SimCore/SimulatorBase.cxx#L152 ``` // sessionHandle_ = std::make_unique(); ``` I get the verbose, detector validation msgs...
We've tried a few things, see the attached PDF. For now I think this is good enough, at least this will bring the energy centered around 8 GeV for the...
The money plot:
Sounds good, thanks Tom!
Interesting this didnt seem to have solved the issue in https://github.com/LDMX-Software/ldmx-sw/actions/runs/14349763985/job/40226890572?pr=1685 ``` < 22:35:18 PROP ERROR Step failed with MagneticFieldError:1: Interpolation out of bounds was requested --- > 06:28:17 PROP...
> Do you think these errors are coming during the extrapolation to the HCal but not in the track finding/fitting itself? Not the HCAL, I removed the HCAL extrapolation, so...
Non of the distributions change tho, are we sure that this part of the code is not overwritten somehow later on from the GMDL maybe @bloodyyugo ?