]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - MUON/runSimulation.C
Merging of the three alignment macros into one
[u/mrichter/AliRoot.git] / MUON / runSimulation.C
index ab56790a00d6b0b3e6a8827926c68731aa9ba8ee..a120d274da41718335db1859dc55559089549739 100644 (file)
@@ -34,8 +34,8 @@ void runSimulation(int seed, int nevents, const char* config)
 // 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/Align/Data","local://$ALICE_ROOT/MUON/ResMisAlignCDB");
+// man->SetDefaultStorage("local://$ALICE_ROOT/OCDB");
+// man->SetSpecificStorage("MUON/Align/Data","local://$ALICE_ROOT/OCDB/MUON/ResMisAlignCDB");
 
   AliSimulation MuonSim(config);
   MuonSim.SetSeed(seed);
@@ -46,8 +46,10 @@ void runSimulation(int seed, int nevents, const char* config)
   MuonSim.SetMakeSDigits("MUON");
   MuonSim.SetMakeDigitsFromHits("");
 
-  MuonSim.SetRunQA("MUON:ALL");
+  MuonSim.SetRunHLT(""); // disable HLT for the time being
 
+  MuonSim.SetRunQA("MUON:ALL");
+  
   MuonSim.Run(nevents);
   //gObjectTable->Print();