]> git.uio.no Git - u/mrichter/AliRoot.git/blame - SHUTTLE/schema/shuttle.schema
Including possibility for vertex fit (A.Dainese)
[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})
d477ad88 19
20attributetype ( 1.1.2.1 NAME 'lbURI'
21 DESC 'DAQ Logbook URI'
22 EQUALITY caseIgnoreMatch
23 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} SINGLE-VALUE )
24
25attributetype ( 1.1.2.2 NAME 'lbUser'
26 DESC 'DAQ Logbook user name'
27 EQUALITY caseIgnoreMatch
28 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} SINGLE-VALUE )
29
30attributetype ( 1.1.2.3 NAME 'lbPassword'
31 DESC 'DAQ Logbook password'
32 EQUALITY caseIgnoreMatch
33 SYNTAX 1.3.6.1.4.1.1466.115.121.1.15{40} SINGLE-VALUE )
34
73abe331 35objectclass ( 1.1.1
36 NAME 'shuttleConfig'
37 DESC 'ALICE: Shuttle configuration object.'
38 SUP top
39 MUST (dt $ ipHost $ ipServicePort $ alias) )
40
d477ad88 41objectclass ( 1.1.2
42 NAME 'logbookConfig'
43 DESC 'ALICE: Logbook configuration object.'
44 SUP top AUXILIARY
45 MUST (lbURI $ lbUser $ lbPassword) )
46