Skip to content
Snippets Groups Projects

fix(Arbor): try to reproduce baseline performance (CEPCv4, nnH_gg BMR ~3.7%).

Closed wangyuexin@ihep.ac.cn requested to merge cepcsw/CEPCSW:master into master
2 unresolved threads

read from LCIO (SimCalorimeterHit + Track): BMR ~3.74%

  • script: Examples/options/LCIO_read_Arbor.py
  • setup.sh: add updated k4LCIOReader environment

complete simulation and reconstruction (with Arbor) in CEPCSW: BMR ~4%

  • script: Examples/options/CEPCV4_simu_reco_Arbor.py
  • cellID is still not compatible
  • disagreement in low energy range of energy distributions of both charged and neutral PFO

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
76 76
77 77 setup-external
78 78 setup-install-area
79
80 export k4LCIOReader=/cefs/higgs/PFAData/Software/CEPCSW/k4LCIOReader/install
81 # export k4LCIOReader=/home/bes/zoujh/sharefs/cepc202312/k4LCIOReader/install
82 export LD_LIBRARY_PATH=$k4LCIOReader/lib:$LD_LIBRARY_PATH
83 export PYTHONPATH=$k4LCIOReader/python:$PYTHONPATH
    • Hi @wangyuexin,

      If not necessary, I suggest to avoid to use SimHitMergeAlg to merge hits in same cell. At github, I ever submit a PR to fix hug time spend while merging, and CalorimeterSensDetTool has provided the merge.

      Another question, is the 4% result obtained after updating TPC tracking?

      Best, Chengdong

    • Hi @fucd,

      Thank you for your reviewing, and sorry for my delayed reply due to my confusion between "Start a review" and "Add comment now" in this gitlab merge request review.

      For calorimeter hit merge, do you mean it has been implemented in CalorimeterSensDetTool and I can simply remove the part of SimHitMergeAlg in the script? Or should I import CalorimeterSensDetTool?

      For BMR of 4%, yes, it is the result obtained with updated TPC tracking. Compared with the old version (BMR ~4.44%), the charged PFO is more consistent in high energy range, while there is still slight disagreement in the low energy range. I will further check some differential distributions at track level (before arbor).

    • Please register or sign in to reply
  • added 1 commit

    Compare with previous version

  • added 18 commits

    • 954a17c6...0e7da1c8 - 14 commits from branch cepc:master
    • 58e1ad10 - Merge remote-tracking branch 'upstream/master'
    • dc55cfb7 - fix(Arbor): cellID(layerNum) in G2CD
    • fa2d217c - fix bug
    • ebe0296e - update the script Examples/options/CEPCV4_simu_reco_Arbor.py

    Compare with previous version

  • Please register or sign in to reply
    Loading