How to submit jobs on 'protofarm'

1) login to host: 'd0bbin' as d0farm
    ('d0bbin' is not yet kerborised, so password is required)
2) ask: H.Schellman or M.Przybycien for password
3) setup d0cvs
4) make your_own_directory
5) cd your_own_directory
6) cvs checkout farm_machinery/v1_fbsng
7) cd farm_machinery/v1_fbsng
8) run script: runrecorect
    parameters:  nameOfDataSet noOfNodes reconstruction_version prod/integ preco&anal
 restart analysis_name number_of_events
    a) nameOfDataSet -- is name of existing data set in SAM Data Base
        (you can run against producton or integration Data Base -- parameter: prod/integ)
    b) noOfNodes      -- number of PC Farm nodes you want to run on
        (this number depends on how many nodes are available,  how many data sets
          are to be run and how many files are included in data sets)
    c) reconstruction_version -- version of reconstruction code, eg. preco04.00.04
    d) prod/integ -- should be 'prd' if you want to run against production
                                           'int' if you want to run against integration
    e) preco&anal -- 'TRUE' is you want to run reconstruction and create ntuple
                              'FALSE' if you want to run only reconstruction
    f) restart -- restart of crashed project
    g) analysis_name -- name of analysis of crashed project
    h) number_of_events -- number of events for reconstruction ('0' means all)
 

In normal cases you will imput only:
  runrecorect nameOfDataSet noOfNodes reconstruction_version prod/integ preco&anal