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/maf
macro/trd/pics
macro/trd/pidTraining
macro/trd/.rootrc
macro/trd/CMakeLists.txt
macro/trd/CbmTrdHitsProd.C
macro/trd/README.md
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

Summary

  1. Generating the parameter files
  2. Simulation
  3. TRD macros

Generating the parameter files from a geometry

The following ordered steps should be performed in order to produce the parameter files for the TRD system. All files and directories are given relative to the CbmRoot source directory.

  1. Run the create geometry macro. Examples of such macro can be found in macro/trd/geometry/trd.v?? or macro/mcbm/geometry/trd and are named Create_TRD_Geometry_[tag].C where tag is a unique identifier of the geometry. Examples are tag = "v22a_mcbm". The following files will be created by the previous procedure:
    • trd_[tag].geo.info;
    • trd_[tag].geo.root;
    • trd_[tag]_geo.root;
    • CbmTrdPads_[tag].h;
  2. In the case when the geometry of the pad-plane is not of a default type as implemented in core/detectors/trd/CbmTrdPads.h replace also this file with the one newly generated CbmTrdPads_[tag].h. Compile the code by running make install on your build directory.
  3. Copy the first two files from the list above to $VMCWORKDIR/geometry/trd.
  4. Execute macro/trd/create_digipar_root.sh tag. The following four files will be created:
    • trd_[tag].asic.par
    • trd_[tag].digi.par
    • trd_[tag].gain.par
    • trd_[tag].gas.par
  5. Move these files to the $VMCWORKDIR/parameters/trd directory.

Run simulation

In the macro/trd directory execute the following scripts:

  • root -l run_sim.C
  • root -l run_reco.C
  • root -l eventDisplay.C

Standard file contains only 5 events for run_sim in input/urqmd.ftn14. If you need more, get urqmd.auau.25gev.centr.0000.ftn14 from here and link it to the input directory.

TRD macros

Macro name Description
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