From da4d04d4da701974c1b7af9506ce1a953bbe4ee0 Mon Sep 17 00:00:00 2001 From: Nathan Baltzell Date: Sun, 8 May 2022 10:13:27 -0400 Subject: [PATCH] add new event generator --- .gitmodules | 3 +++ MCEGENpiN_radcorr | 1 + Makefile | 4 +++- versions.json | 4 ++-- 4 files changed, 9 insertions(+), 3 deletions(-) create mode 160000 MCEGENpiN_radcorr diff --git a/.gitmodules b/.gitmodules index 65acb67..7c62e26 100644 --- a/.gitmodules +++ b/.gitmodules @@ -29,3 +29,6 @@ [submodule "clas12-elSpectro"] path = clas12-elSpectro url = https://github.com/dglazier/clas12-elSpectro +[submodule "MCEGENpiN_radcorr"] + path = MCEGENpiN_radcorr + url = https://github.com/maksaska/MCEGENpiN_radcorr diff --git a/MCEGENpiN_radcorr b/MCEGENpiN_radcorr new file mode 160000 index 0000000..f5e4577 --- /dev/null +++ b/MCEGENpiN_radcorr @@ -0,0 +1 @@ +Subproject commit f5e4577e741d9dccd6fb128759ad994aa2c9b030 diff --git a/Makefile b/Makefile index 274c4ed..8de08fa 100644 --- a/Makefile +++ b/Makefile @@ -1,5 +1,5 @@ -SUBDIRS = clasdis claspyth dvcsgen inclusive-dis-rad TCSGen genKYandOnePion JPsiGen twopeg +SUBDIRS = clasdis claspyth dvcsgen inclusive-dis-rad TCSGen genKYandOnePion JPsiGen twopeg MCEGENpiN_radcorr build: mkdir -p bin lib @@ -10,6 +10,7 @@ build: $(MAKE) -C inclusive-dis-rad $(MAKE) -C JPsiGen $(MAKE) -C TCSGen + $(MAKE) -C MCEGENpiN_radcorr # seems twopeg has a non-standard(?) Makefile and requires this instead: cd twopeg ; make nobos ; cd -- # clas12-elSpectro uses cmake: @@ -27,6 +28,7 @@ build: install TCSGen/TCSGen.exe bin install TCSGen/TCSGen bin install TCSGen/lib/libTCSGen.so lib + install MCEGENpiN_radcorr/MCEGENpiN_radcorr bin rm -rf build clean: diff --git a/versions.json b/versions.json index 3cf2101..f321951 100644 --- a/versions.json +++ b/versions.json @@ -7,6 +7,6 @@ "TCSGen" : "v.00.02", "JPsiGen" : "v.00.03", "twopeg" : "v1.1", - "clas12-elspectro" : "0.9.1" + "clas12-elspectro" : "0.9.1", + "MCEGENpiN_radcorr" : "1.1" } -