---------------------------------------------------------------------------------- ----- README ----- ----- cbmroot/macro/trd ----- ----- Created : 16/12/2005 ----- ----- Last update : 02/06/2011 ----- ---------------------------------------------------------------------------------- # how to create a .digi.par file from a geometry cp geometry/trd.v11/trd_may11_v11e.geo geometry ./create_digipar.sh ./cut_digipar_lf trd_may11_v11e.digi.par.long trd_may11_v11e.digi.par cp trd_may11_v11e.digi.par geometry/trd.v11 # standard file contains only 5 events for run_sim: cbmroot_trunk/input/urqmd.ftn14 # if you need more, get urqmd.auau.25gev.centr.0000.ftn14 # from here http://cbm-wiki.gsi.de/cgi-bin/view/Computing/CbmDataUrQMD13 # and link it to cbmroot_trunk/input/ #============================================================= # old comments below #============================================================= macros in TRD directory: sim.C - makes the transport of UrQMD events. Output files are test.mc.root and test.mc.param.root Sts.C - runs reconstruction in the STS. Output file is test.stsTracks.root CbmTrdHitProducer.C - produces TRD hits from TRD points. Output file is test.trdHits.root TrdTrackFinderIdeal.C - runs ideal TRD track finder and Kalman Filter track fitter together with performance tasks. Output file is test.trdIdealTracks.root TrdTrackFinderSts.C - runs TRD track finder, based on track following from STS approach. Found tracks are fitted using the Kalman Filter fitter. Output file is test.trdTracks.root