From f529af92a5d140370dc6590ae7d662636e93f9b5 Mon Sep 17 00:00:00 2001 From: Whitney Armstrong <warmstrong@anl.gov> Date: Thu, 20 May 2021 13:44:26 -0500 Subject: [PATCH] modified: overview.md --- src/docs/overview.md | 9 --------- 1 file changed, 9 deletions(-) diff --git a/src/docs/overview.md b/src/docs/overview.md index 625ba55..ed8c81a 100644 --- a/src/docs/overview.md +++ b/src/docs/overview.md @@ -25,15 +25,6 @@ Through the unique BitField ID this allows position space information to be mapp The idea is to use plain-old-datatype IO. PODIO stamps out structs based on yaml files. -### LCIO2 - -The old LCIO data model is used as a starting point for our data model and it is called `lcio2`. -It is [defined in yaml file](https://eicweb.phy.anl.gov/EIC/podio/blob/master/lcio2/lcio-edm.yaml) -which is used to generate C++ library. - -- Eicweb fork: https://eicweb.phy.anl.gov/EIC/podio -- AIDAsoft repo: https://github.com/AIDASoft/podio -  -- GitLab