examples/testing/ScalNLO/Makefile
00001 ############## Make tests ###########################
00002 include ../test.inc
00003
00004 NAME_BENCHMARK=mc-tester.root-1000M-NLO-EXP
00005 # Or use other benchmark reference files:
00006 #NAME_BENCHMARK=mc-tester.root-1000M-LO-EXP
00007 #NAME_BENCHMARK=mc-tester.root-1000M-LO-1-phot
00008 #NAME_BENCHMARK=mc-tester.root-1000M-NLO-1-phot
00009
00010 CONF=pythia_Z.conf
00011 NAME=ScalarNLO
00012
00013 PROGRAM=$(PHOTOS_TAUOLA)
00014 PYTHIA_MODE=$(Z_MU_MODE)
00015 TAUOLA_MODE=$(K-STAR_MODE)
00016
00017 ONE_PHOTON_MODE= 0
00018 USE_NLO = 1
00019
00020 tester.$(NAME).pdf: mc-tester.$(NAME).root
00021 $(COMPARE) $(NAME_BENCHMARK) mc-tester.$(NAME).root
00022 mv tester.pdf tester.$(NAME).pdf
00023 $(VIEWER) tester.$(NAME).pdf &
00024
00025 mc-tester.$(NAME).root: $(PROGRAM) $(CONF)
00026 $(PROGRAM) $(CONF) $(PYTHIA_MODE) $(EVENTS) $(TAUOLA_MODE) $(ONE_PHOTON_MODE) $(USE_NLO)
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