以前のリビジョンの文書です
Warning: "continue" targeting switch is equivalent to "break". Did you mean to use "continue 2"? in
/mnt/hep_web/hep_web/member/n-kota/dokuwiki/inc/parser/handler.php on line
1458
Warning: Declaration of syntax_plugin_note::handle($match, $state, $pos, &$handler) should be compatible with DokuWiki_Syntax_Plugin::handle($match, $state, $pos, Doku_Handler $handler) in
/mnt/hep_web/hep_web/member/n-kota/dokuwiki/lib/plugins/note/syntax.php on line
79
Warning: Declaration of syntax_plugin_note::render($mode, &$renderer, $indata) should be compatible with DokuWiki_Syntax_Plugin::render($format, Doku_Renderer $renderer, $data) in
/mnt/hep_web/hep_web/member/n-kota/dokuwiki/lib/plugins/note/syntax.php on line
101
Warning: preg_match(): Compilation failed: invalid range in character class at offset 3120 in
/mnt/hep_web/hep_web/member/n-kota/dokuwiki/inc/parser/lexer.php on line
118
A PCRE internal error occured. This might be caused by a faulty plugin
====== HEPEvt形式 ======
----
GeantでMCをふる時のシードファイルの形式。
HEPEvt というtreeの中に指定の名前のbranchが入っている
* int **NHEP**
* 初期粒子数。
* int **ISTHEP[NHEP]**
* status ?
* int **IDHEP[NHEP]**
* PDG code
* int **JDAHEP1[NHEP]**
* 1st daughter ?
* int **JDAHEP2[NHEP]**
* 2nd daughter ?
* double **VHEP1[NHEP]**,**VHEP2[NHEP]**,**VHEP3[NHEP]**
* 初期位置X,Y,Z [mm]
* double **VHEP4[NHEP]**
* 時間 t [mm/c]
* [ns]->[mm/c] の変換には(TMath::C()/1e-6)を乗じればよい。
* TOFで計算する場合は簡単で、飛行距離[mm]をそのβで割った値。
* double **PHEP1[NHEP]**,**PHEP2[NHEP]**,**PHEP3[NHEP]**
* 運動量Px,Py,Pz [GeV/c]
* double **PHEP4[NHEP]**
* 運動エネルギー [GeV]
* double **PHEP5[NHEP]**
* 質量 [GeV/c2]