Skip to content

Commit

Permalink
add new event generator
Browse files Browse the repository at this point in the history
  • Loading branch information
baltzell committed May 8, 2022
1 parent e959533 commit da4d04d
Show file tree
Hide file tree
Showing 4 changed files with 9 additions and 3 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -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
1 change: 1 addition & 0 deletions MCEGENpiN_radcorr
Submodule MCEGENpiN_radcorr added at f5e457
4 changes: 3 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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:
Expand All @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}

0 comments on commit da4d04d

Please sign in to comment.