Skip to content

Commit

Permalink
add comment on IOSvc default name
Browse files Browse the repository at this point in the history
  • Loading branch information
m-fila committed Dec 17, 2024
1 parent d499d70 commit fe93da5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion doc/PodioInputOutput.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ The facilities to read and write EDM4hep (or in general event data models based
```python
from k4FWCore import IOSvc

io_svc = IOSvc("IOSvc")
io_svc = IOSvc("IOSvc") # or just IOSvc() as "IOSvc" name is used by default
```

After instantiation the service should be register as an external service in the `ApplicationMgr`. Similarly, it's important to import the `ApplicationMgr` from `k4FWCore`:
Expand Down

0 comments on commit fe93da5

Please sign in to comment.