tutorial:madgraph

Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revision Previous revision
Next revision
Previous revision
tutorial:madgraph [2018/12/12 12:07] qwertytutorial:madgraph [2023/03/06 13:44] (current) – external edit 127.0.0.1
Line 13: Line 13:
 Setup the devtoolset to use updated gcc and python. Setup the devtoolset to use updated gcc and python.
 <code> <code>
 +# Don't need to source following lines in Ubuntu and Mac.
 # source /opt/rh/devtoolset-4/enable # source /opt/rh/devtoolset-4/enable
 # source /opt/rh/python27/enable # source /opt/rh/python27/enable
Line 130: Line 131:
 ==== Parameters for Run Card ==== ==== Parameters for Run Card ====
  
 +==== Disable HEPMC compression ====
 +만들어진 HEPMC파일을 압축하는데에는 시간이 오래 걸리므로, 외부에서 delphes를 사용할 것이라면 압축하지 않고 다음 job으로 넘어가는 것이 빠르다.
 +<code>
 +vi path_to-MG5/madgraph/interface/madevent_interface.py
 +</code>
 +line 5291의 ''misc.gzip(file_path,stdout=file_path)''를 추석처리한다. 이미 데이터셋 'output folder_name'를 만들었다면, 해당 폴더에서
 +<code>
 +vi bin/internal/madevent_interface.py #코드 수정
 +rm bin/internal/madevent_interface.pyo
 +</code>
  
  • tutorial/madgraph.1544584033.txt.gz
  • Last modified: 2023/03/06 13:44
  • (external edit)