source: trigger/GlobalVariables.py@ 511

Last change on this file since 511 was 115, checked in by daqct3, 15 years ago
New Functions
File size: 401 bytes
Line 
1#!/usr/bin/python
2
3
4#contains only the user input:
5
6#global UserInput
7UserInput =''
8Rates = [0,0,0,0,
9 0,0,0,0,
10 0,0,0,0,
11 0,0,0,0]
12
13ServerMessage=''
14Flag=1
15counter = 0
16TriggerThresholds = [0,0,0,0,
17 0,0,0,0,
18 0,0,0,0,
19 0,0,0,0]
20HexPattern = '0x0000'
21MajorityLevel = 0
Note: See TracBrowser for help on using the repository browser.