Skip to content

Commit

Permalink
Readme: add required 'import os' for geosvc example
Browse files Browse the repository at this point in the history
  • Loading branch information
andresailer authored Sep 13, 2023
1 parent b2b61a3 commit 4898259
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions doc/starterkit/k4MarlinWrapperCLIC/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -166,6 +166,7 @@ The ``MarlinDD4hep::InitializeDD4hep`` processor can be replaced by the ``k4SimG
For example:

```python
import os
from Configurables import GeoSvc, TrackingCellIDEncodingSvc
svcList = []
geoservice = GeoSvc("GeoSvc")
Expand Down

0 comments on commit 4898259

Please sign in to comment.