Skip to content
Snippets Groups Projects
Name Last commit Last update
..
macro/trd/TimeBasedSim
macro/trd/beamtime/hv
macro/trd/data
macro/trd/elid
macro/trd/geometry
macro/trd/maf
macro/trd/pics
macro/trd/pidTraining
macro/trd/.rootrc
macro/trd/CMakeLists.txt
macro/trd/CbmTrdHitsProd.C
macro/trd/README
macro/trd/copy_trd_geometries.sh
macro/trd/create_digipar_root.C
macro/trd/create_digipar_root.sh
macro/trd/create_digipar_root_test.C
macro/trd/create_geometry_file_root.C
macro/trd/create_geometry_file_root_test.C
macro/trd/cut_digipar_lf.c
macro/trd/do_run_reco.sh
macro/trd/do_run_sim.sh
macro/trd/eventDisplay.C
macro/trd/hitrateDisplay.C
macro/trd/mcbm_mc.C
macro/trd/mcbm_reco.C
macro/trd/run.sh
macro/trd/run_CbmMCEventHeader.C
macro/trd/run_clusterizer.sh
macro/trd/run_clusterizerFast.sh
macro/trd/run_digitizer.sh
macro/trd/run_much_sim.C
macro/trd/run_pi0.sh
macro/trd/run_reco.C
macro/trd/run_reco_TB.C
macro/trd/run_reco_clusterizer.C
macro/trd/run_reco_clusterizerFast.C
macro/trd/run_reco_digitizer.C
macro/trd/run_reco_dpb.C
macro/trd/run_reco_hitdensitytest.C
macro/trd/run_reco_hitratetest.C
macro/trd/run_reco_hitratetest.sh
macro/trd/run_reco_maf.C
macro/trd/run_reco_occupancy.C
macro/trd/run_reco_photon.C
macro/trd/run_reco_pi0.C
macro/trd/run_reco_plot.C
macro/trd/run_reco_qa.C
macro/trd/run_reco_ratioplot.C
macro/trd/run_reco_smearing.C
macro/trd/run_sim100.C
macro/trd/run_sim_maf.C
macro/trd/run_sim_pi0.C
macro/trd/run_sim_qa.C
macro/trd/run_sim_single_elec.C
macro/trd/run_smearing.sh
macro/trd/sim.C
macro/trd/trd_digi1.C
macro/trd/trd_digi2.C
macro/trd/trd_sim.C
macro/trd/trd_sim_benchmark.C
macro/trd/whichTrdGeo
----------------------------------------------------------------------------------
-----                                 README                                 -----
-----                           cbmroot/macro/trd                            -----
-----     Created : 16/12/2005                                               -----
----- Last update : 03/06/2013                                               -----
----------------------------------------------------------------------------------


# how to create a .digi.par file from a geometry
# copy trd_v13x.root to macro/trd/geometry
cp geometry/trd.v13/trd_v13x.root geometry
./create_digipar_root.sh

# run simulation in macro/trd
root -l run_sim.C
root -l run_reco.C
root -l eventDisplay.C 

# 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