]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - TRD/CMakelibTRDbase.pkg
- remove legacy code from TRD rawstream, e.g. writing of tracklets
[u/mrichter/AliRoot.git] / TRD / CMakelibTRDbase.pkg
index bf31e8ca92804c52e59d6019db55d3ce8dfd12b6..c0356b5a5b10359b93dd310bd326a36f00ba51e7 100644 (file)
@@ -104,6 +104,7 @@ set ( SRCS
     AliTRDhit.cxx
     AliTRDrecoParam.cxx
     AliTRDSimParam.cxx
+    AliTRDonlineTrackMatching.cxx
    )
 
 string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
@@ -112,6 +113,16 @@ set ( DHDR  TRDbaseLinkDef.h)
 
 set ( EINCLUDE  RAW TRD/Cal STEER/STEER STEER/CDB STEER/ESD STEER/STEERBase)
 
+if (TRD_RAW_CRC)
+  message ( STATUS "CRC support for AliTRDrawStream enabled" )
+  set ( EDEFINE "${EDEFINE} -DTRD_RAW_CRC" )
+endif (TRD_RAW_CRC)
+
+if (TRD_RAW_DEBUG)
+  message ( STATUS "Debug support for AliTRDrawStream enabled" )
+  set ( EDEFINE "${EDEFINE} -DTRD_RAW_DEBUG" )
+endif (TRD_RAW_DEBUG)
+
 set ( EXPORT 
   Cal/AliTRDCalPID.h 
   AliTRDgeometry.h