summarylogtreecommitdiffstats
path: root/delphes-madgraph-note.install
blob: ebb6b3c89e0896547de1b68c9a43bbe131a7f373 (plain)
1
2
3
4
5
6
post_install() {
    echo "Note: to use this Delphes installation with MadGraph, you need to set the delphes path in the MadGraph configuration file:"
    echo "  delphes_path = /opt/Delphes/"
    echo "You should add or replace the above line in the MadGraph configuration file. It is usually located at:"
    echo "  /opt/madgraph/input/mg5_configuration.txt (if you installed MadGraph in /opt/madgraph)"
}