]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
Set CDB specific storage for MUON/Align/Data only, no need to copy Calib
authorivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Mar 2007 13:08:51 +0000 (13:08 +0000)
committerivana <ivana@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 20 Mar 2007 13:08:51 +0000 (13:08 +0000)
CDB anymore.
(Javier)

MUON/AlirootRun_MUONtestAlign.sh

index 37d4586be989380be423b9dca087ccefd6b401c4..55dcf18afb24156a002b3a9eca69cb0038b41df6 100755 (executable)
@@ -24,8 +24,6 @@ gAlice->Init("$ALICE_ROOT/MUON/Config.C");
 .q
 EOF
 
-cp -r $ALICE_ROOT/MUON/Calib FullMisAlignCDB/MUON/
-
 echo "Running simulation  ..."
 
 aliroot -b  >& testSim.out << EOF 
@@ -33,7 +31,7 @@ aliroot -b  >& testSim.out << EOF
 // (generated via MUONGenerateGeometryData.C macro)
 AliCDBManager* man = AliCDBManager::Instance();
 man->SetDefaultStorage("local://$ALICE_ROOT");
-man->SetSpecificStorage("MUON","local://FullMisAlignCDB");
+man->SetSpecificStorage("MUON/Align/Data","local://FullMisAlignCDB");
 gRandom->SetSeed($SEED);
 AliSimulation MuonSim("$ALICE_ROOT/MUON/Config.C");
 MuonSim.SetMakeTrigger("MUON");
@@ -46,9 +44,11 @@ echo "Running reconstruction  ..."
 
 aliroot -b >& testReco.out << EOF
 gRandom->SetSeed($SEED);
+AliMagFMaps* field = new AliMagFMaps("Maps","Maps", 1, 1., 10., AliMagFMaps::k5kG);
+AliTracker::SetFieldMap(field, kFALSE);
 AliReconstruction MuonRec("galice.root");
 MuonRec.SetInput("$FULLPATH/");
-MuonRec.SetRunTracking("");
+MuonRec.SetRunTracking("MUON");
 MuonRec.SetRunVertexFinder(kFALSE);
 MuonRec.SetRunLocalReconstruction("MUON");
 MuonRec.SetFillESD("MUON");