]> git.uio.no Git - u/mrichter/AliRoot.git/blame - MUON/AlirootRun_MUONtest.script
Changing name of libRAW into libRAWData
[u/mrichter/AliRoot.git] / MUON / AlirootRun_MUONtest.script
CommitLineData
0965e225 1aliroot -b << EOF
2AliSimulation MuonSim("$ALICE_ROOT/MUON/Config.C")
3MuonSim.Run(10)
4.q
5EOF
6
7aliroot -b << EOF
8TPluginManager* pluginManager = gROOT->GetPluginManager();
9pluginManager->AddHandler("AliReconstructor", "MUON","AliMUONReconstructor", "MUON","AliMUONReconstructor()")
10AliReconstruction MuonRec("galice.root")
11MuonRec.SetRunTracking("")
12MuonRec.SetRunVertexFinder(kFALSE)
13MuonRec.SetRunLocalReconstruction("MUON")
14MuonRec.SetFillESD("MUON")
15MuonRec.Run()
16.q
17EOF
18
19aliroot -b << EOF
20.includepath $ALICE_ROOT/STEER
21.includepath $ALICE_ROOT/MUON
22.L $ALICE_ROOT/MUON/MUONmassPlot_ESD.C++
23MUONmassPlot("galice.root",0,24999);
24.q
25EOF