STAR   Computing  
Documentation for Library Test Jobs
  Maintained by
Lidia Didenko

Nightly test jobs currently are running in DEV library Monday through Sunday and in NEW created library (once when library is created or updated). Next set of MC and real data are used for test:

Input file locations for MC events

Geometry "year_1h" - TPC+CTB+FTPC+RICH+caloPatch+svtLadder

Geometry "year_2001", - TPC+CTB+FTPC+RICH+CaloPatch+SVT+FPD

Geometry "year_2003" - TPC, SVT, CTB(TOF), FTPC, BBC, FPD, EMC(half barrel),ECAL(one third of one cap, west cap), dAu 200GeV/c HIJING

Geometry "year_2004" - TPC, SVT, CTB(TOF), VPD, FTPC, BBC, FPD, PMD, EMC(3/4 of full barrel),ECAL( west endcap)

Geometry "year_2005" - TPC, SVT, SSD, CTB(TOF), pVPD, FTPC, BBC, ZDC, FPD, PMD, EMC(3/4 of full barrel),ECAL( west endcap)

Geometry "year_2007" - TPC, SVT, SSD, TOF, upVPD, FTPC, BBC, ZDC, FPD/FMS, PMD, EMC(full barrel),ECAL

Input file locations for real AuAu, pp, dAu, CuCu data

Chain options to run test for MC data

geometry "year_1h"

geometry "year_2001", AuAu 200GeV, hadronic cocktail

geometry "year_2001", pp 200GeV, pythia

geometry "year_2003", dAu 200GeV, HIJING

geometry "year_2004", AuAu 200GeV/c, HIJING

geometry "year_2005", CuCu 200 & 62 GeV/c, HIJING

geometry "year_2007", AuAu 200GeV/c, HIJING

Chain options to run real data

year 2001 AuAu 200GeV/c real data

year 2001/2002 pp 200GeV/c real data

year 2003 dAu 200GeV/c real data

year 2003 pp 200GeV/c real data

year 2004 pp 200GeV/c real data

year 2004 AuAu 200GeV/c real data

year 2005 CuCu 200-22GeV/c real data

year 2005 pp 200GeV/c real data

year 2006 pp 200GeV/c real data

year 2007 AuAu 200GeV/c real data

year 2008 dAu 200GeV/c real data

year 2008 pp 200GeV/c real data

Location of output files for DEV library test:

nonoptimized version of library test

MC data, geometry "year_1h"

MC data, geometry "year_2001"

MC data, geometry "year_2003"

MC data, geometry "year_2004"

AuAu and pp 200GeV/c Real data, year_2001

dAu and pp 200GeV/c Real data, year_2003

AuAu & pp 200GeV/c Real data, year_2004
TPT+EST chain

ITTF chain

CuCu 200 - 22 GeV/c Real data, year_2005
TPT+EST chain

ITTF chain

pp 200 GeV/c Real data, year_2005

ITTF chain only

pp 200 GeV/c Real data, year_2006

ITTF chain only

AuAu 200 GeV/c Real data, year_2007

ITTF chain only

dAu & pp 200 GeV/c Real data, year_2008

ITTF chain only

Location of output files for NEW library test:

Test files for optimized versions of libraries are located in the same directory structure with replaced:

Reco files for NEW library test for data produced with ITTF chain are stored on HPSS on the pathes like:
/home/starreco/reco/librarytest/SL08a/daq_sl302.ittf/year_2007/2007ProductionMinBias,
where SL08a is library tag and pattern after that replicate name of the path of test location.

Simple script to run test job

#!/usr/local/bin/tcsh
source /star/u/didenko/.tcshrc
source /afs/rhic/rhstar/group/.stardev
setenv StarEndMakerShell
set logfile = hc_highdensity.16_evts.log
root4star -b -q 'bfc.C(16,"trs sss fss rrs C2001 GeantOut big evout fzin","/star/rcf/simu/cocktail/hadronic/default/highdensity/year2001/hadronic_on/Gstardata/hc_highdensity.16_evts.fz")' >& ${logfile}
exit 0

To run optimized version of library set in your script:

setenv NODEBUG yes