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 without embedding
This is a script to run reconstruction without 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=rec_kstar_01.ds
cd /afs/cern.ch/user/r/rkorus/public/kstar/rec
run
3905 -f
Setup
-256 -d all -MC -i
mtsim
:$SIMDIR/$SIMFILE -n $NEVENT -o
$OUTF$
exit 0