Difference between revisions of "Off Line Analysis for transversity"

From Hall A Wiki
Jump to: navigation, search
(HowTo do a quick replay)
(HowTo do a quick replay)
Line 16: Line 16:
 
analyzer
 
analyzer
 
replay_phys(4029,100000);  //just like online replay
 
replay_phys(4029,100000);  //just like online replay
 +
</pre>
 +
 +
=== HowTo build your own replay directory ===
 +
 +
<pre>
 +
ssh ifarml5    # or any computer seeing working disk
 +
cd /w/work5602/transversity/<your name>
 +
mkdir replay
 +
 
</pre>
 
</pre>
  
 
== General Rule for Farm Disk Usage ==
 
== General Rule for Farm Disk Usage ==

Revision as of 08:55, 13 February 2009

This is temporary site of Off Line Analysis for transversity.

Farm Replay

Structure

HowTo do a quick replay

One can directly use the common replay directory to do quick tests.

ssh ifarml5    # or any computer seeing working disk
cd /w/work5602/transversity/replay
source replay.sh
cd replay
analyzer
replay_phys(4029,100000);   //just like online replay

HowTo build your own replay directory

ssh ifarml5    # or any computer seeing working disk
cd /w/work5602/transversity/<your name>
mkdir replay

General Rule for Farm Disk Usage