Documentation ¶
Overview ¶
Command podio-gen generates a complete EDM from a PODIO YAML file definition.
Usage: podio-gen [OPTIONS] edm.yaml
Example:
$> podio-gen -p myedm -o out.go -r 'edm4hep::->edm_,ExNamespace::->exns_' edm.yaml
Options:
-o string path to the output file containing the generated code (default "out.go") -p string package name for the PODIO generated types (default "podio") -r string comma-separated list of rewrite rules (e.g., 'edm4hep::->edm_')
Click to show internal directories.
Click to hide internal directories.