From fe93da571f150dfebc16fffaea82a6379ec7111e Mon Sep 17 00:00:00 2001 From: Mateusz Jakub Fila Date: Tue, 17 Dec 2024 11:14:26 +0100 Subject: [PATCH] add comment on IOSvc default name --- doc/PodioInputOutput.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/PodioInputOutput.md b/doc/PodioInputOutput.md index 4e97a1f5..f412fdd2 100644 --- a/doc/PodioInputOutput.md +++ b/doc/PodioInputOutput.md @@ -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`: