]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MFT/runMFT.sh
AliAnaInsideClusterInvariantMass: Finalize the factorization of histogram filling...
[u/mrichter/AliRoot.git] / MFT / runMFT.sh
index 7d0c2b2fea5b0284a7ae9a3ab165df1fd9c51b4c..f0e432607672f03bb03f5cd3b07eada227422fdc 100644 (file)
@@ -8,7 +8,7 @@ echo $CURDIR
 OUTDIR=${CURDIR}/test
 echo $OUTDIR
 mkdir $OUTDIR
-RUN=130850  # run number for OCDB access
+RUN=169099  # run number for OCDB access
 SEED=12345  # random number generator seed should be used
 SIMDIR="generated" # sub-directory where to move simulated files prior to reco
 # Copy *ALL* the macros we need in the output directory, not to mess
@@ -19,6 +19,7 @@ cp $ALICE_ROOT/MFT/.rootrc \
    $ALICE_ROOT/MFT/runReconstruction.C \
    $ALICE_ROOT/MFT/runSimulation.C \
    $ALICE_ROOT/MFT/AliMuonForwardTrackFinder.C \
+   $ALICE_ROOT/MFT/FilterMuonGlobalTracks.C \
    $ALICE_ROOT/MFT/AliMFTClusterQA.C \
    $ALICE_ROOT/MFT/AliMFTGeometry.root \
    $OUTDIR 
@@ -41,9 +42,21 @@ cd $OUTDIR
   rm -f AliESD*.root *QA*.root
   echo "Running reconstruction  ..."
   cd $OUTDIR
+
   aliroot -l -b -q runReconstruction.C\($SEED,\""SAVEDIGITS"\"\) >$OUTDIR/testReco.out 2>$OUTDIR/testReco.err
-  aliroot -l -b -q AliMuonForwardTrackFinder.C\(\) >$OUTDIR/globalTracking.out 2>$OUTDIR/globalTracking.err
+
   aliroot -l -b -q AliMFTClusterQA.C\(\) >$OUTDIR/mftClusterQA.out 2>$OUTDIR/mftClusterQA.err
+
+  aliroot -l -b -q AliMuonForwardTrackFinder.C\($RUN,1\) >$OUTDIR/globalTracking.withBransonCorrection.out 2>$OUTDIR/globalTracking.withBransonCorrection.err
+  mv MuonGlobalTracking.QA.run$RUN.root MuonGlobalTracking.QA.run$RUN.withBransonCorrection.root 
+  mv MuonGlobalTracks.root MuonGlobalTracks.withBransonCorrection.root 
+
+  aliroot -l -b -q AliMuonForwardTrackFinder.C\($RUN,0\) >$OUTDIR/globalTracking.withoutBransonCorrection.out 2>$OUTDIR/globalTracking.withoutBransonCorrection.err
+  mv MuonGlobalTracking.QA.run$RUN.root MuonGlobalTracking.QA.run$RUN.withoutBransonCorrection.root 
+  mv MuonGlobalTracks.root MuonGlobalTracks.withoutBransonCorrection.root 
+
+  aliroot -l -b -q FilterMuonGlobalTracks.C+\(\) >$OUTDIR/filterGlobalTracks.out 2>$OUTDIR/filterGlobalTracks.err
+
 echo "Finished"  
 echo "... see results in $OUTDIR"
 ls -latr