]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/loadlibs.C
Change in calculation of rapidity, include case in which numerically e == pz.
[u/mrichter/AliRoot.git] / macros / loadlibs.C
index cbcc2f62232ca292af912dd9dd19d83903a8d580..ac1ca78b84d2d6f214d64522a4df2d5c148fefdf 100644 (file)
@@ -30,4 +30,5 @@ void loadlibs ()
   gSystem->Load("$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET)/libITS");
   gSystem->Load("$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET)/libCASTOR");
   gSystem->Load("$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET)/libSTART");
+  gSystem->Load("$(ALICE_ROOT)/lib/tgt_$(ALICE_TARGET)/libEMCAL");
 }