]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
updated macros to reflect new names
authorsnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 19 Oct 2010 11:23:59 +0000 (11:23 +0000)
committersnelling <snelling@f7af4fe6-9843-0410-8265-dc069ae4e863>
Tue, 19 Oct 2010 11:23:59 +0000 (11:23 +0000)
PWG2/FLOW/Documentation/examples/plotGlauberMCexample.C
PWG2/FLOW/Documentation/examples/runGlauberMCexample.C

index af4cae92ddbb4d72a39889d51725e38e783be10b..1ee8f310a5b01b57c75be62ded3225421d409439 100644 (file)
   c->cd(3);
   t->Draw("VarE:Npart","","prof");
   c->cd(4);
-  t->Draw("VarEpart:Npart","","prof");
+  t->Draw("VarEPart:Npart","","prof");
   c->cd(5);
-  t->Draw("Mult:B");
+  t->Draw("dNdEta:B");
   c->cd(6);
-  t->Draw("MultGBW:B");
+  t->Draw("dNdEtaGBW:B");
 
   c->cd(0);
 
index 7f345f1e191fac6f26c1bbcabff55437e61779d4..c10a5b2ac71f73c7c24a9091cfec9437135abaef 100644 (file)
@@ -1,10 +1,10 @@
 {
   //load libraries
 gSystem->SetBuildDir("/tmp");
 gROOT->LoadMacro("$ALICE_ROOT/PWG2/FLOW/AliFlowTools/glauberMC/AliGlauberNucleon.cxx+");
 gROOT->LoadMacro("$ALICE_ROOT/PWG2/FLOW/AliFlowTools/glauberMC/AliGlauberNucleus.cxx+");
 gROOT->LoadMacro("$ALICE_ROOT/PWG2/FLOW/AliFlowTools/glauberMC/AliGlauberMC.cxx+");
-
gSystem->Load("libPWG2flowTools");
//  gSystem->SetBuildDir("/tmp");
//  gROOT->LoadMacro("$ALICE_ROOT/PWG2/FLOW/AliFlowTools/glauberMC/AliGlauberNucleon.cxx+");
//  gROOT->LoadMacro("$ALICE_ROOT/PWG2/FLOW/AliFlowTools/glauberMC/AliGlauberNucleus.cxx+");
+ //  gROOT->LoadMacro("$ALICE_ROOT/PWG2/FLOW/AliFlowTools/glauberMC/AliGlauberMC.cxx+");
 
   Int_t nevents = 10000; // number of events to simulate 
   // supported systems are e.g. "p", "d", "Si", "Au", "Pb", "U"