Skip to content
Snippets Groups Projects

Resolve "Move closer to EDM4hep (part 2)"

Merged Sylvester Joosten requested to merge 24-move-closer-to-edm4hep-part-2 into master
1 file
+ 2
1
Compare changes
  • Side-by-side
  • Inline
+ 2
1
---
options :
# should getters / setters be prefixed with get / set?
getSyntax: False
getSyntax: True
# should POD members be exposed with getters/setters in classes that have them as members?
exposePODMembers: False
includeSubfolder: True
@@ -251,6 +251,7 @@ datatypes:
## sense. Needs some discussion, note that PID is more emphasized in NP than
## HEP).
- int32_t PDG // PDG code for this particle
## @TODO: Do we need timing info? Or do we rely on the start vertex time?
OneToOneRelations:
- eicd::Vertex startVertex // Start vertex associated to this particle
- eicd::ParticleID particleIDUsed // particle ID used for the kinematics of this particle
Loading