]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - PHOS/Makefile
The test suite was modified to add the mel recipeint. The Makefile has a fast (make...
[u/mrichter/AliRoot.git] / PHOS / Makefile
index 695003442c89fa36511c2aa33be47a23eceacbba..4119e28fca1dd0b18b45e094d558005be24170ac 100644 (file)
@@ -9,20 +9,31 @@ PACKAGE = PHOS
 
 # C++ sources
 
-SRCS          =  AliPHOS.cxx AliPHOSv0.cxx AliPHOSv1.cxx AliPHOSv2.cxx AliPHOSHit.cxx \
+SRCS          =  AliPHOS.cxx AliPHOSv0.cxx AliPHOSv1.cxx \
+                 AliPHOSvFast.cxx AliPHOSvImpacts.cxx \
+                 AliPHOSImpact.cxx \
+                 AliPHOSHit.cxx AliPHOSTick.cxx\
                  AliPHOSGeometry.cxx \
-                 AliPHOSDigit.cxx  \
-                 AliPHOSRecPoint.cxx AliPHOSEmcRecPoint.cxx AliPHOSPpsdRecPoint.cxx \
-                AliPHOSClusterizer.cxx AliPHOSClusterizerv1.cxx  AliPHOSLink.cxx \
+                AliPHOSEMCAGeometry.cxx \
+                AliPHOSCPVGeometry.cxx AliPHOSCPVBaseGeometry.cxx \
+                AliPHOSSupportGeometry.cxx \
+                AliPHOSCPVDigit.cxx AliPHOSDigit.cxx  \
+                 AliPHOSRecPoint.cxx AliPHOSEmcRecPoint.cxx \
+                AliPHOSCpvRecPoint.cxx \
+                AliPHOSClusterizer.cxx AliPHOSClusterizerv1.cxx  \
+                 AliPHOSLink.cxx AliPHOSSDigitizer.cxx AliPHOSDigitizer.cxx\
                 AliPHOSReconstructioner.cxx  AliPHOSTrackSegment.cxx \
                  AliPHOSTrackSegmentMaker.cxx AliPHOSTrackSegmentMakerv1.cxx \
                  AliPHOSRecParticle.cxx AliPHOSPID.cxx AliPHOSPIDv1.cxx \
-                 AliPHOSAnalyze.cxx  AliPHOSvFast.cxx AliPHOSFastRecParticle.cxx \
-                 AliPHOSIndexToObject.cxx \
+                 AliPHOSAnalyze.cxx AliPHOSFastRecParticle.cxx \
+                 AliPHOSGetter.cxx AliPHOSTick.cxx \
+                AliPHOSQAVirtualCheckable.cxx AliPHOSQAIntCheckable.cxx \
+                 AliPHOSQAFloatCheckable.cxx\
+                 AliPHOSQAObjectCheckable.cxx AliPHOSQAChecker.cxx AliPHOSQAMeanChecker.cxx AliPHOSQAAlarm.cxx
 
 # C++ Headers
 
-HDRS          = $(SRCS:.cxx=.h) PHOSLinkDef.h
+HDRS          = $(SRCS:.cxx=.h) $(ROOTSYS)/include/TTree.h PHOSLinkDef.h
 
 # Library dictionary
 
@@ -57,11 +68,7 @@ depend:                              $(SRCS)
 TOCLEAN                =        $(OBJS) *Cint.cxx *Cint.h
 
 CHECKS        = $(patsubst %.cxx,check/%.viol,$(SRCS))
-REVENGS       = $(patsubst %.cxx,check/%.ii,$(SRCS))
 
-# IRST reverse engineering
-reveng : $(REVENGS)
-       @$(REV_ENG) $(REVENGS)
 ############################### General Macros ################################
 
 include $(ALICE_ROOT)/conf/GeneralMacros
@@ -71,8 +78,25 @@ include $(ALICE_ROOT)/conf/GeneralMacros
 -include tgt_$(ALICE_TARGET)/Make-depend 
 
 
-
-
+test:  
+               @echo " ____________________________________________________________ "
+               @echo " "
+               @echo " Starting the test of the simulation/reconstruction software. Please don't take the warning messages into account. "
+               @echo " ____________________________________________________________ "
+               @aliroot -b -q "testsim.C(100)" > out
+               @aliroot -b -q testsimglobal.C > out
+               @rm out
+               @rm testPHOS.root
+
+test10:        
+               @echo " ____________________________________________________________ "
+               @echo " "
+               @echo " Starting the test of the simulation/reconstruction software. Please don't take the warning messages into account. "
+               @echo " ____________________________________________________________ "
+               @aliroot -b -q "testsim.C(10)" > out
+               @aliroot -b -q testsimglobal.C > out
+               @rm out
+               @rm testPHOS.root