diff --git a/eic_data.yaml b/eic_data.yaml
index 507daa149d41825566472f62224ccc7721cf6044..058eca7fd4b167dedc6141edf78d1b0d8b4cb2bb 100644
--- a/eic_data.yaml
+++ b/eic_data.yaml
@@ -1,7 +1,7 @@
 ---
 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