DATA

LIST [DATA] [APPEND[=ON|OFF]] [FILE|OUTPUT=filename] [LOG[=ON|OFF]] [SETS=[FROM] n1 [TO] [n2]] [SELECT="name"] [POINTS|COLUMNS=[FROM] n1 [TO] n2]] [LINES|ROWS=[FROM] n1 [TO] n2]] [LIMITED [VLOG[=ON|OFF]] [[FROM]|TO [[X=]nx,[[Y=]ny[,[Z=]nz]]] [RECURSOR] [CURSOR] ] [STATISTICS[=ON|OFF]] [COMPRESS[=ON|OFF]]

lists the current data in the buffer. The data values are listed in a format that may be used as input to TOPDRAWER. For more information See:Command SHOW DATA.

Additional Information on:

  • APPEND
  • COMPRESS
  • FILE
  • LIMITED
  • LINES|ROWS
  • POINTS|COLUMNS
  • SETS
  • STATISTICS
  • FIT

    LIST FIT [APPEND[=ON|OFF]] [FILE|OUTPUT=filename] [FULL[=ON|OFF]] Produces a listing on disk of the current fit parameters. Options: 1. APPEND adds the listing to the end of the specified file (Default:APPEND=OFF) 2. FULL outputs all information. (Default:FULL=OFF) 3. FILE specifies the file name (Default:tfit.lis)

    HISTOGRAMS

    LIST HISTOGRAMS [APPEND[=ON|OFF]] [FILE|OUTPUT=filename] [IDENT=[FROM] n1 [TO] [n2]] [SELECT|NAME='hist_name'] [EXACT[=ON|OFF]] [AREA|DIRECTORY="dir/subdir..."] [TReE[=ON|OFF]] [ENTRIES[=ON|OFF]] [HISTOGRAM[=ON|OFF]] [MESH[=ON|OFF]] [ARRAY[=ON|OFF]] [NTUPLES[=ON|OFF]] [INdEX[=ON|OFF]] [LOG[=ON|OFF]] This produces a line printer listing of the current histogram data. The options ENTRIES,MESH,NTUPLES,EXACT,NAME, and IDENT select which histograms are printed. TREE lists all histograms in the directory tree. You may specify the output file name FILE=name. The option LOG types the file name of the histogram listing on your terminal. The histogram data is listed in a form suitable to be printed. Some histogram packages allow you to specify the format of the output. For more information see command: SET HISTOGRAM.

    An index precedes all of the histograms. If you specify INDEX=OFF then no index is listed. (Default:FILE=histo.lis,TREE=OFF,INDEX=ON,APPEND=OFF)