Menu [hide]
Toggle  Wiki
Toggle  Blogs
Toggle  Forums
Toggle  Charts
TikiWiki Assistant
Thank you for installing TikiWiki!
Click the :: options in the Menu for more options. Please, also see TikiMovies for more setup details.

Pass0

Pass0 replay information
GEn
print PDF


Location

The location for replay is in the directory /work/halla/e02013/disk1/GEn/replay

Status

Because, the analysis methods are in development, these replays are not final. What's why we don't want to store them in the silo.

How to use analyzer

Setting up the Environment

In the replay directory thare are dated directories in form YYYYMMDD. They are indicating the date when software was checked out from CVS. Better to choose the latest and source the cshrc in it. It will set up ANALYZER, AGENDIR and DB_DIR envionment variables. Then you can use $ANALYZER/analyzer to start analyzer.
cshrc
# change next line to the fixed directory name
# if you want to execute from different place
set DIR=/work/halla/e02013/disk1/GEn/replay/20060908
setenv ANALYZER ${DIR}/analyzer
setenv AGENDIR  ${DIR}/agen
setenv DB_DIR   ${AGENDIR}/DB
setenv LD_LIBRARY_PATH ${LD_LIBRARY_PATH}:${ANALYZER}:${AGENDIR}
unset DIR

Runing the analyzer (Loading GEn unique libraries)

There are special libraries for GEn version of analyzer, those should be loaded before opening the root files. These are libAGen_trk.so and libGenDecData.so To accomplish that, copy the procjob/rootlogon.C to directory where you are working.
procjob/rootlogon.C
{
cout<<"Rootlogon was called"<<endl;
    gROOT->ProcessLine( Form(".include %s/src",gSystem->Getenv("ANALYZER") ) );
    gROOT->ProcessLine( Form(".include ",gSystem->Getenv("AGENDIR") ) );

    gSystem->Load("libAGen_trk.so");
    gSystem->Load("libGenDecData.so");
}

Run numbers in this replay set

The run list for 4th kinematic point from run_e02013.sh
NOTE: ~80% of He3 files replayed and all H2 and 1 Cosmic run. None of N2 files replayed.
RUN_LIST="4402" # Cosmic Run
RUN_LIST=$RUNLIST" 4423-4427 4596-4597" # H2 Runs
RUN_LIST=$RUNLIST" 4435-4449 4451-4524 4527-4546 4548-4582" # He3 Runs
#RUN_LIST=$RUNLIST" 4583-4585" # N2 Runs


List of replayed files

You do not have permission to use this feature

Created by: nerses last modification: Tuesday 12 of September, 2006 [16:04:19 UTC] by nerses


Search
in:
Powered by TikiWiki Powered by PHP Powered by Smarty Powered by ADOdb Made with CSS Powered by RDF powered by The PHP Layers Menu System
RSS Wiki RSS Blogs rss Articles RSS Image Galleries RSS File Galleries RSS Forums
[ Execution time: 0.24 secs ]   [ Memory usage: 7.70MB ]   [ 90 database queries used ]   [ GZIP Enabled ]   [ Server load: 0.25 ]