This is TikiWiki 1.9.7 -Sirius- © 2002–2006 by the Tiki community Wed 30 of Apr, 2025 [13:11 UTC]
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.

History: Pass0

Source of version: 4 (current)

{maketoc}
!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=-
{CODE()}
# 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
{CODE}
!! 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=-
{CODE()}
{
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");
}
{CODE}
! 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.
{CODE()}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{CODE}

!List of replayed files
{SQL(db=>GenCustomData)}select
runno as 'Run',
beam_energy as 'Energy',
file_name as 'File',
n_events as 'Events',
file_size as 'Size',
analyzer as 'Analyzer',
agendir as 'Agenlib',
db_dir as 'DB_DIR'
from tikicustomdata.gen_replayed_files{SQL}

History

Legend: v=view, s=source
Date User IpComment Version Action
Tue 12 of Sep, 2006 [16:04 UTC] nerses129.57.122.43SQL column names were changed 4
current
 v  s
Tue 12 of Sep, 2006 [15:32 UTC] nerses129.57.122.43List of replayed files added 3  v  s  
Mon 11 of Sep, 2006 [23:22 UTC] nerses129.57.122.43The page is categorized 2  v  s  
Mon 11 of Sep, 2006 [23:19 UTC] nerses129.57.122.43Replay status/description/howto created 1  v  s  

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: 1.00 secs ]   [ Memory usage: 6.59MB ]   [ 58 database queries used ]   [ GZIP Enabled ]   [ Server load: 1.40 ]