]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
AliFastGlauber added.
authormorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 19 May 2003 15:02:02 +0000 (15:02 +0000)
committermorsch <morsch@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 19 May 2003 15:02:02 +0000 (15:02 +0000)
FASTSIM/FASTSIMLinkDef.h
FASTSIM/libFASTSIM.pkg

index cf79f61b109b396cc08578f6e284113ac1d297d0..59347cb1b2cbc3f241af5011a0318e4efec52823 100644 (file)
@@ -18,7 +18,7 @@
 #pragma link C++ class  AliFastMuonTriggerEff+;
 #pragma link C++ class  AliMUONFastTracking+;
 #pragma link C++ class  AliMUONFastTrackingEntry+;
-
+#pragma link C++ class  AliFastGlauber+;
 #endif
 
 
index 78cf214c1d013af82133835193da8efab656e822..2271952b01e6a8bd13043cce77adfb3f105c329a 100644 (file)
@@ -8,7 +8,8 @@ AliFastMuonTrackingEff.cxx \
 AliFastMuonTrackingRes.cxx \
 AliFastMuonTriggerEff.cxx \
 AliMUONFastTracking.cxx \
-AliMUONFastTrackingEntry.cxx
+AliMUONFastTrackingEntry.cxx \
+AliFastGlauber.cxx
 
 
 HDRS:= $(SRCS:.cxx=.h)