]> git.uio.no Git - u/mrichter/AliRoot.git/blame - SHUTTLE/schema/shuttle.schema
Improved access to AliITSgeom in reconstruction
[u/mrichter/AliRoot.git] / SHUTTLE / schema / shuttle.schema
CommitLineData
73abe331 1attributetype ( 1.3.6.1.1.1.1.19 NAME 'ipHost'
2 DESC 'IP host'
3 EQUALITY caseIgnoreMatch
4 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} SINGLE-VALUE)
5
6attributetype ( 1.3.6.1.1.1.1.15 NAME 'ipServicePort'
7 EQUALITY integerMatch
8 SYNTAX 1.3.6.1.4.1.1466.115.121.1.27 SINGLE-VALUE )
9
10attributetype ( 1.1.1.2 NAME 'dt'
11 DESC 'Detector name'
12 EQUALITY caseIgnoreMatch
13 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} SINGLE-VALUE )
14
15attributetype ( 1.1.1.3 NAME 'alias'
16 DESC 'DCS alias'
17 EQUALITY caseIgnoreMatch
18 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40})
19
20objectclass ( 1.1.1
21 NAME 'shuttleConfig'
22 DESC 'ALICE: Shuttle configuration object.'
23 SUP top
24 MUST (dt $ ipHost $ ipServicePort $ alias) )
25