@@ -68,13 +68,14 @@ class DetID
6868 static constexpr ID FV0 = 13 ;
6969 static constexpr ID FDD = 14 ;
7070 static constexpr ID ACO = 15 ;
71+ static constexpr ID CTP = 16 ;
7172#ifdef ENABLE_UPGRADES
72- static constexpr ID IT3 = 16 ;
73- static constexpr ID TRK = 17 ;
74- static constexpr ID FT3 = 18 ;
73+ static constexpr ID IT3 = 17 ;
74+ static constexpr ID TRK = 18 ;
75+ static constexpr ID FT3 = 19 ;
7576 static constexpr ID Last = FT3;
7677#else
77- static constexpr ID Last = ACO ; // /< if extra detectors added, update this !!!
78+ static constexpr ID Last = CTP ; // /< if extra detectors added, update this !!!
7879#endif
7980 static constexpr ID First = ITS;
8081
@@ -135,9 +136,9 @@ class DetID
135136
136137 static constexpr const char * sDetNames [nDetectors + 1 ] = // /< defined detector names
137138#ifdef ENABLE_UPGRADES
138- {" ITS" , " TPC" , " TRD" , " TOF" , " PHS" , " CPV" , " EMC" , " HMP" , " MFT" , " MCH" , " MID" , " ZDC" , " FT0" , " FV0" , " FDD" , " ACO" , " IT3" , " TRK" , " FT3" , nullptr };
139+ {" ITS" , " TPC" , " TRD" , " TOF" , " PHS" , " CPV" , " EMC" , " HMP" , " MFT" , " MCH" , " MID" , " ZDC" , " FT0" , " FV0" , " FDD" , " ACO" , " CTP " , " IT3" , " TRK" , " FT3" , nullptr };
139140#else
140- {" ITS" , " TPC" , " TRD" , " TOF" , " PHS" , " CPV" , " EMC" , " HMP" , " MFT" , " MCH" , " MID" , " ZDC" , " FT0" , " FV0" , " FDD" , " ACO" , nullptr };
141+ {" ITS" , " TPC" , " TRD" , " TOF" , " PHS" , " CPV" , " EMC" , " HMP" , " MFT" , " MCH" , " MID" , " ZDC" , " FT0" , " FV0" , " FDD" , " ACO" , " CTP " , nullptr };
141142#endif
142143 // detector names, will be defined in DataSources
143144 static constexpr std::array<mask_t , nDetectors> sMasks = // /< detectot masks
@@ -155,7 +156,8 @@ class DetID
155156 sOrigins = // /< detector data origins
156157 {o2h::gDataOriginITS , o2h::gDataOriginTPC , o2h::gDataOriginTRD , o2h::gDataOriginTOF , o2h::gDataOriginPHS ,
157158 o2h::gDataOriginCPV , o2h::gDataOriginEMC , o2h::gDataOriginHMP , o2h::gDataOriginMFT , o2h::gDataOriginMCH ,
158- o2h::gDataOriginMID , o2h::gDataOriginZDC , o2h::gDataOriginFT0 , o2h::gDataOriginFV0 , o2h::gDataOriginFDD , o2h::gDataOriginACO
159+ o2h::gDataOriginMID , o2h::gDataOriginZDC , o2h::gDataOriginFT0 , o2h::gDataOriginFV0 , o2h::gDataOriginFDD ,
160+ o2h::gDataOriginACO , o2h::gDataOriginCTP
159161#ifdef ENABLE_UPGRADES
160162 ,
161163 o2h::gDataOriginIT3 , o2h::gDataOriginTRK , o2h::gDataOriginFT3
0 commit comments