Skip to content

add a common event reconstruction macro, tested for run 2391, with the required files

Introduce an event reconstruction + hit building macro, similar to mcbm2021 for the nickel run. It is also needed for the lambda reconstruction. A macro for the alignment reconstruction is added. It will maybe change with further geometry updates in the future.

Example of how to use it (for a local installation in /data/cbmroot/cbmsource):

  1. sshfs -o reconnect,ServerAliveInterval=15,ServerAliveCountMax=3 lustre:/lustre/cbm/users/ploizeau/mcbm2022/nickel_2022_05_25/ /gsi/lustrePierreNickel/

  2. cd /data/cbmroot/mcbmsource/macro/mcbm/

  3. root -l -b mcb_transport.C ### with correctgeometry loaded and stored as .geo.root in ./data/

  4. cd /data/cbmroot/mcbmsource/macro/run/

  5. unpack (or use a already unpacked data set): root -l -b -q 'run_unpack_tsa.C({"/gsi/lustrePierreNickel/2391_node8_0_.tsa","/gsi/lustrePierreNickel/2391_node8_1_.tsa","/gsi/lustrePierreNickel/2391_node8_2_.tsa","/gsi/lustrePierreNickel/2391_node8_3_.tsa","/gsi/lustrePierreNickel/2391_node8_4_.tsa","/gsi/lustrePierreNickel/2391_node8_5_.tsa","/gsi/lustrePierreNickel/2391_node9_0_.tsa","/gsi/lustrePierreNickel/2391_node9_1_.tsa","/gsi/lustrePierreNickel/2391_node9_2_.tsa","/gsi/lustrePierreNickel/2391_node9_3_.tsa","/gsi/lustrePierreNickel/2391_node9_4_.tsa","/gsi/lustrePierreNickel/2391_node9_5_.tsa"},2391,"mcbm_beam_2021_07_surveyed",100)'

  6. cd /data/cbmroot/mcbmsource/macro/beamtime/mcbm2022/

  7. copy the correct calibration files from Tof to your location (/2365.5.lxbk0600/<The files from later down (scp)>) and fix the path in the macro mcbm_event_reco.C
    -> scp lustre:/lustre/cbm/users/nh/CBM/cbmroot/trunk/macro/beamtime/mcbm2022/2365.5.lxbk0600_set042032500_93_1tofClust.hst.root . -> scp lustre:/lustre/cbm/users/nh/CBM/cbmroot/trunk/macro/beamtime/mcbm2022/2365.5.lxbk0600_tofFindTracks.hst.root .

  8. root -l -b -q mcbm_event_reco.C

Edited by Adrian A. Weber

Merge request reports