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