D. Schmeier, J. Tattersall, and J. S. Kim
- Comput. Phys. Commun. 187 (2014) 227 [1312.2591].
- https://checkmate.hepforge.org/
- See Code References for further references (citations).
- Delphes 3
- FastJet
- Anti-kt jet algorithm
- CLs prescription
- mT2 family
- mCT family
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.