EventDisplay_RPVLL
をテンプレートにして作成
[
トップ
] [
新規
|
一覧
|
単語検索
|
最終更新
|
ヘルプ
|
ログイン
]
開始行:
#contents
http://epp.phys.kyushu-u.ac.jp/~oda/pukiwiki/index.php?Ev...
参照
* 既に作られたDAOD_RPVLLファイルを使ってVP1を実行する場合...
** ファイルをダウンロードする [#scf5f8b9]
setupATLAS
lsetup emi
voms-proxy-init -voms atlas
lsetup rucio
rucio get --nrandom 1 data16_13TeV.00311481.physics_Main...
** Athenaの設定 [#g69e95bb]
asetup AtlasProduction 20.7.8.7 # r8669 uses AtlasProduc...
** VP1の実行 [#d9738155]
vp1 data16_13TeV.00311481.physics_Main.recon.DAOD_RPVLL....
"All studies" か "Analysis Object (AOD) only studies" を...
"All studies" を選択した場合は、その次の画面で、Analysis...
Muonsなどを選択する。
次のイベントに移動しようとすると、クラッシュしてしまうこ...
特定のイベント選びたい時は-evtfilterオプションが使える。...
vp1 -evtfilter=311481:742611918 data16_13TeV.00311481.ph...
selects run 311481 event 742611918.
-evtfilter=FILTER : Only process the events i...
Format is a comma separat...
can optionally be preceed...
Prepend the list with an ...
For instance select a few...
Or exclude a few bad even...
It is also possible to sp...
specified on each line: -...
* Atlantisを実行する場合 [#z8e17bc5]
** 見たいイベントのRAWファイルを取得する [#i879fc02]
setupATLAS
lsetup 'asetup AtlasProduction 20.7.8.7 here'
lsetup emi
voms-proxy-init -voms atlas
lsetup panda
見たいイベントのラン番号とイベント番号を含むテキストファ...
echo 311481 742611918 > Run311481_Event742611918.txt
それを用いてグリッドジョブを投げる。
prun --exec "acmd.py filter-files -s Run311481_Event7426...
RAWファイルはディスク上にないことが多いので、少し時間が掛...
グリッドジョブが終わったら、出力を取って来る。
lsetup rucio
rucio get user.oda.RAW.Run311481_Event742611918_RAW.Run3...
*** 複数のイベントをまとめて抜き出したい時 [#c729c19a]
以下のようにラン番号とイベント番号をスペースで区切ったRun...
303079 412182676
310341 433397286
310370 1504194326
310370 433397286
310405 1515131235
310863 915987167
310969 1420586256
311170 1605219278
311244 1279674068
311287 151741500
311473 1156910711
311481 1179856748
311481 1423908103
311481 1515115319
311481 1560163113
311481 1638352153
311481 1805419211
311481 1903118424
311481 2070604365
311481 574987370
311481 742611918
311481 968441316
311481 972014010
311481 999969045
さらに、以下の内容のSubmit.pyというファイルを作る
import os
for line in open('Run_Event.list', 'r'):
itemList = line[:-1].split(' ')
run=itemList[0]
event=itemList[1]
os.system("echo \""+run+" "+event+"\">Run_Event.txt")
os.system("prun --exec \"acmd.py filter-files -s Run...
(出力データセット名を変えないと連続してジョブを投げられな...
あとは
setupATLAS
lsetup 'asetup AtlasProduction 20.7.8.7 here'
lsetup emi
voms-proxy-init -voms atlas
lsetup panda
を行ってから、
python Submit.py
を実行する。
** Jive XMLファイルの生成 [#b90b7d73]
r8669のコマンドのpreExecに'RAWtoESD:jp.Rec.doJiveXML.set_...
setupATLAS
asetup AtlasProduction 20.7.8.7
Reco_tf.py --AMI r8669 --inputBSFile user.oda.RAW.Run311...
を実行すると、JiveXML_311481_742611918.xmlというファイル...
** Atlantisの実行 [#l236da06]
setupATLAS
lsetup atlantis
atlantis
終了行:
#contents
http://epp.phys.kyushu-u.ac.jp/~oda/pukiwiki/index.php?Ev...
参照
* 既に作られたDAOD_RPVLLファイルを使ってVP1を実行する場合...
** ファイルをダウンロードする [#scf5f8b9]
setupATLAS
lsetup emi
voms-proxy-init -voms atlas
lsetup rucio
rucio get --nrandom 1 data16_13TeV.00311481.physics_Main...
** Athenaの設定 [#g69e95bb]
asetup AtlasProduction 20.7.8.7 # r8669 uses AtlasProduc...
** VP1の実行 [#d9738155]
vp1 data16_13TeV.00311481.physics_Main.recon.DAOD_RPVLL....
"All studies" か "Analysis Object (AOD) only studies" を...
"All studies" を選択した場合は、その次の画面で、Analysis...
Muonsなどを選択する。
次のイベントに移動しようとすると、クラッシュしてしまうこ...
特定のイベント選びたい時は-evtfilterオプションが使える。...
vp1 -evtfilter=311481:742611918 data16_13TeV.00311481.ph...
selects run 311481 event 742611918.
-evtfilter=FILTER : Only process the events i...
Format is a comma separat...
can optionally be preceed...
Prepend the list with an ...
For instance select a few...
Or exclude a few bad even...
It is also possible to sp...
specified on each line: -...
* Atlantisを実行する場合 [#z8e17bc5]
** 見たいイベントのRAWファイルを取得する [#i879fc02]
setupATLAS
lsetup 'asetup AtlasProduction 20.7.8.7 here'
lsetup emi
voms-proxy-init -voms atlas
lsetup panda
見たいイベントのラン番号とイベント番号を含むテキストファ...
echo 311481 742611918 > Run311481_Event742611918.txt
それを用いてグリッドジョブを投げる。
prun --exec "acmd.py filter-files -s Run311481_Event7426...
RAWファイルはディスク上にないことが多いので、少し時間が掛...
グリッドジョブが終わったら、出力を取って来る。
lsetup rucio
rucio get user.oda.RAW.Run311481_Event742611918_RAW.Run3...
*** 複数のイベントをまとめて抜き出したい時 [#c729c19a]
以下のようにラン番号とイベント番号をスペースで区切ったRun...
303079 412182676
310341 433397286
310370 1504194326
310370 433397286
310405 1515131235
310863 915987167
310969 1420586256
311170 1605219278
311244 1279674068
311287 151741500
311473 1156910711
311481 1179856748
311481 1423908103
311481 1515115319
311481 1560163113
311481 1638352153
311481 1805419211
311481 1903118424
311481 2070604365
311481 574987370
311481 742611918
311481 968441316
311481 972014010
311481 999969045
さらに、以下の内容のSubmit.pyというファイルを作る
import os
for line in open('Run_Event.list', 'r'):
itemList = line[:-1].split(' ')
run=itemList[0]
event=itemList[1]
os.system("echo \""+run+" "+event+"\">Run_Event.txt")
os.system("prun --exec \"acmd.py filter-files -s Run...
(出力データセット名を変えないと連続してジョブを投げられな...
あとは
setupATLAS
lsetup 'asetup AtlasProduction 20.7.8.7 here'
lsetup emi
voms-proxy-init -voms atlas
lsetup panda
を行ってから、
python Submit.py
を実行する。
** Jive XMLファイルの生成 [#b90b7d73]
r8669のコマンドのpreExecに'RAWtoESD:jp.Rec.doJiveXML.set_...
setupATLAS
asetup AtlasProduction 20.7.8.7
Reco_tf.py --AMI r8669 --inputBSFile user.oda.RAW.Run311...
を実行すると、JiveXML_311481_742611918.xmlというファイル...
** Atlantisの実行 [#l236da06]
setupATLAS
lsetup atlantis
atlantis
ページ名: