examples/testing/ScalNLO/Makefile
1 ############## Make tests ###########################
2 include ../test.inc
3 
4 NAME_BENCHMARK=mc-tester.root-1000M-NLO-EXP
5 # Or use other benchmark reference files:
6 #NAME_BENCHMARK=mc-tester.root-1000M-LO-EXP
7 #NAME_BENCHMARK=mc-tester.root-1000M-LO-1-phot
8 #NAME_BENCHMARK=mc-tester.root-1000M-NLO-1-phot
9 
10 CONF=pythia_Z.conf
11 NAME=ScalarNLO
12 
13 PROGRAM=$(PHOTOS_TAUOLA)
14 TAUOLA_MODE=$(K-STAR_MODE)
15 
16 ONE_PHOTON_MODE= 0
17 USE_NLO = 1
18 
19 tester.$(NAME).pdf: mc-tester.$(NAME).root
20  $(COMPARE) $(NAME_BENCHMARK) mc-tester.$(NAME).root
21  mv tester.pdf tester.$(NAME).pdf
22  $(VIEWER) tester.$(NAME).pdf &
23 
24 mc-tester.$(NAME).root: $(PROGRAM) $(CONF)
25  $(PROGRAM) $(CONF) $(EVENTS) $(TAUOLA_MODE) $(ONE_PHOTON_MODE) $(USE_NLO)
26  mv mc-tester.root mc-tester.$(NAME).root
27 
28 clean:
29  rm -rf *~ booklet* tester* mc-results*
30  rm -rf MC-TESTER.DAT *_C.so *_C.d
31 
32 clobber: clean
33  rm -f mc-tester.$(NAME).root