Versions Compared

Key

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

...

Other Detector Components

  • MDI-BDS system

Analysis and Reconstruction

  • NonprojectiveCylinder segmentation support (w/ GL)
  • continue discussions on common geo API with TJ, NG, GL, TB, FG, et al.
  • RCP file support with processor name as Java class w/o org.lcsim
    • parameters with INI, attributes file, etc
    • simple list of processors and parameters
    • analysis manager loads the processors by org.lcsim.(package).(classname)
    • could be Python code
  • materials database (see online NIST data)
    • format could be GDML, another XML format, flat file, or database

...

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

Miscellaneous

  • 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?