StRoot
1
Main Page
Related Pages
Modules
Namespaces
Classes
Files
Examples
File List
File Members
All
Classes
Namespaces
Files
Functions
Variables
Typedefs
Enumerations
Enumerator
Friends
Groups
Pages
RTS
include
TRG
trgSpecialMap.h
1
#ifndef _TRG_SPECIAL_MAP_
2
#define _TRG_SPECIAL_MAP_
3
4
/*
5
6
Designates the canonical map between the special triggers [0..7] issued by the
7
Trigger's TCD Controller and the actual Trigger Commands fired [0..15].
8
9
*/
10
11
12
13
/*
14
TPC
15
Tonko, first version, 1/4/01
16
Tonko, 1/5/01
17
*/
18
static
const
unsigned
char
trgSpecialMapTPC[8] = {
19
0, 8, 9, 10, 11, 12, 0, 0
20
} ;
21
22
/*
23
FTPC
24
Tonko, first version, 6/7/01
25
*/
26
static
const
unsigned
char
trgSpecialMapFTPC[8] = {
27
0, 8, 9, 10, 11, 12, 0, 0
28
} ;
29
30
31
32
33
/*
34
SVT
35
Tonko, first version, 1/4/01
36
*/
37
static
const
unsigned
char
trgSpecialMapSVT[8] = {
38
0, 8, 9, 11, 12, 7, 0, 0
39
} ;
40
41
42
43
/*
44
EMC Towers
45
Tonko, first version, 2/6/01
46
Tonko, added a "9" on the position "4"
47
*/
48
static
const
unsigned
char
trgSpecialMapEMCT[8] = {
49
0, 8, 7, 11, 9, 0, 0, 0
50
} ;
51
52
#endif
Generated by
1.8.5