1010 * In applying this license CERN does not waive the privileges and immunities
1111 * granted to it by virtue of its status as an Intergovernmental Organization
1212 * or submit itself to any jurisdiction.
13- */
13+ */
1414
1515const PREFIX = {
16- SSO_DET_ROLE : 'det-'
16+ SSO_DET_ROLE : 'det-' ,
1717} ;
1818
1919const ROLES = Object . freeze ( {
20- Admin : 'admin' ,
21- Global : 'global' ,
22- DetectorCPV : 'det-cpv' ,
23- DetectorEMC : 'det-emc' ,
24- DetectorFFD : 'det-fdd' ,
25- DetectorFT0 : 'det-ft0' ,
26- DetectorFV0 : 'det-fv0' ,
27- DetectorGLO : 'det-glo' ,
28- DetectorHMP : 'det-hmp' ,
29- DetectorITS : 'det-its' ,
30- DetectorMCH : 'det-mch' ,
31- DetectorMFT : 'det-mft' ,
32- DetectorMID : 'det-mid' ,
33- DetectorPHS : 'det-phs' ,
34- DetectorTOF : 'det-tof' ,
35- DetectorTPC : 'det-tpc' ,
36- DetectorTRD : 'det-trd' ,
37- DetectorZDC : 'det-zdc' ,
38- Guest : 'guest'
20+ Admin : 'admin' ,
21+ Global : 'global' ,
22+ DetectorCPV : 'det-cpv' ,
23+ DetectorEMC : 'det-emc' ,
24+ DetectorFFD : 'det-fdd' ,
25+ DetectorFT0 : 'det-ft0' ,
26+ DetectorFV0 : 'det-fv0' ,
27+ DetectorGLO : 'det-glo' ,
28+ DetectorHMP : 'det-hmp' ,
29+ DetectorITS : 'det-its' ,
30+ DetectorMCH : 'det-mch' ,
31+ DetectorMFT : 'det-mft' ,
32+ DetectorMID : 'det-mid' ,
33+ DetectorPHS : 'det-phs' ,
34+ DetectorTOF : 'det-tof' ,
35+ DetectorTPC : 'det-tpc' ,
36+ DetectorTRD : 'det-trd' ,
37+ DetectorZDC : 'det-zdc' ,
38+ Guest : 'guest' ,
3939} ) ;
40-
41- export { PREFIX , ROLES } ;
42-
40+
41+ export { PREFIX , ROLES } ;
0 commit comments