]> git.uio.no Git - u/mrichter/AliRoot.git/commitdiff
CRTv1, GenCRT modules added
authorgamez <gamez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 7 Oct 2002 11:29:20 +0000 (11:29 +0000)
committergamez <gamez@f7af4fe6-9843-0410-8265-dc069ae4e863>
Mon, 7 Oct 2002 11:29:20 +0000 (11:29 +0000)
CRT/CRTLinkDef.h
CRT/Makefile
CRT/libCRT.pkg

index 0b39a244b7005bc814bc71de642125c7e6ff7f32..6aea69d7f531e3739e746aec150d9a0e9193f199 100644 (file)
@@ -8,11 +8,13 @@
 #pragma link off all classes;
 #pragma link off all functions;
 
 #pragma link off all classes;
 #pragma link off all functions;
 
+#pragma link C++ enum   ECRMode;
 #pragma link C++ class  AliCRT+;
 #pragma link C++ class  AliCRTConstants+;
 #pragma link C++ class  AliCRTv0+;
 #pragma link C++ class  AliCRTdigit+;
 #pragma link C++ class  AliCRThit+;
 #pragma link C++ class  AliCRT+;
 #pragma link C++ class  AliCRTConstants+;
 #pragma link C++ class  AliCRTv0+;
 #pragma link C++ class  AliCRTdigit+;
 #pragma link C++ class  AliCRThit+;
-
+#pragma link C++ class  AliGenCRT+;
+#pragma link C++ class  AliCRTv1+;
 
 #endif
 
 #endif
index 70ff05de43b925dfcb91167fd20ae5afed8b60ec..5a050d90ac103790edd4a7943c3532702242035b 100644 (file)
@@ -5,11 +5,11 @@
 include $(ALICE_ROOT)/conf/GeneralDef
 include $(ALICE_ROOT)/conf/MachineDef.$(ALICE_TARGET)
 
 include $(ALICE_ROOT)/conf/GeneralDef
 include $(ALICE_ROOT)/conf/MachineDef.$(ALICE_TARGET)
 
-PACKAGE = TOF
+PACKAGE = CRT
 
 # C++ sources
 
 
 # C++ sources
 
-SRCS  = AliCRT.cxx AliCRTv0.cxx AliCRThit.cxx AliCRTdigit.cxx AliCRTConstants.cxx
+SRCS  = AliCRT.cxx AliCRTv0.cxx AliCRTv1.cxx AliGenCRT.cxx AliCRThit.cxx AliCRTdigit.cxx AliCRTConstants.cxx 
 
 # C++ Headers
 
 
 # C++ Headers
 
index 0fd0bd8a7b21272af6b893903b476de5b29db1f0..cf6ea670943a4c92de65288c8a8cc02ab04a0047 100644 (file)
@@ -1,4 +1,4 @@
-SRCS = AliCRT.cxx AliCRTConstants.cxx AliCRTv0.cxx AliCRTdigit.cxx AliCRThit.cxx
+SRCS = AliCRT.cxx AliCRTConstants.cxx AliCRTv0.cxx AliCRTdigit.cxx AliCRThit.cxx AliGenCRT.cxx AliCRTv1.cxx
 
 HDRS:= $(SRCS:.cxx=.h)
 
 
 HDRS:= $(SRCS:.cxx=.h)