Difference between revisions of "Off Line Analysis for transversity"

From Hall A Wiki
Jump to: navigation, search
(HowTo build your own replay directory)
(HowTo build your own replay directory)
Line 18: Line 18:
 
</pre>
 
</pre>
  
=== HowTo build your own replay directory ===
+
=== HowTo build your own batch farm replay directory ===
 +
 
 +
Build a directory for your own replay. You can change replay code and control the rootfile storage. And it will be capable of replaying on both ifarm and batch farm.
  
 
<pre>
 
<pre>
 
ssh ifarml5    # or any computer seeing working disk
 
ssh ifarml5    # or any computer seeing working disk
cd /w/work5602/transversity/<your name>
+
 
 +
cd /work/halla/transversity/disk1/<your name>
 +
 
 
mkdir analysis    # this the main directory for replay codes
 
mkdir analysis    # this the main directory for replay codes
 
cd analysis
 
cd analysis
  
 +
cp -rv /work/halla/transversity/disk1/replay/replay  ./
 +
cp -rv /work/halla/transversity/disk1/farmreplay ./
 +
 +
mkdir /work/halla/transversity/disk3/<your root file folder>
 +
ln -svf /work/halla/transversity/disk3/<your root file folder> ROOTfiles
 
</pre>
 
</pre>
 +
 +
Now you have the basic structure:
 +
* TO test replay on ifarm, follow [[Off Line Analysis for transversity#HowTo build your own replay directory]]
 +
* To do batch replay, follow example below:
  
 
== General Rule for Farm Disk Usage ==
 
== General Rule for Farm Disk Usage ==

Revision as of 00:37, 14 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 batch farm replay directory

Build a directory for your own replay. You can change replay code and control the rootfile storage. And it will be capable of replaying on both ifarm and batch farm.

ssh ifarml5    # or any computer seeing working disk

cd /work/halla/transversity/disk1/<your name>

mkdir analysis    # this the main directory for replay codes
cd analysis

cp -rv /work/halla/transversity/disk1/replay/replay  ./
cp -rv /work/halla/transversity/disk1/farmreplay ./

mkdir /work/halla/transversity/disk3/<your root file folder>
ln -svf /work/halla/transversity/disk3/<your root file folder> ROOTfiles

Now you have the basic structure:

General Rule for Farm Disk Usage