SIMULATION REQUEST for year 2011

Files : Locations / how to run /

/star/u/mriganka/FMSSim/
[run in stardev]
-----------------------------------------------------------------------------
The Kumac file generate test.zxd file : 
starsim -w 0 -b simJetForward.kumac  cycle=1
-----------------------------------------------------------------------------
ATTENUATION :
-------------
gexe .$STAR_HOST_SYS/lib/xgeometry.so [ attenuation is implemented in locally]

[
StarVMC/Geometry/FpdmGeo/FpdmGeo4.xml 
attenuation = exp(-lamb * (zback-zhit))  lamb = 0.03 for large and .04 for small towers
]
-------------
PYTHIA FILTER : 
-------------

exec /star/data01/pwg/mriganka/forSimRequest/attn/StRoot/StMCFilter/loadlibs.kumac
GFILTER  example
 

StRoot/StMCFilter/StExampleFilter.cxx
(Electromagnetic  + 75% Hadronic Energy > 30 GeV)
-------------------
VERTEXFILE=vertex.txt
-------------------
 

-----------------------------------------------------------------------------
RECONSTRUCTION
-----------------------------------------------------------------------------
in StFmsFastSimulatorMaker.cxx 
---------------------------
adc = static_cast<Int_t>(energy /.35/ (gain * gainCorrection) + 0.5);

Example of sim and recontructions in the xml file :
/star/u/mriganka/FMSSim/SubmitL3_.xml

For single particle if you like to run over phptpns or pi0s the examples of kumac files are here : 
/////////////////////////////////////////////////////////////////////////////////////
Example for kumac files for single particle
/star/data01/pwg/mriganka/singleParticle/photon&pion

////////////////////////////////////////////////////////////////////////////////////
For reading the files and photon recontruction I ued older way of recontructions : the example are here :
/star/data01/pwg/mriganka/pyth/eAll/eT1/t/r/simuComp/JP1/g2/msel1/P.1/MoD/JP1/thADC5
in old library I was running (starver SL14i) with the xml file SubL_.xml.
The maker was : StRoot/StJetMaker/mudst/StjFMSMuDst.cxx

However, I have not tested simulations with new codes.