guiOptions.txt

Note: To view the latest version of the Gleam guiOptions.txt file:

  1. Go to:

http://www-glast.stanford.edu/cgi-bin/viewcvs/Gleam/src/

  1. Click on the current Rev. number.

For example, the file shown below is guiOptions.txt Rev 1.11.

// ---------------------------------------------------------
// Options for Gleam that are specific to defining a display
// $Id: popup_guiOptions.htm,v 1.1.1.1 2007/06/29 15:04:10 chuckp Exp $
// this necessary (for now) to see the event
G4Generator.UIcommands+={"/tracking/storeTrajectory 1"};
G4Generator.saveTrajectories=true;
 
ApplicationMgr.ExtSvc += {"GuiSvc"};
ApplicationMgr.Runable = "GuiSvc";
GuiSvc.size=-3000; // set size, orientation
 
ApplicationMgr.DLLs += { "DetDisplay" };
 
// these are algorithms
  EventDisplay.Members = {
  "CalDisplay",
  "AcdDisplay"
  };
Triggered.Members += {"GuiPause"}; // allow pause when triggered
// -------end display-specific-------
// ----------------------------------

 

Last updated by: Chuck Patterson 06/23/2005