You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
enable all .py files in test to be tests
the test is just to make sure that they successfully run, nothing is done with the data there, but it is helpful to make sure that basic simulation stuff can run at all during development
fixup string manipulation for scoring planes
We do two things with the input subsystem name:
1. We capitalize the first letter and then append 'ScoringPlaneHits' to
be the collection name
2. We prepend 'sp_' to be the match substring for logical volumes
This means the input subsystem is the name of the scoring planes in the
GDML with the 'sp_' prefix removed.