]> 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 2ab1fe601c79eb58096af0f27e2b0a2737ef26c3..c0356b5a5b10359b93dd310bd326a36f00ba51e7 100644 (file)
@@ -69,10 +69,12 @@ set ( SRCS
     Cal/AliTRDCalOnlineGainTableROC.cxx
     Cal/AliTRDCalOnlineGainTableMCM.cxx
     Cal/AliTRDCalOnlineGainTableROC.h
+    Cal/AliTRDCalTrapConfig.cxx
     AliTRDCalibraFit.cxx
     AliTRDCalibraMode.cxx
     AliTRDCalibraVector.cxx
     AliTRDCalibraVdriftLinearFit.cxx
+    AliTRDCalibraExbAltFit.cxx
     AliTRDCalibPadStatus.cxx
     AliTRDCalibChamberStatus.cxx
     AliTRDCalibViewer.cxx
@@ -102,6 +104,7 @@ set ( SRCS
     AliTRDhit.cxx
     AliTRDrecoParam.cxx
     AliTRDSimParam.cxx
+    AliTRDonlineTrackMatching.cxx
    )
 
 string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
@@ -109,3 +112,34 @@ string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" )
 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
+  AliTRDarrayADC.h
+  AliTRDdigitsParam.h
+  AliTRDReconstructor.h 
+  AliTRDhit.h
+  AliTRDgtuParam.h
+  AliTRDarrayADC.h
+  AliTRDdigitsManager.h 
+  AliTRDpadPlane.h
+  AliTRDrecoParam.h
+  AliTRDseedV1.h
+  AliTRDtrackV1.h
+  AliTRDtrackletBase.h
+  AliTRDtrackletWord.h
+  AliTRDtrackletMCM.h
+  AliTRDtrackGTU.h
+  AliTRDtrackletGTU.h
+   )