From 7c8c20df6f3e90518f99ae884aa5fd322dd43f9d Mon Sep 17 00:00:00 2001 From: jmcarcell Date: Mon, 9 Oct 2023 12:31:56 +0200 Subject: [PATCH] Fix links since edmConverter.md was removed --- README.md | 4 ++-- doc/starterkit/k4MarlinWrapperCLIC/Readme.md | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/README.md b/README.md index 0c6a5365..1cccb2d4 100644 --- a/README.md +++ b/README.md @@ -26,7 +26,7 @@ It provides the necessary converters and interfaces between the file types and f ## Using Event Data Model (EDM) converters -Please refer to the [EDM Converters](./doc/edmConverters.md) documentation +Please refer to the [EDM Converters](./doc/MarlinWrapperIntroduction.md) documentation ## Configuring, compiling and installing @@ -92,7 +92,7 @@ ctest --verbose -R test_clicReconstruction ## Using Event Data Model (EDM) converters -Please refer to [this doc](./doc/starterkit/k4MarlinWrapperCLIC/edmConverters.md) on how to convert between EDMs in k4MarlinWrapper +Please refer to [this doc](./doc/MarlinWrapperIntroduction.md) on how to convert between EDMs in k4MarlinWrapper ## Running in parallel: multi-thread support diff --git a/doc/starterkit/k4MarlinWrapperCLIC/Readme.md b/doc/starterkit/k4MarlinWrapperCLIC/Readme.md index a3af1522..88591a21 100644 --- a/doc/starterkit/k4MarlinWrapperCLIC/Readme.md +++ b/doc/starterkit/k4MarlinWrapperCLIC/Readme.md @@ -131,7 +131,7 @@ k4run clicReconstruction.py #### Reconstruction with EDM4hep input -- When using **EDM4hep** format for the input events to be used in reconstruction, refer to the [**EDM converters**](https://github.com/key4hep/k4MarlinWrapper/blob/master/doc/starterkit/k4MarlinWrapperCLIC/edmConverters.md) +- When using **EDM4hep** format for the input events to be used in reconstruction, refer to the [**EDM converters**](https://github.com/key4hep/k4MarlinWrapper/blob/master/doc/MarlinWrapperIntroduction.md) included with k4MarlinWrapper. Note that: + *MarlinProcessorWrappers* need input in LCIO format: EDM4hep collections need to be converted to LCIO + The output collections of *MarlinProcessorWrappers* may be used later by other algorithms: