Line | |
---|
1 | #!dimctrl --exec
|
---|
2 |
|
---|
3 | # ==========================================================================
|
---|
4 | # Script for taking a Data Set (1x Pedestal On, 1x LPext, 4x5min DataRun)
|
---|
5 | # ==========================================================================
|
---|
6 |
|
---|
7 | >-
|
---|
8 |
|
---|
9 | # take a Pedestal run
|
---|
10 | .x ScriptsForDimCtrl/ServiceScripts/IsTracking.dim
|
---|
11 | .x ScriptsForDimCtrl/ServiceScripts/TakePedestalOnRun.dim
|
---|
12 |
|
---|
13 | # take a ExtLP run
|
---|
14 | .x ScriptsForDimCtrl/ServiceScripts/IsTracking.dim
|
---|
15 | .x ScriptsForDimCtrl/ServiceScripts/TakeExtLpRun.dim
|
---|
16 |
|
---|
17 | #Data Taking with Full Trigger Area (4x5min)
|
---|
18 |
|
---|
19 | # taking Run 1/4
|
---|
20 | > taking data run 1/4
|
---|
21 | .x ScriptsForDimCtrl/ServiceScripts/IsTracking.dim
|
---|
22 | .x ScriptsForDimCtrl/ServiceScripts/TakeDataRun.dim
|
---|
23 |
|
---|
24 | # taking Run 2/4
|
---|
25 | > taking data run 2/4
|
---|
26 | .x ScriptsForDimCtrl/ServiceScripts/IsTracking.dim
|
---|
27 | .x ScriptsForDimCtrl/ServiceScripts/TakeDataRun.dim
|
---|
28 |
|
---|
29 | # taking Run 3/4
|
---|
30 | > taking data run 3/4
|
---|
31 | .x ScriptsForDimCtrl/ServiceScripts/IsTracking.dim
|
---|
32 | .x ScriptsForDimCtrl/ServiceScripts/TakeDataRun.dim
|
---|
33 |
|
---|
34 | # taking Run 4/4
|
---|
35 | > taking data run 4/4
|
---|
36 | .x ScriptsForDimCtrl/ServiceScripts/IsTracking.dim
|
---|
37 | .x ScriptsForDimCtrl/ServiceScripts/TakeDataRun.dim
|
---|
38 |
|
---|
39 |
|
---|
40 | >-
|
---|
Note:
See
TracBrowser
for help on using the repository browser.