Last active
December 19, 2016 09:45
-
-
Save nsahoo/727f975c98ebe8bdbde63aacfa213e9d to your computer and use it in GitHub Desktop.
how to get 13TeV gen config files and install EvtGen package
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
$ git cms-addpkg GeneratorInterface/ExternalDecays | |
$ git cms-addpkg GeneratorInterface/EvtGenInterface <--- OLD | |
$ git clone https://github.com/cms-data/GeneratorInterface-EvtGenInterface GeneratorInterface/EvtGenInterface <--- NEW | |
$ mkdir -p Configuration/GenProduction/ | |
$ git clone [email protected]:cms-sw/genproductions.git Configuration/GenProduction/ |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment