Versions Compared

Key

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

...

  1. be able to process beamtest input data files, and relation files.
  2. relax the limitation on directory structure when searching for data definition libraries.
  3. generically scan, display, and copy auxiliary objects found in ROOT files => do study hadd.
  4. The GlastDataTypes C++ class have harcoded data types and values. They should rather be read from a configuration file, under the control of the user.
  5. That same configuration file, or a separate one, should contain parameters instead of the environnement variables.
  6. For the communication with the Web front-end, we should favor a early detection of problems, and setup a standard way to feed back the front-end with such early information (which could include an evaluation of the job end). Perhaps a "fake" run mode, which would be started by typing "skimmer try" ?
  7. Enable tcuts through multiple data kinds.
  8. Idea : ensure that when a skimming is failing, the incomplete output data files is erased. Then, change the skimming step so that it will check that some output files already exists or not, and only do the ones which are lacking ? (a SK_FORCE_SKIP would enforce the skimming whatever the files, and perhaps would be "true" by default).

...