1 PROJECT
  Syntax: NTUPLE PROJECT id[&idb] var1 [var2 ...] [#weight [#dweight]] &idb2
          nbinx [xlo xhi]
          [nbiny ylo yhi] [nevt1 nevt]
  where   id       is the ntuple identifier
          var1     is the first variable or expression to project onto
          var2     is the second etc.
          weight   is a variable name or number to be used as the weight
          dweight  is a variable to be used as the error on the weight
          idb2     is the secondary identifier of the projection
          nbinx    are the number of bins for the x-axis of the projection
                   if the input is an Ntuple.
                   -1 means automatic binning
                    0 means keep as an Ntuple
          xlo      is the lower limit for the x-axis
          xhi      is the upper limit for the x-axis
          nbiny    are the number of bins for the y-axis
          ylo      is the lower limit for the y-axis
          yhi      is the upper limit for the y-axis
          nevt1    is the first event to scan
  and     nevt     is the number of events to scan

  Projects a plot  (either a scatter  plot or an  n-dimensional histogram)
  onto 1 or more axes. Alias for `NTUPLE PROJECT'. See HELP NTUPLE PROJECT
  for more details.


