Differences
This shows you the differences between two versions of the page.
| Both sides previous revision Previous revision Next revision | Previous revision | ||
| tutorial:madgraph [2018/12/11 10:08] – minerva1993 | tutorial:madgraph [2023/03/06 04:44] (current) – external edit 127.0.0.1 | ||
|---|---|---|---|
| Line 1: | Line 1: | ||
| - | ===== Install Madgraph | + | ==== Install Madgraph ==== |
| <alert type=" | <alert type=" | ||
| Line 13: | Line 13: | ||
| Setup the devtoolset to use updated gcc and python. | Setup the devtoolset to use updated gcc and python. | ||
| < | < | ||
| + | # Don't need to source following lines in Ubuntu and Mac. | ||
| # source / | # source / | ||
| # source / | # source / | ||
| Line 123: | Line 124: | ||
| </ | </ | ||
| But in this case, you should not run delphes automatically because multiple delphes sessions will make a crash. | But in this case, you should not run delphes automatically because multiple delphes sessions will make a crash. | ||
| + | |||
| + | ==== Basic Syntax ==== | ||
| + | |||
| + | ==== Get New PDF ==== | ||
| + | |||
| + | ==== Parameters for Run Card ==== | ||
| + | |||
| + | ==== Disable HEPMC compression ==== | ||
| + | 만들어진 HEPMC파일을 압축하는데에는 시간이 오래 걸리므로, | ||
| + | < | ||
| + | vi path_to-MG5/ | ||
| + | </ | ||
| + | line 5291의 '' | ||
| + | < | ||
| + | vi bin/ | ||
| + | rm bin/ | ||
| + | </ | ||
| + | |||