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
@@ -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