#include <TApi.h>
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. | |
| SctApi::Scan * | getScan () |
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 | format |
| Slice / block. | |
| 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). | |
Private Member Functions | |
| TScanDef & | operator= (const TScanDef &) |
| void | update () |
| Synchronise worker with other contents of object. | |
Private Attributes | |
| SctApi::ScanDefImpl * | worker |
Wrap Scan class for ROOT
Definition at line 78 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.
|
|
|
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.
|
|
|
Slice / block.
|
|
|
Condensed / expanded.
|
|
|
Loop over the calibration line during the scan.
|
|
|
Which variable to scan over.
|
|
|
Which variable to scan second set over.
|
|
|
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.
Definition at line 102 of file TApi.h. Referenced by G__setup_memvarTScanDef(). |
|
|
|
1.3-rc3