X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;f=MUON%2FAlirootRun_MUONtestlong.sh;h=8702afb956a561f7f937554f5f85b5b01c8d45ca;hb=86fc30dceb2dae6deb8e7c501ec95b7439417a8d;hp=2c3caf2d96f359c6f0e04db742a37870b5c0a3ba;hpb=b6675e8fdb64171e5999809334ad52d9c3dbe01c;p=u%2Fmrichter%2FAliRoot.git diff --git a/MUON/AlirootRun_MUONtestlong.sh b/MUON/AlirootRun_MUONtestlong.sh index 2c3caf2d96f..8702afb956a 100755 --- a/MUON/AlirootRun_MUONtestlong.sh +++ b/MUON/AlirootRun_MUONtestlong.sh @@ -12,7 +12,7 @@ cd $OUTDIR FULLPATH="$CURDIR/$OUTDIR" # Minimum number of events to have enough stat. for invariant mass fit # 10000 is ok, 20000 is really fine -NEVENTS=10 +NEVENTS=100 SEED=1234567 @@ -23,7 +23,7 @@ aliroot -b >& testSim.out << EOF // (generated via MUONGenerateGeometryData.C macro) // AliCDBManager* man = AliCDBManager::Instance(); // man->SetDefaultStorage("local://$ALICE_ROOT"); -// man->SetSpecificStorage("MUON","local://$ALICE_ROOT/MUON/ResMisAlignCDB"); +// man->SetSpecificStorage("MUON/Align/Data","local://$ALICE_ROOT/MUON/ResMisAlignCDB"); gRandom->SetSeed($SEED); AliSimulation MuonSim("$ALICE_ROOT/MUON/Config.C"); MuonSim.SetMakeTrigger("MUON"); @@ -35,13 +35,14 @@ echo "Running reconstruction ..." aliroot -b >& testReco.out << EOF gRandom->SetSeed($SEED); -AliMagFMaps* field = new AliMagFMaps("Maps","Maps", 1, 1., 10., AliMagFMaps::k4kG); +AliMagFMaps* field = new AliMagFMaps("Maps","Maps", 1, 1., 10., AliMagFMaps::k5kG); AliTracker::SetFieldMap(field, kFALSE); AliReconstruction MuonRec("galice.root"); MuonRec.SetRunTracking(""); MuonRec.SetRunVertexFinder(kFALSE); MuonRec.SetRunLocalReconstruction("MUON"); MuonRec.SetFillESD("MUON"); +MuonRec.SetLoadAlignData("MUON") MuonRec.Run(); .q EOF @@ -50,7 +51,7 @@ echo "Running Trigger efficiency ..." aliroot -b >& testTriggerResults.out << EOF .L $ALICE_ROOT/MUON/MUONTriggerEfficiency.C+ -MUONTriggerEfficiency(); +MUONTriggerEfficiency("galice.root",0); .q EOF