]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TPC/testMC/sim.C
Possibility to specify user defined OCDB path for
[u/mrichter/AliRoot.git] / TPC / testMC / sim.C
index 4a694712493ec02704581527d1d27b46bc55134e..a33d28b94784ca3914a2ae5650ddcbd015784f17 100644 (file)
@@ -1,4 +1,4 @@
-void sim(char * configPath, char * tpcDBpath, Int_t nevents){
+void sim(char * configPath, char * tpcDbpath, Int_t nevents){
   //
   //
   //
@@ -9,7 +9,7 @@ void sim(char * configPath, char * tpcDBpath, Int_t nevents){
 
   AliSimulation sim;
   sim.SetConfigFile(configPath);
-  //sim.SetSpecificStorage("TPC/*/*",tpcDBpath);
+  sim.SetSpecificStorage("TPC/*/*",tpcDbpath);
   sim.Run(nevents);