Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
16 changes: 6 additions & 10 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -9,16 +9,12 @@ k4FWCore also provides the `k4run` script used to run Gaudi steering files. See

### Basic I/O

| Current | Legacy | Description |
|---------|--------|-|
| IOSvc | k4DataSvc | Service handling the PODIO types and collections |
| Reader | PodioInput | Algorithm to read data from input files on disk. |
| Writer | PodioOutput | Algorithm to write data to an output file on disk. |
| MetadataSvc | MetaDataHandle | Service/Handle handling user defined metadata |

See the [documentation](doc/PodioInputOutput.md) for more information.

### Auxiliary
| Name | Description |
|---------|-|
| IOSvc | Service handling the PODIO types and collections |
| Reader | Algorithm to read data from input files on disk. |
| Writer | Algorithm to write data to an output file on disk. |
| MetadataSvc | Service/Handle handling user defined metadata |

### Collection Merger

Expand Down
3 changes: 1 addition & 2 deletions cmake/k4FWCoreConfig.cmake.in
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,7 @@
# k4FWCore CMake Config
#
# Exported Targets
# - k4FWCore::k4FWCore The core library containing the PodioDataSvc
# and the KeepDropSwitch
# - k4FWCore::k4FWCore The core library
# - k4FWCore::k4FWCorePlugins The plugin library for the core plugins
# provided by k4FWCore. Includes all major
# services for I/O and as well as some utility
Expand Down
136 changes: 0 additions & 136 deletions doc/LegacyPodioInputOutput.md

This file was deleted.

Loading
Loading