Newer
Older
TB_Chris / TbEvent / xml / .svn / text-base / TbVertex.xml.svn-base
  1. <?xml version="1.0" encoding="UTF-8"?>
  2.  
  3. <!DOCTYPE gdd SYSTEM "gdd.dtd" >
  4. <gdd>
  5. <package name = "TbEvent">
  6. <class name = "TbVertex"
  7. id = "4515"
  8. author = "D. Saunders"
  9. desc = "Reconstructed telescope vertex"
  10. serializers = "FALSE">
  11. <location name = "Default" place = "Rec/Tb/TbVertices"/>
  12. <import name = "Event/TbTrack"/>
  13. <base name = "KeyedObject&lt;int&gt;"/>
  14. &KeyedObject;
  15. <relation name = 'tracks'
  16. type = 'LHCb::TbTrack'
  17. desc = 'tracks connecting at the vertex'
  18. multiplicity = 'm'/>
  19. <attribute name = "x"
  20. type = "double"
  21. desc = "x position of the vertex"/>
  22. <attribute name = "y"
  23. type = "double"
  24. desc = "y position of the vertex"/>
  25. <attribute name = "z"
  26. type = "double"
  27. desc = "z position of the vertex"/>
  28. <attribute name = "htime"
  29. type = "double"
  30. desc = "htime position of the vertex"/>
  31. <attribute name = "interactionPlane"
  32. type = "unsigned int"
  33. desc = "plane forming the vertex"/>
  34. </class>
  35. </package>
  36. </gdd>