Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
CEPCSW
Manage
Activity
Members
Labels
Plan
Issues
6
Issue boards
Milestones
Wiki
Code
Merge requests
8
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package Registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
cepc
CEPCSW
Merge requests
!192
Switch Gear to extension data in tracking algorithm
Code
Review changes
Check out branch
Download
Patches
Plain diff
Merged
Switch Gear to extension data in tracking algorithm
fucd/CEPCSW1:gearremove
into
master
Overview
5
Commits
5
Pipelines
3
Changes
16
Merged
FU Chengdong
requested to merge
fucd/CEPCSW1:gearremove
into
master
2 months ago
Overview
5
Commits
5
Pipelines
3
Changes
1
Expand
Control use which by option CEPCSW_USE_GEAR in cmake/CEPCSWOptions.cmake
0
0
Merge request reports
Compare
version 1
version 2
ac430435
1 month ago
version 1
0cdbbeae
2 months ago
master (base)
and
version 2
latest version
7981863e
5 commits,
1 month ago
version 2
ac430435
4 commits,
1 month ago
version 1
0cdbbeae
3 commits,
2 months ago
Show latest version
1 file
+
7
−
6
Side-by-side
Compare changes
Side-by-side
Inline
Show whitespace changes
Show one file at a time
Detector/DetIdentifier/include/DetIdentifier/CEPCConf.h
+
7
−
6
Options
@@ -13,12 +13,13 @@ namespace CEPCConf{
@@ -13,12 +13,13 @@ namespace CEPCConf{
static
const
int
TPC
=
4
;
static
const
int
TPC
=
4
;
static
const
int
SET
=
5
;
static
const
int
SET
=
5
;
static
const
int
ETD
=
6
;
static
const
int
ETD
=
6
;
// same position -> same ID, just named as different in different stage
static
const
int
DC
=
7
;
static
const
int
ITKBarrel
=
2
;
// keep compatibility of tracking algorothm for old detector design,
static
const
int
ITKEndcap
=
3
;
// need to update these options as comprehensive consideration after switching new tracking in good algorithm design
static
const
int
DC
=
4
;
static
const
int
ITKBarrel
=
SIT
;
static
const
int
OTKBarrel
=
5
;
static
const
int
ITKEndcap
=
FTD
;
static
const
int
OTKEndcap
=
6
;
static
const
int
OTKBarrel
=
SET
;
static
const
int
OTKEndcap
=
ETD
;
static
const
int
ECAL
=
20
;
static
const
int
ECAL
=
20
;
static
const
int
ECAL_PLUG
=
21
;
static
const
int
ECAL_PLUG
=
21
;
Loading