Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

  • GDML Savannah Items
  • AGDD features
    • arrays
    • iterators
  • file inclusion and referencing
    • xs:include (e.g. preprocessor)
    • inter-file reference, ex - <materialref ref="MyMaterials.gdml#Flubber"/>
    • XLink
  • Java bindings
    • Julius Hrinivac's GDML Java classes and look at inclusion in GDML CVS, usage in org.lcsim
  • formal extension mechanism
  • utility to merge different GDML files into one logical file
  • common materials, elements include file (mostly for compact description)
  • stylesheet to extract the valid GDML from an LCDD file
    • take gdml element and strip out LCDD's refs (sdref, etc.)

...

  • create "mcprj" CVS module (help from TJ)
  • setup SLIC at NICADD

Miscellaneous

  • a python HepRep parser
  • python bindings to LCIO (using swig or boost)
  • experiment with a Java server
    • Tomcat (suggested by Tony)
    • MySQL
    • file catalog, linked histograms, simulation runs, etc.
  • file format utilities (probably in Java)
    • actions
      • dump
      • concat
      • split
      • select records by criteria or number
      • transform records by some algorithm
      • convert records to another format by some algorithm
    • formats
      • LCIO
      • StdHep
      • ASCII/Tuples
      • Others?