This page is deprecated.

This page is no longer current and does not reference an up-to-date marlin distribution.

Running Marlin at SLAC

Here is the procedure.

  1. SSH to a SLAC Linux machine
    ssh noric01.slac.stanford.edu
    
  2. Setup the MC project software environment
    source /nfs/slac/g/lcd/mc/prj/bin/prj.sh
    
  3. Start the event display
    ced &
    
  4. Run an example
    cd $PRJ_DIST/MarlinReco/pro/MarlinReco/examples/ldc
    marlin steer_ldc.xml
    

Processors

To dump the list of registered XML processors.

marlin -x
  • No labels