From: morsch Date: Tue, 2 Mar 2004 14:17:11 +0000 (+0000) Subject: Two new classes added. X-Git-Url: http://git.uio.no/git/?a=commitdiff_plain;h=f2c1e6290d1d0b412be78766c1f98a5313dfcf85;hp=e8f0734bb0a680c2028a3f8930199605c6d179f0;p=u%2Fmrichter%2FAliRoot.git Two new classes added. --- diff --git a/FASTSIM/FASTSIMLinkDef.h b/FASTSIM/FASTSIMLinkDef.h index 59347cb1b2c..897f7d11c5c 100644 --- a/FASTSIM/FASTSIMLinkDef.h +++ b/FASTSIM/FASTSIMLinkDef.h @@ -19,6 +19,7 @@ #pragma link C++ class AliMUONFastTracking+; #pragma link C++ class AliMUONFastTrackingEntry+; #pragma link C++ class AliFastGlauber+; +#pragma link C++ class AliQuenchingWeights+; #endif diff --git a/FASTSIM/libFASTSIM.pkg b/FASTSIM/libFASTSIM.pkg index 2271952b01e..170e54dacd9 100644 --- a/FASTSIM/libFASTSIM.pkg +++ b/FASTSIM/libFASTSIM.pkg @@ -9,7 +9,8 @@ AliFastMuonTrackingRes.cxx \ AliFastMuonTriggerEff.cxx \ AliMUONFastTracking.cxx \ AliMUONFastTrackingEntry.cxx \ -AliFastGlauber.cxx +AliFastGlauber.cxx \ +AliQuenchingWeights.cxx HDRS:= $(SRCS:.cxx=.h)