#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. | |
| int | nth |
| When not in group mode, how often to capture an event for histogramming. | |
| int | nth_rem |
| Which event of the nth past triggers to capture. | |
| int | enableDataMode |
| Whether or not to put the module into dataTaking mode during configure. | |
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.
Definition at line 664 of file TApi.cxx. References configure(), TTrigger::singleL1A(), trigSequence, and update(). |
Here is the call graph for this function:

|
|
Call appropriate destructor.
|
|
||||||||||||||||||||
|
Set up scanPoints.
Definition at line 741 of file TApi.cxx. References scanVariable. Referenced by TScanDef(). |
|
||||||||||||||||||||
|
Set up scanPoints for set 2.
Definition at line 746 of file TApi.cxx. References scanVariable2. |
|
|
Print the scan (not const as it has to do an update.
Definition at line 736 of file TApi.cxx. References update(). |
Here is the call graph for this function:

|
||||||||||||
|
Set individual scanPoints for set 1.
|
|
||||||||||||
|
Set individual scanPoints for set 2.
|
|
||||||||||||
|
Set number of triggers for a scan point.
Definition at line 759 of file TApi.cxx. References trigsPerBurst. |
|
|
Synchronise worker with other contents of object.
Definition at line 709 of file TApi.cxx. References bits32, debug, distSlave, enableDataMode, full, TriggerWrapper::getTrigger(), loopCalLine, nth, nth_rem, scanVariable, scanVariable2, tim, trigSequence, trigSequence2, trigsPerBurst, and TTrigger::update(). Referenced by TApi::doRawScan(), TApi::doScan(), print(), TApi::probeScan(), and TScanDef(). |
Here is the call graph for this function:

|
|
16 / 32
Definition at line 126 of file TApi.h. Referenced by update(). |
|
|
Debug mode (don't kill tasks and don't write data).
Definition at line 135 of file TApi.h. Referenced by update(). |
|
|
Which slave distribution to use, see SctApi docs.
Definition at line 132 of file TApi.h. Referenced by update(). |
|
|
Whether or not to put the module into dataTaking mode during configure.
Definition at line 147 of file TApi.h. Referenced by update(). |
|
|
Condensed / expanded.
Definition at line 123 of file TApi.h. Referenced by update(). |
|
|
Loop over the calibration line during the scan.
Definition at line 129 of file TApi.h. Referenced by update(). |
|
|
When not in group mode, how often to capture an event for histogramming.
Definition at line 141 of file TApi.h. Referenced by update(). |
|
|
Which event of the nth past triggers to capture.
Definition at line 144 of file TApi.h. Referenced by update(). |
|
|
Which variable to scan over.
Definition at line 111 of file TApi.h. Referenced by configure(), and update(). |
|
|
Which variable to scan second set over.
Definition at line 114 of file TApi.h. Referenced by configure2(), and update(). |
|
|
Use TIM for triggers.
Definition at line 138 of file TApi.h. Referenced by update(). |
|
|
Sequence of triggers to send to module set 1.
Definition at line 117 of file TApi.h. Referenced by TScanDef(), and update(). |
|
|
Sequence of triggers to send to module set 2.
Definition at line 120 of file TApi.h. Referenced by update(). |
|
|
How many triggers to be sent for each scan point.
Definition at line 108 of file TApi.h. Referenced by setTriggersPoint(), and update(). |
1.3.5