#include <TApi.h>
Collaboration diagram for TScanDef:

Public Member Functions | |
| TScanDef () | |
| Constructor. | |
| TScanDef (const TScanDef &) | |
| virtual | ~TScanDef () |
| Call appropriate destructor. | |
| void | print () |
| Print the scan (not const as it has to do an update. | |
| void | configure (UINT16 type, FLOAT32 start, FLOAT32 stop, FLOAT32 step) |
| Set up scanPoints. | |
| void | configure2 (UINT16 type, FLOAT32 start, FLOAT32 stop, FLOAT32 step) |
| Set up scanPoints for set 2. | |
| void | setScanPoint (int index, FLOAT32 value) |
| Set individual scanPoints for set 1. | |
| void | setScanPoint2 (int index, FLOAT32 value) |
| Set individual scanPoints for set 2. | |
| void | setTriggersPoint (int index, UINT32 ntrigs) |
| Set number of triggers for a scan point. | |
Data Fields | |
| long | trigsPerBurst |
| How many triggers to be sent for each scan point. | |
| int | scanVariable |
| Which variable to scan over. | |
| int | scanVariable2 |
| Which variable to scan second set over. | |
| TTrigger | trigSequence |
| Sequence of triggers to send to module set 1. | |
| TTrigger | trigSequence2 |
| Sequence of triggers to send to module set 2. | |
| int | full |
| Condensed / expanded. | |
| int | bits32 |
| 16 / 32 | |
| int | loopCalLine |
| Loop over the calibration line during the scan. | |
| int | distSlave |
| Which slave distribution to use, see SctApi docs. | |
| int | debug |
| Debug mode (don't kill tasks and don't write data). | |
| int | tim |
| Use TIM for triggers. | |
Private Member Functions | |
| TScanDef & | operator= (const TScanDef &) |
| void | update () |
| Synchronise worker with other contents of object. | |
Friends | |
| class | TApi |
Wrap Scan class for ROOT
Definition at line 77 of file TApi.h.
|
|
Constructor.
|
|
|
Call appropriate destructor.
|
|
||||||||||||||||||||
|
Set up scanPoints.
|
|
||||||||||||||||||||
|
Set up scanPoints for set 2.
|
|
|
Print the scan (not const as it has to do an update.
|
|
||||||||||||
|
Set individual scanPoints for set 1.
|
|
||||||||||||
|
Set individual scanPoints for set 2.
|
|
||||||||||||
|
Set number of triggers for a scan point.
|
|
|
Synchronise worker with other contents of object.
|
|
|
16 / 32
|
|
|
Debug mode (don't kill tasks and don't write data).
|
|
|
Which slave distribution to use, see SctApi docs.
|
|
|
Condensed / expanded.
|
|
|
Loop over the calibration line during the scan.
|
|
|
Which variable to scan over.
|
|
|
Which variable to scan second set over.
|
|
|
Use TIM for triggers.
|
|
|
Sequence of triggers to send to module set 1.
|
|
|
Sequence of triggers to send to module set 2.
|
|
|
How many triggers to be sent for each scan point.
|
1.3.5