examples/testing/ttbar/Makefile

00001 ############## Make tests ###########################
00002 include ../test.inc
00003 
00004 NAME_BENCHMARK=mc-tester.root-ttbar-10M
00005 
00006 
00007 CONF=pythia_ttbar.conf
00008 NAME=ttbar
00009 
00010 PROGRAM=$(PHOTOS_ONLY)
00011 PYTHIA_MODE =$(PP_MODE)
00012 SPECIAL_MODE=$(TOP_MODE)
00013 
00014 tester.$(NAME).pdf: mc-tester.$(NAME).root
00015         $(COMPARE) $(NAME_BENCHMARK) mc-tester.$(NAME).root
00016         mv tester.pdf tester.$(NAME).pdf
00017         $(VIEWER) tester.$(NAME).pdf &
00018         @echo
00019         @echo "IMPORTANT:"
00020         @echo "Following example is missing hadronization of b b_bar pair."
00021         @echo
00022         @echo "Error messages redirected to /dev/null due to large output from Pythia"
00023         @echo
00024 
00025 mc-tester.$(NAME).root: $(PROGRAM) $(CONF)
00026         $(PROGRAM) $(CONF) $(PYTHIA_MODE) $(EVENTS) $(SPECIAL_MODE) 2>/dev/null
00027         mv mc-tester.root mc-tester.$(NAME).root
00028 
00029 clean:
00030         rm -rf *~ booklet* tester* mc-results* 
00031         rm -rf MC-TESTER.DAT *_C.so *_C.d
00032 
00033 clobber: clean
00034         rm -f mc-tester.$(NAME).root
Generated on Sun Oct 20 20:23:56 2013 for C++InterfacetoPHOTOS by  doxygen 1.6.3