source: trunk/FACT++/ScriptsForDimCtrl/TakeMrk421.dim@ 14984

Last change on this file since 14984 was 14345, checked in by Jens Buss, 12 years ago
optimized output to 40 signs textwidth
File size: 1.4 KB
Line 
1#!dimctrl --exec
2
3# ==========================================================================
4# Data taking and tracking script for Mrk 421
5# ==========================================================================
6
7# call it by: .x ScriptsForDimCtrl/TakeMrk421.dim
8
9# ----------------------------------------------------
10
11>
12> ======================================
13> Data taking and tracking script for
14> Mrk 421
15> ======================================
16> starting up...
17>
18
19# changing tracking to Mrk 421 Wobble 1
20.x ScriptsForDimCtrl/ServiceScripts/TrackMrk421Wobble1.dim
21
22# Wait for drivectrl to reply that its tracking the given source
23.x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim
24
25# starting data taking of Mrk 421 Wobble 1
26.x ScriptsForDimCtrl/DataTaking1.dim
27
28# --------------------------------------
29# Label for processing only Wobble position 2
30# call like this .x ScriptsForDimCtrl/TakeMrk421.dim:2
31:2
32# --------------------------------------
33
34# changing tracking to Mrk 421 Wobble 2
35.x ScriptsForDimCtrl/ServiceScripts/TrackMrk421Wobble2.dim
36
37# Wait for drivectrl to reply that its tracking the given source
38.x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim
39
40# data taking to Mrk 421 Wobble 2
41.x ScriptsForDimCtrl/DataTaking2.dim
42
43# Stop tracking
44.x ScriptsForDimCtrl/ServiceScripts/StopTracking.dim
45
46> ======================================
47> Data taking and tracking script for
48> Mrk 421 --> FINISHED
49> ======================================
50>
51
52
Note: See TracBrowser for help on using the repository browser.