Skip to content

Commit

Permalink
Fix links since edmConverter.md was removed
Browse files Browse the repository at this point in the history
  • Loading branch information
jmcarcell committed Oct 9, 2023
1 parent 4d4a0e2 commit 7c8c20d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down Expand Up @@ -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

Expand Down
2 changes: 1 addition & 1 deletion doc/starterkit/k4MarlinWrapperCLIC/Readme.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down

0 comments on commit 7c8c20d

Please sign in to comment.