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: Pass0Preview of version: 1LocationThe location for replay is in the directory /work/halla/e02013/disk1/GEn/replayStatusBecause, 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 analyzerSetting up the EnvironmentIn 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.# 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.{ 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 setThe run list for 4th kinematic point from run_e02013.shNOTE: ~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 History |
Login Search
|