NA49 logo

Input
GEANT
MTSIM
Embeding
Reconstruction
Maching
ROOT MINI-DST

Home page

Last modification:
2003-07-22
e-mail:
cblume@cern.ch korus@cern.ch

Script to run reconstruction with embedding

This is script to run the reconstruction with embedding. The source file of this script you may find here.

#!/bin/ksh

NEVENT=100

NA49_LEVEL=dev
. $NA49/etc/na49_env.sh

SIMDIR=/afs/cern.ch/user/r/rkorus/public/kstar/geant
SIMFILE=sim_kstar_01.ds
OUTFILE=emb_kstar_01.ds
RAWFILE=//CERN/NA49/RAW/R00G/3905/002
fmsh use $RAWFILE

cd /afs/cern.ch/user/r/rkorus/public/kstar/emb

run 3905 -f Setup -256 -d all -MC -i mtsim:$SIMDIR/$SIMFILE,$RAWFILE -n $NEVENT -o $OUTFILE
exit 0