Skip to content

[1.2.2] UNOFFICIAL repo of CheckMATE written by D. Schmeier et al.

License

Notifications You must be signed in to change notification settings

HEPcodes/CheckMATE

Repository files navigation

Authors

D. Schmeier, J. Tattersall, and J. S. Kim

References

Compile

git submodule init
git submodule update

cd vendor/delphes
./configure
make
cd ../..

./configure --with-delphes=`pwd`/vendor/delphes
make

Note: on macos, you may want to execute install_name_tool -add_rpath $ROOTSYS/lib tools/fritz/bin/fritz to avoid "dyld: Library not loaded: @rpath/libGui.so" errors.