Skip to content

Commit

Permalink
add new generator from Dilini
Browse files Browse the repository at this point in the history
  • Loading branch information
baltzell committed Aug 17, 2022
1 parent 4622206 commit 98fa9b4
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 2 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
Expand Up @@ -32,3 +32,6 @@
[submodule "MCEGENpiN_radcorr"]
path = MCEGENpiN_radcorr
url = https://github.com/maksaska/MCEGENpiN_radcorr
[submodule "deep-pipi-gen"]
path = deep-pipi-gen
url = https://github.com/jeffersonlab/deep-pipi-gen
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 MCEGENpiN_radcorr
SUBDIRS = clasdis claspyth dvcsgen inclusive-dis-rad TCSGen genKYandOnePion JPsiGen twopeg MCEGENpiN_radcorr deep-pipi-gen

build:
mkdir -p bin lib
Expand All @@ -11,6 +11,7 @@ build:
$(MAKE) -C JPsiGen
$(MAKE) -C TCSGen
$(MAKE) -C MCEGENpiN_radcorr
$(MAKE) -C deep-pipi-gen
# seems twopeg has a non-standard(?) Makefile and requires this instead:
cd twopeg ; make nobos ; cd --
# clas12-elSpectro uses cmake:
Expand All @@ -29,6 +30,7 @@ build:
install TCSGen/TCSGen bin
install TCSGen/lib/libTCSGen.so lib
install MCEGENpiN_radcorr/MCEGENpiN_radcorr bin
install deep-pipi-gen/deep-pipi-gen bin
rm -rf build

clean:
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ name | description
[twopeg] | pi+pi- electroproduction off protons | Iuliia Skorodumina | [email protected]
[clas12-elspectro] | General electroproduction final states | Derek Glazier | [email protected]
[MCEGENpiN_radcorr] | Exclusive single pion electroproduction based on MAID | Maksim Davydov | [email protected]
[deep-pipi-gen] | Deep double pion production | Dilini Bulumulla | [email protected]

# Adding or Modifying a Generator

Expand Down Expand Up @@ -62,6 +63,8 @@ JPsiGen | :white_check_mark: | :white_check_mark: | :white_check_mark: |
TCSGen | :white_check_mark: | :white_check_mark: | :white_check_mark: |
twopeg | :white_check_mark: | :white_check_mark: | :white_check_mark: |
clas12-elSpectro | :white_check_mark: | :white_check_mark: | :white_check_mark: |
MCEGENpiN_radcorr | :white_check_mark: | :white_check_mark: | :white_check_mark: |
deep-pipi-gen | :white_check_mark: | :white_check_mark: | :white_check_mark: |

# Maintanance

Expand Down Expand Up @@ -152,3 +155,4 @@ git rm -f path/to/submodule
[twopeg]: https://github.com/skorodumina/twopeg
[clas12-elspectro]: https://github.com/dglazier/clas12-elspectro/
[MCEGENpiN_radcorr]: https://github.com/Maksaska/MCEGENpiN_radcorr
[deep-pipi-gen]: https://github.com/jeffersonlab/deep-pipi-gen
1 change: 1 addition & 0 deletions deep-pipi-gen
Submodule deep-pipi-gen added at 8e590a
3 changes: 2 additions & 1 deletion versions.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,5 +8,6 @@
"JPsiGen" : "v.00.03",
"twopeg" : "v1.1",
"clas12-elspectro" : "0.9.2",
"MCEGENpiN_radcorr" : "3.1"
"MCEGENpiN_radcorr" : "3.1",
"deep-pipi-gen" : "1.0"
}

0 comments on commit 98fa9b4

Please sign in to comment.