Versions Compared

Key

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

...

Code Block
languagebash
themeMidnight
java -Xmx1g -jarcp hps-distribution-bin.jar org.hps.monitoring.application.Main -c settings.prop

...

Files added to this list will not appear automatically if the application is closed and reopened.  They must be saved by using the Save Settings menu item under Settings.

Menu Commands

The application menu has the following commands.

CommandMenuDescription
Open FileFileopen an EVIO or LCIO data source
Close FileFileclose the current data source (removes from Data Source drop down)
Recent FilesFileselect a recent file
ExitFileexit the application
Open Settings WindowSettingsopen the Settings Window
Load SettingsSettingsload settings from a properties file
Save SettingsSettingssave settings to a properties file
Load Default SettingsSettingsload the application's default settings
Save PlotsPlotssave plots to file (PDF, AIDA, etc.)
Clear PlotsPlotsclear the underlying objects in the AIDA data store
Save ScreenshotToolssave a screenshot of the application window
Log to FileToolslog application messages to file rather than Log Table
MaximizeWindowmaximize the application window
MinimizeWindowminimize the application window
Restore DefaultsWindowrestore the application's default window settings

Data Sources

EVIO Data Source

EVIO files can be loaded using the Open File menu item under File.  These events will be processed using the currently configured event builder to produce in-memory LCIO events which can then be reconstructed.

...