Skip to content
Snippets Groups Projects
Commit c4817724 authored by Sylvester Joosten's avatar Sylvester Joosten
Browse files

Enable getters/setters

parent 83051345
Branches
No related tags found
1 merge request!80Resolve "Move closer to EDM4hep (part 2)"
Pipeline #28628 failed
--- ---
options : options :
# should getters / setters be prefixed with get / set? # 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? # should POD members be exposed with getters/setters in classes that have them as members?
exposePODMembers: False exposePODMembers: False
includeSubfolder: True includeSubfolder: True
...@@ -251,6 +251,7 @@ datatypes: ...@@ -251,6 +251,7 @@ datatypes:
## sense. Needs some discussion, note that PID is more emphasized in NP than ## sense. Needs some discussion, note that PID is more emphasized in NP than
## HEP). ## HEP).
- int32_t PDG // PDG code for this particle - int32_t PDG // PDG code for this particle
## @TODO: Do we need timing info? Or do we rely on the start vertex time?
OneToOneRelations: OneToOneRelations:
- eicd::Vertex startVertex // Start vertex associated to this particle - eicd::Vertex startVertex // Start vertex associated to this particle
- eicd::ParticleID particleIDUsed // particle ID used for the kinematics of this particle - eicd::ParticleID particleIDUsed // particle ID used for the kinematics of this particle
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment