]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - prod/LHC08d5/sim.C
Removing obsolete macros
[u/mrichter/AliRoot.git] / prod / LHC08d5 / sim.C
diff --git a/prod/LHC08d5/sim.C b/prod/LHC08d5/sim.C
deleted file mode 100644 (file)
index 649fb6c..0000000
+++ /dev/null
@@ -1,18 +0,0 @@
-void sim(Int_t nev=10) {
-
-  AliSimulation simu;
-  simu.SetMakeSDigits("TRD TOF PHOS HMPID EMCAL MUON FMD ZDC PMD T0 VZERO");
-  simu.SetMakeDigitsFromHits("ITS TPC");
-
-  simu.SetDefaultStorage("alien://Folder=/alice/simulation/2008/v4-15-Release/Ideal");
-
-  // No write access to the OCDB => specific storage
-  simu.SetSpecificStorage("GRP/GRP/Data",
-                              Form("local://%s",gSystem->pwd()));
-
-  TStopwatch timer;
-  timer.Start();
-  simu.Run(nev);
-  timer.Stop();
-  timer.Print();
-}