Skip to content
Snippets Groups Projects

Switch Gear to extension data in tracking algorithm

Merged FU Chengdong requested to merge fucd/CEPCSW1:gearremove into master
2 unresolved threads

Control use which by option CEPCSW_USE_GEAR in cmake/CEPCSWOptions.cmake

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
13 13 static const int TPC = 4;
14 14 static const int SET = 5;
15 15 static const int ETD = 6;
16 static const int DC = 7;
16 // same position -> same ID, just named as different in different stage
17 static const int ITKBarrel = 2;
18 static const int ITKEndcap = 3;
19 static const int DC = 4;
20 static const int OTKBarrel = 5;
21 static const int OTKEndcap = 6;
  • FU Chengdong added 1 commit

    added 1 commit

    Compare with previous version

  • FU Chengdong added 17 commits

    added 17 commits

    Compare with previous version

  • mentioned in commit 086f20f2

  • Please register or sign in to reply
    Loading