Commit in slicPandora on MAIN
Makefile+12-21.13 -> 1.14


slicPandora
Makefile 1.13 -> 1.14
diff -u -r1.13 -r1.14
--- Makefile	8 Jun 2010 21:43:01 -0000	1.13
+++ Makefile	8 Jun 2010 22:58:01 -0000	1.14
@@ -1,4 +1,4 @@
-# $Id: Makefile,v 1.13 2010/06/08 21:43:01 jeremy Exp $
+# $Id: Makefile,v 1.14 2010/06/08 22:58:01 jeremy Exp $
 
 #
 # Makefile for the slicPandora project.  It requires that 
@@ -58,11 +58,21 @@
 CXXFLAGS+="-DPANDORA_RELEASE="$(PANDORA_RELEASE)
 endif
 
-# Debug output for PFO creation.
+# Enable debug output for PFO creation.
 ifdef PFOPROCESSOR_DEBUG
 CXXFLAGS+="-DPFOPROCESSOR_DEBUG=1"
 endif
 
+# Enable debug output for LCIO Track to Pandora conversion.
+ifdef SIMPLETRACKPROCESSOR_DEBUG
+CXXFLAGS+="-DSIMPLETRACKPROCESSOR_DEBUG=1"
+endif
+
+# Enable debug output for converting LCIO CalorimeterHits to Pandora.
+ifdef CALO_PARAMS_DEBUG
+CXXFLAGS+="-DCALO_PARAMS_DEBUG=1"
+endif
+
 # Create library and tests.
 all: libs tests
 
CVSspam 0.2.8