# # minFreeMemory=3000000 # omit parts of drawing if free memory slips below this limit # # serverRetryRate=10 # when first trying to contact a server, running in quiet mode, # retry after this many seconds. # # webBrowseCommandUnix=mozilla # command to use to browse a url on Unix. # Wired uses this to show documents when some help menu items are selected. # # webBrowseCommandWindows=rundll32 url.dll,FileProtocolHandler # command to use to browse a url on Unix. # Wired uses this to show documents when some help menu items are selected.
# # antiAlias=false # set to true to make "Drawing Options"..."AntiAlias" default to on. # Improves smoothness of lines but slows down drawing. # # backgroundColor=0,0,0 # background color for graphics windows. # rgb values where each part can be from 0 to 255. # # controlHorizontalTranslation=wheel # set to button to replace horizontal translation control wheel with simple buttons. # # controlVerticalTranslation=wheel # set to button to replace vertical translation control wheel with simple buttons. # # cut= # controls initial cut values. # For example: cut=KalmanTrk:nDch>30;KalmanTrk:p_T>1.0; # where the syntax is one of either: # "TypeName:AttributeName>min_value" # "TypeName:AttributeName<max_value" # "TypeName:min_value<AttributeName<max_value" # "TypeName:AttributeName=equals_value" # Or any of the above preceded by the not symbol, "!". # # enableViewPopup=true # set to false to disable the popup menu that appears from a right click in the view menu. # # extraHelpString= # string to appear as additional item in help menu. # Selecting this string will send the user's web browser to the URL specfied # in the extraHelpURL property. # # extraHelpURL= # URL to send to user's web browser if they select the additional item in the help menu # specified by the extraHelpString property. # # fastMode=false # set to true to make "Drawing Options"..."Always use FastMode" default to on. # Improves speed by setting all lines to single pixel width and removing area fills. # # forceAllHepRep2Visible=false # used for compatibility with some experimental servers. # # idList= # url or file specification of idList to open upon startup. # # initialOrientation=Beam # initial orientation for rotatable projections. Options are as follows # (first set are appropriate for colliding beam detectors, # second set are appropriate for spacecraft). # Beam - view along z axis # Side - view along x axis # Top - view along y axis # XY - view along z axis # XZ - view along y axis # YZ - view along x axis # # labelHasFrame=true # set to false to suppress frame around labels. # # mouseMode=Scaling # sets initial value of the mouse function (can later be changed from the # "Mouse Function" popup menu. # Values can be: # Scaling - Pick and drag to change scale. # Translation - Pick and drag to translate. # Rotation - Pick and drag to rotate. # PickRectangle - Pick and drag to create a rectangular selection area. # PickWedge - Pick and drag to create a wedge shaped selection area. # PickCircle - Pick and drag to create a circular selection area. # PickPolygon - Pick and drag to create a line, then pick more times to create # additional points on a polygon shaped selection area. # PickToMeasure - Pick and drag to measure a line length. # # orientationChoices=Beam;Side;Top; # choices to include in View Popup Menu's Orientation Actions menu. # Options are: # Beam;Side;Top;XY;XZ;YZ; # The first three are typical choices for colliding beam detectors. # The second three are typical choices for satellites. # # pickToShowAttributes=true # set to true to make "Mouse Function"..."Show Attributes" # option default to true. # # pickToShowDaughters=false # set to true to make "Mouse Function"..."Show Daughters (if object has info)" # option default to true. # # pickToTransformView=false # set to true to make "Mouse Function"..."Transform View (if object has info)" # option default to true. # # pickToHighlightInTree=true # set to true to make "Mouse Function"..."Highlight in Data Visibility Tree" # option default to true. # # preHepRepGeometry= # name of top level geometry file in source/geometry directory to use when older style # non-HepRep geometry is to be included. # # processManagers= # list of JProcMan process managers to check for data servers. # Each process manager is specified by the url of a file that contains the # process manager's "stringified ior". # Each process manager can be optionally followed by some descriptive text in parentheses. # This text is used to describe the process manager if it cannot be accessed. # Multiple process managers can be specified by separating their urls by semicolons. # Each such process manager will appear in the "Open Data" dialog. # Redundant process managers can be specified by separating their urls by the or symbol, "|". # For each redundant set, only the one with the fastest response will be used. # The other members of the redundant set will not appear in the "Open Data" dialog. # # processManagerTimeout=8000 # integer number of milliseconds to wait for connection to process manager. # # server= # server to use at startup. # If the value starts with "http:", "file:" or "IOR:", this is assumed to be a # standalone server (not managed by a JProcMan process manager). # "http:" specifies the url of a file that contains the server's "stringified ior". # "file:" specifies a file that contains the server's "stringified ior". # "IOR:" directly specifies the server's "stringified ior". # If the value does not start with "http:", "file:" or "IOR:", # this is assumed to be the name of a server that can be found on one of # the process managers that has been specified in the -processManagers option. # # showOpenDataButton=true # set to false to omit the Open Data button. # # showRotateButtons=true # set to false to omit rotate buttons. # # showShadows=false # set to true to make "Drawing Options"..."Show Shadows" default to on. # Adds shadow frames around objects to make them more visible, particularly # against other filled objects (but may slow down drawing). # # showStatus=false # set to true to make "Drawing Options"..."Show Status" default to on. # Turns on status box in upper right corner of window. # # showXAxisRotationWheel=true # set to false to omit the x axis rotation wheel. # # showYAxisRotationWheel=true # set to false to omit the y axis rotation wheel. # # simplifyTopToolbar=false # set to true to make the top toolbar have fewer buttons. # # toolbarStyle=Images # initial setting for main toolbar style (which can then be modified from # the "Options"..."Toolbar" menu. # Options are "Images", "Text" or "ImagesAndText". # # units= # units for all measurements. Currently only used in output of "Pick to Measure". # # wobble=false # set to true to start up in wobble mode. # # wobbleIncrements=20 # number of increments before wobble returns to initial position. # # wobbleMagnitude=1. # increase this number to make wobble more significant. # # wobbleRate=100 # time between redraws for wobble (milliseconds).
# # antiAlias=false # set to true to make "Drawing Options"..."AntiAlias" default to on. # Improves smoothness of lines but slows down drawing. # # backgroundColor=0,0,0 # background color for graphics windows. # rgb values where each part can be from 0 to 255. # # controlHorizontalTranslation=wheel # set to button to replace horizontal translation control wheel with simple buttons. # # controlVerticalTranslation=wheel # set to button to replace vertical translation control wheel with simple buttons. # # cut= # controls initial cut values. # For example: cut=KalmanTrk:nDch>30;KalmanTrk:p_T>1.0; # where the syntax is one of either: # "TypeName:AttributeName>min_value" # "TypeName:AttributeName<max_value" # "TypeName:min_value<AttributeName<max_value" # "TypeName:AttributeName=equals_value" # Or any of the above preceded by the not symbol, "!". # # enableViewPopup=true # set to false to disable the popup menu that appears from a right click in the view menu. # # extraHelpString= # string to appear as additional item in help menu. # Selecting this string will send the user's web browser to the URL specfied # in the extraHelpURL property. # # extraHelpURL= # URL to send to user's web browser if they select the additional item in the help menu # specified by the extraHelpString property. # # fastMode=false # set to true to make "Drawing Options"..."Always use FastMode" default to on. # Improves speed by setting all lines to single pixel width and removing area fills. # # forceAllHepRep2Visible=false # used for compatibility with some experimental servers. # # idList= # url or file specification of idList to open upon startup. # # initialOrientation=Beam # initial orientation for rotatable projections. Options are as follows # (first set are appropriate for colliding beam detectors, # second set are appropriate for spacecraft). # Beam - view along z axis # Side - view along x axis # Top - view along y axis # XY - view along z axis # XZ - view along y axis # YZ - view along x axis # # labelHasFrame=true # set to false to suppress frame around labels. # # mouseMode=Scaling # sets initial value of the mouse function (can later be changed from the # "Mouse Function" popup menu. # Values can be: # Scaling - Pick and drag to change scale. # Translation - Pick and drag to translate. # Rotation - Pick and drag to rotate. # PickRectangle - Pick and drag to create a rectangular selection area. # PickWedge - Pick and drag to create a wedge shaped selection area. # PickCircle - Pick and drag to create a circular selection area. # PickPolygon - Pick and drag to create a line, then pick more times to create # additional points on a polygon shaped selection area. # PickToMeasure - Pick and drag to measure a line length. # # orientationChoices=Beam;Side;Top; # choices to include in View Popup Menu's Orientation Actions menu. # Options are: # Beam;Side;Top;XY;XZ;YZ; # The first three are typical choices for colliding beam detectors. # The second three are typical choices for satellites. # # pickToShowAttributes=true # set to true to make "Mouse Function"..."Show Attributes" # option default to true. # # pickToShowDaughters=false # set to true to make "Mouse Function"..."Show Daughters (if object has info)" # option default to true. # # pickToTransformView=false # set to true to make "Mouse Function"..."Transform View (if object has info)" # option default to true. # # pickToHighlightInTree=true # set to true to make "Mouse Function"..."Highlight in Data Visibility Tree" # option default to true. # # preHepRepGeometry= # name of top level geometry file in source/geometry directory to use when older style # non-HepRep geometry is to be included. # # processManagers= # list of JProcMan process managers to check for data servers. # Each process manager is specified by the url of a file that contains the # process manager's "stringified ior". # Each process manager can be optionally followed by some descriptive text in parentheses. # This text is used to describe the process manager if it cannot be accessed. # Multiple process managers can be specified by separating their urls by semicolons. # Each such process manager will appear in the "Open Data" dialog. # Redundant process managers can be specified by separating their urls by the or symbol, "|". # For each redundant set, only the one with the fastest response will be used. # The other members of the redundant set will not appear in the "Open Data" dialog. # # processManagerTimeout=8000 # integer number of milliseconds to wait for connection to process manager. # # server= # server to use at startup. # If the value starts with "http:", "file:" or "IOR:", this is assumed to be a # standalone server (not managed by a JProcMan process manager). # "http:" specifies the url of a file that contains the server's "stringified ior". # "file:" specifies a file that contains the server's "stringified ior". # "IOR:" directly specifies the server's "stringified ior". # If the value does not start with "http:", "file:" or "IOR:", # this is assumed to be the name of a server that can be found on one of # the process managers that has been specified in the -processManagers option. # # showOpenDataButton=true # set to false to omit the Open Data button. # # showRotateButtons=true # set to false to omit rotate buttons. # # showShadows=false # set to true to make "Drawing Options"..."Show Shadows" default to on. # Adds shadow frames around objects to make them more visible, particularly # against other filled objects (but may slow down drawing). # # showStatus=false # set to true to make "Drawing Options"..."Show Status" default to on. # Turns on status box in upper right corner of window. # # showXAxisRotationWheel=true # set to false to omit the x axis rotation wheel. # # showYAxisRotationWheel=true # set to false to omit the y axis rotation wheel. # # simplifyTopToolbar=false # set to true to make the top toolbar have fewer buttons. # # toolbarStyle=Images # initial setting for main toolbar style (which can then be modified from # the "Options"..."Toolbar" menu. # Options are "Images", "Text" or "ImagesAndText". # # units= # units for all measurements. Currently only used in output of "Pick to Measure". # # wobble=false # set to true to start up in wobble mode. # # wobbleIncrements=20 # number of increments before wobble returns to initial position. # # wobbleMagnitude=1. # increase this number to make wobble more significant. # # wobbleRate=100 # time between redraws for wobble (milliseconds).
The complete list of production servers is now as follows:
| database | code version | server host | server name for raw and rec detailed data |
server name for beta candidate summary data |
|---|---|---|---|---|
| ANALBOOT2 | 8.6.4b | shire01.slac.stanford.edu:5000 (the default) | CES_ANALYSIS (the default) | CES_BETA |
| SP3 | 8.6.4b | shire01.slac.stanford.edu:5000 (the default) | CES_SP3ANALYSIS | CES_SP3BETA |