Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
C
cbmroot
Manage
Activity
Members
Labels
Plan
Wiki
Redmine
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Container registry
Model registry
Operate
Environments
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
GitLab community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Computing
cbmroot
Merge requests
!909
L1: Updates
Code
Review changes
Check out branch
Download
Patches
Plain diff
Expand sidebar
Closed
L1: Updates
s.zharko/cbmroot:L1Algo-dev8
into
master
Overview
9
Commits
11
Pipelines
14
Changes
51
Closed
Sergei Zharko
requested to merge
s.zharko/cbmroot:L1Algo-dev8
into
master
3 years ago
Overview
9
Commits
11
Pipelines
14
Changes
51
refactoring of UV to XY coordinates functions (+replace to the L1Station class);
global clean-up of member variables in CbmL1;
move constructor and assignment operator are introduced for the L1Vector class;
bugfix: removal of the MuCh digitisation parameters file setter from CbmL1 and some macros
Update from 16.08.2022
new input tracking data object and manager are introduced (L1InpudData, L1IODataManager)
station index is added as a member variable to the L1Hit class
phi distributions of tracks are added into the L1 performance:
"h_reco_phi" - azimuthal angle of reconstructed tracks
"h_reg_phi_prim" - azimuthal angle of registered primary tracks
"h_reg_phi_sec" - azimuthal angle of registered secondary tracks
"h_acc_phi_prim" - azimuthal angle of accepted primary tracks
"h_acc_phi_sec" - azimuthal angle of accepted secondary tracks
"h_reco_phi_prim" - azimuthal angle of reconstructed primary tracks
"h_reco_phi_sec" - azimuthal angle of reconstructed secondary tracks
"h_rest_phi_prim" - azimuthal angle of not found primary tracks
"h_rest_phi_sec" - azimuthal angle of not found secondary tracks
"h_ghost_phi" - azimuthal angle of ghost tracks
(*fpAlgo->vHits)[iHit] was replaced with fpAlgo->GetInputData()->GetHit(iHit)
fStripFlag vector was replaced with fvHitKeyFlags vector, which now contains only hit usage flags
updated instructions on the CbmTrackingDetectorInterfaceInit task placement
Edited
3 years ago
by
Sergei Zharko
0
0
Merge request reports
Loading