]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/AlirootRun_MUONtestlong.sh
Adding MuonSim.SetMakeTrigger(MUON); now required by the new CTP framework (Christian)
[u/mrichter/AliRoot.git] / MUON / AlirootRun_MUONtestlong.sh
index bd30cae49cca6a1d34b53bf9c6059577801311f9..b987bd610b89e217896e21d42ee9944ed647841f 100755 (executable)
@@ -38,9 +38,15 @@ fi
 echo "Running simulation  ..."
 
 aliroot -b >& testSim.out << EOF  
+// Uncoment following lines to run simulation with local residual mis-alignment
+// (generated via MUONGenerateGeometryData.C macro)
+// AliCDBManager* man = AliCDBManager::Instance();
+// man->SetDefaultStorage("local://$ALICE_ROOT");
+// man->SetSpecificStorage("MUON","local://$ALICE_ROOT/MUON/ResMisAlignCDB");
 gRandom->SetSeed($SEED);
 AliCDBManager::Instance()->SetDefaultStorage("$CDB");
 AliSimulation MuonSim("$ALICE_ROOT/MUON/Config.C");
+MuonSim.SetMakeTrigger("MUON");
 MuonSim.Run($NEVENTS); 
 .q
 EOF