From 0eb9033fca104620345ead4933b0962fec859235 Mon Sep 17 00:00:00 2001 From: masera Date: Wed, 30 Apr 2014 09:51:53 +0200 Subject: [PATCH] Cellular Automaton based SA tracker - first skeleton --- ITS/UPGRADE/CMakelibITSUpgradeRec.pkg | 4 ++++ ITS/UPGRADE/ITSUpgradeRecLinkDef.h | 1 + 2 files changed, 5 insertions(+) mode change 100644 => 100755 ITS/UPGRADE/CMakelibITSUpgradeRec.pkg mode change 100644 => 100755 ITS/UPGRADE/ITSUpgradeRecLinkDef.h diff --git a/ITS/UPGRADE/CMakelibITSUpgradeRec.pkg b/ITS/UPGRADE/CMakelibITSUpgradeRec.pkg old mode 100644 new mode 100755 index afdc6339487..7b858e14318 --- a/ITS/UPGRADE/CMakelibITSUpgradeRec.pkg +++ b/ITS/UPGRADE/CMakelibITSUpgradeRec.pkg @@ -37,6 +37,7 @@ set ( SRCS AliITSUClusterPix.cxx AliITSUSeed.cxx AliITSUTrackerGlo.cxx + AliITSUTrackerSA.cxx AliITSUTrackCond.cxx AliITSUTrackHyp.cxx AliITSUMatLUT.cxx @@ -58,6 +59,9 @@ string ( REPLACE ".cxx" ".h" HDRS "${SRCS}" ) set ( DHDR ITSUpgradeRecLinkDef.h) +#set_source_files_properties( AliITSUTrackerSA.cxx PROPERTIES COMPILE_FLAGS "-O3 -ftree-vectorize -ffast-math -std=gnu++11" ) + set ( EINCLUDE TPC RAW ITS ITS/UPGRADE ITS/UPGRADE/v0 STEER/STEER STEER/ESD STEER/STEERBase) +set ( EXPORT UPGRADE/AliITSUTrackerSAaux.h ) # set ( EXPORT AliITStrackV2.h AliITSVertexer.h AliITSRecoParam.h) diff --git a/ITS/UPGRADE/ITSUpgradeRecLinkDef.h b/ITS/UPGRADE/ITSUpgradeRecLinkDef.h old mode 100644 new mode 100755 index 917082fffe3..6bb7fa3888a --- a/ITS/UPGRADE/ITSUpgradeRecLinkDef.h +++ b/ITS/UPGRADE/ITSUpgradeRecLinkDef.h @@ -23,6 +23,7 @@ #pragma link C++ class AliITSUClusterPix+; #pragma link C++ class AliITSUSeed+; #pragma link C++ class AliITSUTrackerGlo+; +#pragma link C++ class AliITSUTrackerSA+; #pragma link C++ class AliITSUTrackCond+; #pragma link C++ class AliITSUTrackHyp+; #pragma link C++ class AliITSUMatLUT+; -- 2.43.0