]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PWG/muondep/AliMuonAccEffSubmitter.cxx
Non-implemented method are commented out or moved to the private part of the class
[u/mrichter/AliRoot.git] / PWG / muondep / AliMuonAccEffSubmitter.cxx
index d4d922c63be9f46b4ce87f9ce434238f3874222c..ab391e8a5f7ffd33f6f75095f97c283521155982 100644 (file)
@@ -182,6 +182,13 @@ fUseAODMerging(kFALSE)
   SetVar("VAR_GENPARAMCUSTOMSINGLE_Y_P2","0.141776");
   SetVar("VAR_GENPARAMCUSTOMSINGLE_Y_P3","0.0130173");
 
+  // some default values for GenBox
+  
+  SetVar("VAR_GENMUBOX_PTMIN","0");
+  SetVar("VAR_GENMUBOX_PTMAX","20");
+  SetVar("VAR_GENMUBOX_YMIN","-4.1");
+  SetVar("VAR_GENMUBOX_YMAX","-2.4");
+
   SetVar("VAR_PYTHIA8_CMS_ENERGY","8000");
   SetVar("VAR_PYTHIA6_CMS_ENERGY","8000");
   
@@ -205,6 +212,9 @@ fUseAODMerging(kFALSE)
   SetVar("VAR_PYTHIA6_INCLUDES","");
   SetVar("VAR_PYTHIA6_SETENV","");
   
+  SetVar("VAR_LHAPDF","liblhapdf");
+  SetVar("VAR_MUONMCMODE","1");
+  
   if ( TString(generator).Contains("pythia8",TString::kIgnoreCase) )
   {
     fMaxEventsPerChunk =  500; // 5000 is not reasonable with Pythia8 (and ITS+MUON...)
@@ -939,7 +949,9 @@ Int_t AliMuonAccEffSubmitter::LocalTest()
   out << "#!/bin/bash" << std::endl;
 //  root.exe -b -q simrun.C  --run <x> --chunk <y> --event <n>
   out << "root.exe -b -q simrun.C --run "<< runs[0] <<" --event " << fFixedNofEvents << std::endl;
+
+  out.close();
+
   gSystem->Exec("chmod +x simrun.sh");
 
   std::cout << "Cleaning up left-over files from previous simulation/reconstructions" << std::endl;