Implementation of FSD hit reconstruction
Adding detector-specific FSD hit producer, currently a very simple ideal one - copying data from digi to hit - adding only geometry information of the center and dimension of the FSD module. Inclusion of FSD into event-building algorithms. Following the templates and just adding cases if the FSD detector objects are processed. Adding FSD to run_reco macros and also to new compiled reco executable. Modified CbmFsdHit class, new constructor with all info needed.
parent
57600f09
No related branches found
No related tags found
Showing
- algo/evbuild/EventBuilder.cxx 6 additions, 0 deletionsalgo/evbuild/EventBuilder.cxx
- algo/evbuild/EventBuilder.h 1 addition, 0 deletionsalgo/evbuild/EventBuilder.h
- algo/evbuild/EventbuildChain.cxx 7 additions, 0 deletionsalgo/evbuild/EventbuildChain.cxx
- algo/params/EventbuildConfig.yaml 1 addition, 0 deletionsalgo/params/EventbuildConfig.yaml
- algo/qa/DigiEventQa.cxx 1 addition, 0 deletionsalgo/qa/DigiEventQa.cxx
- algo/test/_GTestDigiEventSelector.cxx 11 additions, 1 deletionalgo/test/_GTestDigiEventSelector.cxx
- algo/test/_GTestEventBuilder.cxx 5 additions, 0 deletionsalgo/test/_GTestEventBuilder.cxx
- core/data/fsd/CbmFsdHit.cxx 11 additions, 0 deletionscore/data/fsd/CbmFsdHit.cxx
- core/data/fsd/CbmFsdHit.h 4 additions, 4 deletionscore/data/fsd/CbmFsdHit.h
- macro/PWG/common/production/run_reco_json_config.C 15 additions, 0 deletionsmacro/PWG/common/production/run_reco_json_config.C
- macro/beamtime/mcbm2022/mcbm_event.C 2 additions, 0 deletionsmacro/beamtime/mcbm2022/mcbm_event.C
- macro/reco/reco_config.yaml 1 addition, 0 deletionsmacro/reco/reco_config.yaml
- macro/run/CMakeLists.txt 5 additions, 5 deletionsmacro/run/CMakeLists.txt
- macro/run/run_reco.C 11 additions, 0 deletionsmacro/run/run_reco.C
- reco/detectors/CMakeLists.txt 1 addition, 0 deletionsreco/detectors/CMakeLists.txt
- reco/detectors/fsd/CMakeLists.txt 31 additions, 0 deletionsreco/detectors/fsd/CMakeLists.txt
- reco/detectors/fsd/CbmFsdHitProducer.cxx 263 additions, 0 deletionsreco/detectors/fsd/CbmFsdHitProducer.cxx
- reco/detectors/fsd/CbmFsdHitProducer.h 86 additions, 0 deletionsreco/detectors/fsd/CbmFsdHitProducer.h
- reco/detectors/fsd/CbmFsdRecoLinkDef.h 13 additions, 0 deletionsreco/detectors/fsd/CbmFsdRecoLinkDef.h
- reco/eventbuilder/digis/CbmAlgoBuildRawEvents.cxx 41 additions, 0 deletionsreco/eventbuilder/digis/CbmAlgoBuildRawEvents.cxx
Loading
Please register or sign in to comment