Skip to content

Checkmate2 with fixing "update missing" problem when dealing with param_card.dat generated by SPheno

License

Notifications You must be signed in to change notification settings

physicsbamboo/checkmate2_updateparam_card

 
 

Repository files navigation

This version we modified the code to deal with the case that param_card.dat is generated by SPheno. Sometimes it can't be directly used in MG5 and it needs "update missing" to update the parameter file and make MG5 work smoothly.

Installation Guide Environment Setup:

  1. Python2.7.X(X>3)
  2. Delphes 3.4.2(Delphes3.5.0 will not work). When installing Delphes 3.4.2, need to modify Delphes/validation/DelphesValidation.cpp, add "#include TF1.h" and then make
  3. Pythia 8245(Pythia 8.3 will not work)

Steps:

  1. git clone [website]
  2. autoreconf ----> If can't autoreconf, $export ACLOCAL_PATH="/usr/share/aclocal/:/usr/local/share/aclocal"
  3. ./configure
  4. make -j4

About

Checkmate2 with fixing "update missing" problem when dealing with param_card.dat generated by SPheno

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 65.4%
  • Objective-J 13.6%
  • Shell 10.4%
  • Python 7.4%
  • Tcl 2.0%
  • Makefile 0.6%
  • Other 0.6%