Versions Compared

Key

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

...

NameDescriptionValues
java.util.logging.config.fileJava logging config filedescribed in logging package doc
java.util.logging.config.classJava logging config initialization classdescribed in logging package doc
hep.aida.IAnalysisFactoryAIDA backend factory class
  • hep.aida.ref.AnalysisFactory - default
  • hep.aida.jfree.AnalysisFactory - JFree backend
  • hep.aida.ref.BatchAnalysisFactory - batch mode (no plot display)
org.hps.conditions.enableSvtAlignmentConstantsEnables application disableSvtAlignmentConstantsDisables reading of SVT alignment constants from conditions db to the detector model(not checked)true
org.hps.conditions.connection.fileProperties file with connection settings for conditions database should point to a valid connection.prop file
org.hps.conditions.connection.resourceResource that points to properties file with connection settings for conditions database
  • /org/hps/conditions/config/jlab_connection.prop - default connection

...

Code Block
languagebash
java -DdisableSvtAlignmentConstants=trueDorg.hps.conditions.enableSvtAlignmentConstants [...]

When set in this way, these values are accessible as Java system properties at runtime.

...