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: Pass0Source 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} |
Login Search
|