From: pedro Date: Mon, 6 Aug 2007 17:53:51 +0000 (+0000) Subject: Add Shuttle utilities class X-Git-Url: http://git.uio.no/git/?p=u%2Fmrichter%2FAliRoot.git;a=commitdiff_plain;h=43208e3dddf3fb198b7afd1a5cda0fb104a942a5 Add Shuttle utilities class --- diff --git a/ACORDE/ACORDEbaseLinkDef.h b/ACORDE/ACORDEbaseLinkDef.h index e2be43c95c1..ad758b2a5fc 100644 --- a/ACORDE/ACORDEbaseLinkDef.h +++ b/ACORDE/ACORDEbaseLinkDef.h @@ -14,5 +14,7 @@ #pragma link C++ class AliACORDEhit+; #pragma link C++ class AliGenACORDE+; #pragma link C++ class AliACORDEModule+; - +#pragma link C++ class AliACORDECalibModule+; +#pragma link C++ class AliACORDEDataModule+; +#pragma link C++ class AliACORDEPreprocessor+; #endif diff --git a/ACORDE/libACORDEbase.pkg b/ACORDE/libACORDEbase.pkg index 313cca05cf3..b1c1ac82e11 100644 --- a/ACORDE/libACORDEbase.pkg +++ b/ACORDE/libACORDEbase.pkg @@ -1,6 +1,9 @@ SRCS = AliACORDE.cxx AliACORDEConstants.cxx AliACORDEModule.cxx \ - AliGenACORDE.cxx AliACORDEhit.cxx AliACORDEdigit.cxx + AliGenACORDE.cxx AliACORDEhit.cxx AliACORDEdigit.cxx \ + AliACORDEPreprocessor.cxx AliACORDECalibModule.cxx \ + AliACORDEDataModule.cxx HDRS:= $(SRCS:.cxx=.h) DHDR:=ACORDEbaseLinkDef.h +