source: trunk/FACT++/ScriptsForDimCtrl/Take2344.dim@ 14341

Last change on this file since 14341 was 14290, checked in by neise, 13 years ago
added scripts for 2344
File size: 1.1 KB
Line 
1#!dimctrl --exec
2
3# Data taking and tracking script for 2344
4>
5> ----------------------------------------------------
6> Data taking and tracking script for 2344
7> starting up...
8> ----------------------------------------------------
9
10# changing tracking to Wobble 1
11.x ScriptsForDimCtrl/ServiceScripts/Track2344Wobble1.dim
12
13# Wait for drivectrl to reply that its tracking the given source
14.x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim
15
16# starting data taking of Wobble 1
17.x ScriptsForDimCtrl/DataTaking1.dim
18
19# Label for processing only Wobble position 2
20# call like this .x ScriptsForDimCtrl/TakeMrk421.dim:2
21:2
22
23# changing tracking to Mrk 421 Wobble 2
24.x ScriptsForDimCtrl/ServiceScripts/Track2344Wobble2.dim
25
26# Wait for drivectrl to reply that its tracking the given source
27.x ScriptsForDimCtrl/ServiceScripts/WaitForTracking.dim
28
29# data taking to Mrk 421 Wobble 2
30.x ScriptsForDimCtrl/DataTaking2.dim
31
32# Stop tracking
33.x ScriptsForDimCtrl/ServiceScripts/StopTracking.dim
34
35> ----------------------------------------------------
36> Data taking and tracking script for 2344
37> finnished
38> ----------------------------------------------------
39>
40
Note: See TracBrowser for help on using the repository browser.