User Tools

Site Tools


asc:workbook_cpf

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
asc:workbook_cpf [2013/10/22 16:20]
asc
asc:workbook_cpf [2013/10/22 16:22] (current)
asc
Line 7: Line 7:
  
  
-<code>+<code bash>
 source source /share/grid/app/asc_app/asc_rel/1.0/setup-script/set_asc.sh source source /share/grid/app/asc_app/asc_rel/1.0/setup-script/set_asc.sh
 cp -r /users/chakanau/public/Arcond/example cp -r /users/chakanau/public/Arcond/example
 cd example/arc cd example/arc
 </code> </code>
- 
- 
- 
  
 ====== Checking available data ====== ====== Checking available data ======
Line 20: Line 17:
  
 It is good idea to check the availability of your data in the ArCond static database. As example, you can list all files on all boxes as: It is good idea to check the availability of your data in the ArCond static database. As example, you can list all files on all boxes as:
-<code> arc_ls DATASET </code>. 
  
-Data are arranged on several disks (/data1, /data2, /data3, /data4, /data5, /dataxrd) +<code> arc_ls [path to you dataset] </code> 
 + 
 +All data are arranged on several disks (/data1, /data2, /data3, /data4, /data5, /dataxrd) of the farm.  
 You can check all data available on a specific disk ("/data1") as You can check all data available on a specific disk ("/data1") as
  
Line 38: Line 36:
 If you are looking for a specific MC, pipe the output to "grep": If you are looking for a specific MC, pipe the output to "grep":
  
 +<code>
 arc_ls  -d /data1/mc12_8TeV | grep 147915.Pythia8_AU2CT10 arc_ls  -d /data1/mc12_8TeV | grep 147915.Pythia8_AU2CT10
 +</code>
  
 (here we are looking for the MC set "147915.Pythia8_AU2CT10". (here we are looking for the MC set "147915.Pythia8_AU2CT10".
Line 45: Line 45:
  
 <code> arc_ls  -d /data1/mc12_8TeV <code> arc_ls  -d /data1/mc12_8TeV
 +</code>
  
 This is especially useful if you want to check which runs are available. This is especially useful if you want to check which runs are available.
asc/workbook_cpf.1382458847.txt.gz · Last modified: 2013/10/22 16:20 by asc