#include <TApi.h>
Collaboration diagram for TApi:
Public Member Functions | |
TApi () | |
Constructor. | |
~TApi () | |
Destructor. | |
void | initialiseAll (int runNumber) |
Initialise all the Rods and modules found in the configuration. | |
void | shutdownAll () |
Shutdown everything. | |
void | setRunNumber (int newRun) |
Change the run number. | |
void | setScanNumber (int newScan) |
Change the scan number. | |
void | echo (unsigned int partition, unsigned int crate, unsigned int rod, unsigned int length, unsigned long *data) |
Using a primitive, send some data to the ROD. | |
void | echoAll (unsigned int length, unsigned long *data) |
Using a primitive, send some data to the ROD. | |
void | echoSlave (unsigned int partition, unsigned int crate, unsigned int rod, unsigned int slave, unsigned int length, unsigned long *data) |
Using a primitive, send some data to the ROD. | |
void | loadConfiguration () |
Reload configuration from the "configuration database". | |
void | loadModuleConfigurations () |
Load module configurations from the "configuration database". | |
void | configureBOC (unsigned int partition, unsigned int crate, unsigned int rod) |
Reset BOC configuration. | |
void | awaitResponse (unsigned int partition, unsigned int crate, unsigned int rod, int timeout=5) |
Wait for a ROD to finish a primlist. | |
unsigned long * | getResponse (unsigned int partition, unsigned int crate, unsigned int rod) |
Get a response from the rod. | |
unsigned long * | getResponse (unsigned int partition, unsigned int crate, unsigned int rod, unsigned long *length) |
Get a response from the rod. | |
bool | getRodMessage (unsigned int partition, unsigned int crate, unsigned int rod, char *buffer, unsigned long &length) |
Get a message from a ROD text buffer Returns whether the action was completed. | |
void | flashLED (unsigned int partition, unsigned int crate, unsigned int rod, long slaveNumber, long period=1000, long flashes=10) |
This creates its own primitive list and sends it to a slave DSP on the ROD. | |
void | status () |
Int_t | dspBlockDump (unsigned int partition, unsigned int crate, unsigned int rod, long dspStart, long numWords, long dspNumber, bool usePrimitive=true) |
Dump contents of a block of DSP memory to cout. | |
Int_t | dspBlockDumpFile (unsigned int partition, unsigned int crate, unsigned int rod, long dspStart, long numWords, long dspNumber, const char *filename, bool usePrimitive=true) |
Dump contents of a block of DSP memory to a file. | |
unsigned long * | dspBlockRead (unsigned int partition, unsigned int crate, unsigned int rod, long dspStart, long numWords, long dspNumber, unsigned long *length, bool usePrimitive=true) |
Read data. | |
int | dspBlockWrite (unsigned int partition, unsigned int crate, unsigned int rod, unsigned long *buffer, unsigned long dspAddress, long numWords, long dspNumber, bool usePrimitive=true) |
Write a block of memory to a ROD DSP. | |
unsigned long | readRodStatusReg (unsigned int partition, unsigned int crate, unsigned int rod, long regNumber) |
Read one ROD Status Register via HPI. | |
unsigned long | readRodCommandReg (unsigned int partition, unsigned int crate, unsigned int rod, long regNumber) |
Read one ROD Command Register via HPI. | |
unsigned long | dspSingleRead (unsigned int partition, unsigned int crate, unsigned int rod, const unsigned long dspAddr, long dspNumber) |
Read a single 32b word from MasterDSP SDRAM via HPI. | |
void | dspSingleWrite (unsigned int partition, unsigned int crate, unsigned int rod, unsigned long dspAddr, unsigned long value, long dspNumber) |
Write a single 32b word to MasterDSP SDRAM via HPI. | |
void | createDebugPrimList () |
Create a prim list. | |
void | addDebugPrimList (unsigned long length, long index, long id, long version, unsigned long *body) |
Insert a primitive in a prim list. | |
void | sendDebugPrimList (unsigned int partition, unsigned int crate, unsigned int rod) |
Send the previously created prim list. | |
void | sendDebugPrimListAll () |
Send the previously created prim list to all RODs. | |
void | sendDebugSlavePrimList (unsigned int partition, unsigned int crate, unsigned int rod, unsigned int slave, bool await, bool response) |
Send prim list to slave. | |
void | debugPrimListFromFile (const char *fileName) |
void | dumpDebugPrimList () |
std::list< SctApi::RodLabel > | listRods () |
unsigned long * | retrieveModule (UINT32 mid) |
Return the module configuration data for the required module. | |
UINT32 | findModule (const char *sn) |
UINT32 | findModule (INT32 mur, INT32 module) |
Return unique identifier for mur/module. | |
UINT32 | findBarrelModule (INT32 barrel, INT32 row, INT32 number) |
Return unique identifer from barrel geometry. | |
UINT32 | findEndcapModule (INT32 disk, INT32 ring, INT32 number) |
Return unique identifer from endcap geometry. | |
void | getABCDModules (UINT32 bank) |
Get all modules from ROD to memory. | |
void | getABCDModule (UINT32 mid, UINT32 bank) |
Get module from ROD to memory. | |
void | setABCDModules (UINT32 bank) |
Set all module configs in a ROD bank. | |
void | setABCDModule (UINT32 mid, UINT32 bank) |
Set module config in ROD bank. | |
void | sendABCDModule (UINT32 mid, UINT32 bank, UINT32 type=2) |
void | sendABCDModules (UINT32 bank, UINT32 type=2) |
void | modifyABCDMask (UINT32 mid, UINT32 *mask) |
Modify mask of module in online configuration. | |
void | modifyABCDTrims (UINT32 mid, UINT8 *trims) |
Modify trims of module in online configuration. | |
void | modifyABCDVar (UINT32 typ, FLOAT32 var) |
Modify variable of all modules in online configuration. | |
void | modifyABCDVar (UINT32 mid, UINT32 typ, FLOAT32 var) |
Modify variable of module in online configuration. | |
void | modifyABCDVar (UINT32 mid, UINT32 c, UINT32 typ, FLOAT32 var) |
Modify variable of one chip of module in online configuration. | |
void | modifyABCDVarROD (UINT32 mid, UINT32 chip, UINT32 typ, FLOAT32 var, UINT32 bank) |
Modify variable for specific module/chip in ROD bank. | |
void | modifyABCDVarROD (UINT32 typ, FLOAT32 var, UINT32 bank) |
Modify variable in ROD bank. | |
void | modifyBOCParam (unsigned int partition, unsigned int crate, unsigned int rod, unsigned int channel, unsigned int type, unsigned int val) |
Modify a BOC variable. | |
void | modifyBOCParam (unsigned int type, unsigned int val) |
Modify all BOC parameters. | |
void | defaultScan (int type) |
Do a scan (hardcoded for testing). | |
void | tidyHistogramming () |
Tidy up just in case things got left behind. | |
void | doScan (TScanDef scan) |
Carry out the scan defined by scan. | |
void | awaitScan () |
void | doRawScan (TScanDef scan, int delay, int width, bool configure=true, bool clkBy2=false) |
Scan returning histograms of raw data. | |
void | sendTrigger (unsigned int partition, unsigned int crate, unsigned int rod, TTrigger trig) |
Send one trigger to the currently configured modules. | |
void | printABCDModule (int mid) |
Uses the sctConf method. | |
void | printABCDRodModule (int mid, int bank) |
Uses the sctConf method. | |
void | printBOCSetup (unsigned int partition, unsigned int crate, unsigned int rod) |
Print BOC setup of all channels. | |
void | currentBOCSetup (unsigned int partition, unsigned int crate, unsigned int rod) |
void | printBOCRegisters (unsigned int partition, unsigned int crate, unsigned int rod) |
Print all BOC registers. | |
void | saveBOCSetup (unsigned int partition, unsigned int crate, unsigned int rod, UINT32 bank) |
Save BOC setup. | |
void | saveBOCRegisters (unsigned int partition, unsigned int crate, unsigned int rod, UINT32 bank) |
Save BOC registers. | |
void | restoreBOCSetup (unsigned int partition, unsigned int crate, unsigned int rod, UINT32 bank) |
Response BOC setup. | |
void | restoreBOCRegisters (unsigned int partition, unsigned int crate, unsigned int rod, UINT32 bank) |
Restore BOC registers. | |
void | rawData (unsigned int partition, unsigned int crate, unsigned int rod, int delay, int units, bool setMask=true, TTrigger trig=TTrigger()) |
Print raw link data. | |
char * | probe (unsigned int partition, unsigned int crate, unsigned int rod, signed int harness=-1) |
Probe channels on a ROD to find out what's there. | |
char * | probeWithTrigger (unsigned int partition, unsigned int crate, unsigned int rod, TTrigger trig, signed int harness=-1) |
Probe channels on a ROD to find out what's there. | |
void | probeScan (unsigned int partition, unsigned int crate, unsigned int rod, TScanDef scan, signed int harness=-1) |
Probe channels on a ROD to find out what's there. | |
bool | checkAllModulesProbe (const char *value) |
Probe all modules and check if value returned is in string. | |
void | autoConfigure () |
Attempt to configure. | |
void | bocHistogram (unsigned int partition, unsigned int crate, unsigned int rod, unsigned int samples, unsigned int numLoops) |
Print "BOC Histogram". | |
void | rodMode (unsigned int partition, unsigned int crate, unsigned int rod, int mode, int flag, int fifoSetup, int nBins, int delay, int message) |
Do something to the rod mode! | |
void | standardRegisterDump (unsigned int partition, unsigned int crate, unsigned int rod) |
void | lasersOff () |
For extra safety (don't use with lots of modules connected. | |
void | scanEvents (unsigned int partition, unsigned int crate, unsigned int rod, int sl=-1, bool extFlag=false, bool errorType=false) |
Scan for events. | |
void | decodeEvent (unsigned int partition, unsigned int crate, unsigned int rod, int sl, int index, bool extFlag=false, bool errorType=false) |
Print decoded event. | |
void | decodeConfig (unsigned int partition, unsigned int crate, unsigned int rod, bool skipTrim=false, bool bypass=false) |
Decode config bit stream (only valid after SEND_CONFIG. | |
void | testLinkOutSelect (unsigned int partition, unsigned int crate, unsigned int rod, unsigned int link) |
void | setDebugOption (const char *opt) |
void | unsetDebugOption (const char *opt) |
void | listEnabledDebugOptions () |
void | listDebugOptions () |
void | debugStepHistogram () |
void | debugContinueHistogram () |
void | debugAbortHistogram () |
void | timSetFrequency (unsigned int partition, unsigned int crate, double trigFreq, double rstFreq) |
Set both trigger and reset frequency. | |
void | freeTriggers (unsigned int partition, unsigned int crate) |
Use currently set frequency. | |
void | stopTriggers (unsigned int partition, unsigned int crate) |
Stop the TIM generating regular triggers. | |
void | timL1A (unsigned int partition, unsigned int crate) |
Tell the TIM to send an L1A. | |
void | timCalL1A (unsigned int partition, unsigned int crate, int delay) |
Tell TIM to send Cal + L1A. | |
void | timSoftReset (unsigned int partition, unsigned int crate) |
Tell the TIM to send a softReset. | |
void | timBCReset (unsigned int partition, unsigned int crate) |
Tell the TIM to send a BCR. | |
void | sendTimBurst (unsigned int partition, unsigned int crate, int count) |
Send a burst of triggers from the TIM. | |
void | timVerbose (unsigned int partition, unsigned int crate) |
Print info about the TIM. | |
void | timRegLoad (unsigned int partition, unsigned int crate, int reg, UINT16 val) |
UINT16 | timReadRegister (unsigned int partition, unsigned int crate, int reg) |
void | requestHardReset (UINT32 mid) |
void | resumePolling () |
void | stopPolling () |
Private Member Functions | |
TApi (const TApi &) | |
TApi & | operator= (const TApi &) |
Private Attributes | |
SctApi::SctApi * | worker |
The worker that implements the functions. |
This class is processed to generate a Root dictionary that means it can be used from Root. This is basically a proxy for the SctApi class, all methods on it are delegated to an instance of the SctApi class which is created on construction.
A secondary purpose of this class is to extract the public interface from the SctApi class. This means that this class should be capable of doing anything it is necessary to do using the SctApi class, and also serves the purpose of testing the abstraction from the underlying RodModule classes and exceptions.
Definition at line 174 of file TApi.h.
|
Constructor.
|
|
Destructor.
Definition at line 41 of file TApi.cxx. References worker. |
|
Insert a primitive in a prim list.
Definition at line 202 of file TApi.cxx. References SctApi::SctApi::addDebugPrimList(), and worker. |
Here is the call graph for this function:
|
Attempt to configure.
Definition at line 508 of file TApi.cxx. References worker. |
|
Wait for a ROD to finish a primlist.
Definition at line 82 of file TApi.cxx. References SctApi::SctApi::awaitResponse(), and worker. |
Here is the call graph for this function:
|
Print "BOC Histogram".
Definition at line 530 of file TApi.cxx. References SctApi::SctApi::bocHistogram(), and worker. |
Here is the call graph for this function:
|
Probe all modules and check if value returned is in string.
Definition at line 504 of file TApi.cxx. References SctApi::SctApi::checkAllModulesProbe(), and worker. |
Here is the call graph for this function:
|
Reset BOC configuration.
Definition at line 190 of file TApi.cxx. References SctApi::SctApi::configureBOC(), and worker. |
Here is the call graph for this function:
|
Create a prim list.
Definition at line 220 of file TApi.cxx. References SctApi::SctApi::createDebugPrimList(), and worker. |
Here is the call graph for this function:
|
Decode config bit stream (only valid after SEND_CONFIG.
Definition at line 601 of file TApi.cxx. References SctApi::SctApi::decodeConfig(), and worker. |
Here is the call graph for this function:
|
Print decoded event.
Definition at line 596 of file TApi.cxx. References SctApi::SctApi::decodeEvent(), and worker. |
Here is the call graph for this function:
|
Do a scan (hardcoded for testing).
Definition at line 281 of file TApi.cxx. References SctApi::SctApi::defaultScan(), and worker. |
Here is the call graph for this function:
|
Scan returning histograms of raw data.
Definition at line 309 of file TApi.cxx. References SctApi::SctApi::doRawScan(), TScanDef::update(), and worker. |
Here is the call graph for this function:
|
Carry out the scan defined by scan.
Definition at line 290 of file TApi.cxx. References SctApi::SctApi::doScan(), TScanDef::update(), and worker. |
Here is the call graph for this function:
|
Dump contents of a block of DSP memory to cout.
Definition at line 239 of file TApi.cxx. References SctApi::SctApi::dspBlockDump(), and worker. |
Here is the call graph for this function:
|
Dump contents of a block of DSP memory to a file.
Definition at line 244 of file TApi.cxx. References SctApi::SctApi::dspBlockDumpFile(), and worker. |
Here is the call graph for this function:
|
Read data.
Definition at line 253 of file TApi.cxx. References SctApi::SctApi::dspBlockRead(), and worker. |
Here is the call graph for this function:
|
Write a block of memory to a ROD DSP.
Definition at line 263 of file TApi.cxx. References SctApi::SctApi::dspBlockWrite(), and worker. |
Here is the call graph for this function:
|
Read a single 32b word from MasterDSP SDRAM via HPI.
Definition at line 270 of file TApi.cxx. References SctApi::SctApi::dspSingleRead(), and worker. |
Here is the call graph for this function:
|
Write a single 32b word to MasterDSP SDRAM via HPI.
Definition at line 276 of file TApi.cxx. References SctApi::SctApi::dspSingleWrite(), and worker. |
Here is the call graph for this function:
|
Using a primitive, send some data to the ROD. Expect an output. Definition at line 68 of file TApi.cxx. References SctApi::SctApi::echo(), and worker. |
Here is the call graph for this function:
|
Using a primitive, send some data to the ROD. Expect an output. Definition at line 73 of file TApi.cxx. References SctApi::SctApi::echoAll(), and worker. |
Here is the call graph for this function:
|
Using a primitive, send some data to the ROD. Expect an output. Definition at line 77 of file TApi.cxx. References SctApi::SctApi::echoSlave(), and worker. |
Here is the call graph for this function:
|
Return unique identifer from barrel geometry.
Definition at line 194 of file TApi.cxx. References SctApi::SctApi::findBarrelModule(), and worker. |
Here is the call graph for this function:
|
Return unique identifer from endcap geometry.
Definition at line 198 of file TApi.cxx. References SctApi::SctApi::findEndcapModule(), and worker. |
Here is the call graph for this function:
|
Return unique identifier for mur/module.
Definition at line 116 of file TApi.cxx. References SctApi::SctApi::findModule(), and worker. |
Here is the call graph for this function:
|
Definition at line 112 of file TApi.cxx. References SctApi::SctApi::findModule(), and worker. |
Here is the call graph for this function:
|
This creates its own primitive list and sends it to a slave DSP on the ROD. Period given in ms Definition at line 63 of file TApi.cxx. References SctApi::SctApi::flashLED(), and worker. |
Here is the call graph for this function:
|
Use currently set frequency.
Definition at line 611 of file TApi.cxx. References SctApi::SctApi::freeTriggers(), and worker. |
Here is the call graph for this function:
|
Get module from ROD to memory.
Definition at line 140 of file TApi.cxx. References SctApi::SctApi::getABCDModule(), and worker. |
Here is the call graph for this function:
|
Get all modules from ROD to memory.
Definition at line 136 of file TApi.cxx. References SctApi::SctApi::getABCDModules(), and worker. |
Here is the call graph for this function:
|
Get a response from the rod.
Definition at line 98 of file TApi.cxx. References SctApi::SctApi::getResponse(), and worker. |
Here is the call graph for this function:
|
Get a response from the rod.
Definition at line 86 of file TApi.cxx. References SctApi::SctApi::getResponse(), and worker. |
Here is the call graph for this function:
|
Get a message from a ROD text buffer Returns whether the action was completed.
Definition at line 107 of file TApi.cxx. References SctApi::SctApi::getRodMessage(), and worker. |
Here is the call graph for this function:
|
Initialise all the Rods and modules found in the configuration.
Definition at line 47 of file TApi.cxx. References SctApi::SctApi::initialiseAll(), and worker. |
Here is the call graph for this function:
|
For extra safety (don't use with lots of modules connected.
Definition at line 587 of file TApi.cxx. References SctApi::SctApi::lasersOff(), and worker. |
Here is the call graph for this function:
|
Reload configuration from the "configuration database".
Definition at line 182 of file TApi.cxx. References SctApi::SctApi::loadConfiguration(), and worker. |
Here is the call graph for this function:
|
Load module configurations from the "configuration database".
Definition at line 186 of file TApi.cxx. References SctApi::SctApi::loadModuleConfigurations(), and worker. |
Here is the call graph for this function:
|
Modify mask of module in online configuration.
Definition at line 144 of file TApi.cxx. References SctApi::SctApi::modifyABCDMask(), and worker. |
Here is the call graph for this function:
|
Modify trims of module in online configuration.
Definition at line 148 of file TApi.cxx. References SctApi::SctApi::modifyABCDTrims(), and worker. |
Here is the call graph for this function:
|
Modify variable of one chip of module in online configuration.
Definition at line 160 of file TApi.cxx. References SctApi::SctApi::modifyABCDVar(), and worker. |
Here is the call graph for this function:
|
Modify variable of module in online configuration.
Definition at line 156 of file TApi.cxx. References SctApi::SctApi::modifyABCDVar(), and worker. |
Here is the call graph for this function:
|
Modify variable of all modules in online configuration.
Definition at line 152 of file TApi.cxx. References SctApi::SctApi::modifyABCDVar(), and worker. |
Here is the call graph for this function:
|
Modify variable in ROD bank.
Definition at line 168 of file TApi.cxx. References SctApi::SctApi::modifyABCDVarROD(), and worker. |
Here is the call graph for this function:
|
Modify variable for specific module/chip in ROD bank.
Definition at line 164 of file TApi.cxx. References SctApi::SctApi::modifyABCDVarROD(), and worker. |
Here is the call graph for this function:
|
Modify all BOC parameters.
Definition at line 178 of file TApi.cxx. References worker. |
|
Modify a BOC variable.
Definition at line 172 of file TApi.cxx. References worker. |
|
Uses the sctConf method.
Definition at line 373 of file TApi.cxx. References SctApi::SctApi::printABCDModule(), and worker. |
Here is the call graph for this function:
|
Uses the sctConf method.
Definition at line 377 of file TApi.cxx. References worker. |
|
Print all BOC registers.
Definition at line 405 of file TApi.cxx. References worker. |
|
Print BOC setup of all channels.
Definition at line 382 of file TApi.cxx. References worker. |
|
Probe channels on a ROD to find out what's there.
Definition at line 441 of file TApi.cxx. References SctApi::SctApi::probe(), and worker. |
Here is the call graph for this function:
|
Probe channels on a ROD to find out what's there.
Definition at line 479 of file TApi.cxx. References TScanDef::update(), and worker. |
Here is the call graph for this function:
|
Probe channels on a ROD to find out what's there.
Definition at line 455 of file TApi.cxx. References TriggerWrapper::getTrigger(), SctApi::SctApi::probeWithTrigger(), TTrigger::update(), and worker. |
Here is the call graph for this function:
|
Print raw link data.
Definition at line 429 of file TApi.cxx. References TriggerWrapper::getTrigger(), SctApi::SctApi::rawData(), TTrigger::update(), and worker. |
Here is the call graph for this function:
|
Read one ROD Command Register via HPI.
Definition at line 341 of file TApi.cxx. References SctApi::SctApi::readRodCommandReg(), and worker. |
Here is the call graph for this function:
|
Read one ROD Status Register via HPI.
Definition at line 346 of file TApi.cxx. References SctApi::SctApi::readRodStatusReg(), and worker. |
Here is the call graph for this function:
|
Restore BOC registers.
Definition at line 425 of file TApi.cxx. References SctApi::SctApi::restoreBOCRegisters(), and worker. |
Here is the call graph for this function:
|
Response BOC setup.
Definition at line 421 of file TApi.cxx. References SctApi::SctApi::restoreBOCSetup(), and worker. |
Here is the call graph for this function:
|
Return the module configuration data for the required module.
Definition at line 369 of file TApi.cxx. References SctApi::SctApi::retrieveModule(), and worker. |
Here is the call graph for this function:
|
Do something to the rod mode!
Definition at line 524 of file TApi.cxx. References SctApi::SctApi::rodMode(), and worker. |
Here is the call graph for this function:
|
Save BOC registers.
Definition at line 417 of file TApi.cxx. References SctApi::SctApi::saveBOCRegisters(), and worker. |
Here is the call graph for this function:
|
Save BOC setup.
Definition at line 413 of file TApi.cxx. References SctApi::SctApi::saveBOCSetup(), and worker. |
Here is the call graph for this function:
|
Scan for events.
Definition at line 591 of file TApi.cxx. References SctApi::SctApi::scanEvents(), and worker. |
Here is the call graph for this function:
|
Definition at line 128 of file TApi.cxx. References SctApi::SctApi::sendABCDModule(), and worker. |
Here is the call graph for this function:
|
Definition at line 120 of file TApi.cxx. References SctApi::SctApi::sendAllABCDModules(), and worker. |
Here is the call graph for this function:
|
Send the previously created prim list.
Definition at line 207 of file TApi.cxx. References SctApi::SctApi::sendDebugPrimList(), and worker. |
Here is the call graph for this function:
|
Send the previously created prim list to all RODs.
Definition at line 211 of file TApi.cxx. References SctApi::SctApi::sendDebugPrimListAll(), and worker. |
Here is the call graph for this function:
|
Send prim list to slave.
Definition at line 215 of file TApi.cxx. References SctApi::SctApi::sendDebugSlavePrimList(), and worker. |
Here is the call graph for this function:
|
Send a burst of triggers from the TIM.
Definition at line 635 of file TApi.cxx. References worker. |
|
Send one trigger to the currently configured modules.
Definition at line 326 of file TApi.cxx. References TriggerWrapper::getTrigger(), SctApi::SctApi::sendTrigger(), TTrigger::update(), and worker. |
Here is the call graph for this function:
|
Set module config in ROD bank.
Definition at line 351 of file TApi.cxx. References SctApi::SctApi::setABCDModule(), and worker. |
Here is the call graph for this function:
|
Set all module configs in a ROD bank.
Definition at line 360 of file TApi.cxx. References SctApi::SctApi::setABCDModules(), and worker. |
Here is the call graph for this function:
|
Change the run number.
Definition at line 55 of file TApi.cxx. References SctApi::SctApi::setRunNumber(), and worker. |
Here is the call graph for this function:
|
Change the scan number.
Definition at line 59 of file TApi.cxx. References SctApi::SctApi::setScanNumber(), and worker. |
Here is the call graph for this function:
|
Shutdown everything.
Definition at line 51 of file TApi.cxx. References SctApi::SctApi::shutdownAll(), and worker. |
Here is the call graph for this function:
|
Stop the TIM generating regular triggers.
Definition at line 615 of file TApi.cxx. References SctApi::SctApi::stopTriggers(), and worker. |
Here is the call graph for this function:
|
Tidy up just in case things got left behind.
Definition at line 285 of file TApi.cxx. References SctApi::SctApi::tidyHistogramming(), and worker. |
Here is the call graph for this function:
|
Tell the TIM to send a BCR.
Definition at line 631 of file TApi.cxx. References SctApi::SctApi::timBCReset(), and worker. |
Here is the call graph for this function:
|
Tell TIM to send Cal + L1A.
Definition at line 623 of file TApi.cxx. References SctApi::SctApi::timCalL1A(), and worker. |
Here is the call graph for this function:
|
Tell the TIM to send an L1A.
Definition at line 619 of file TApi.cxx. References SctApi::SctApi::timL1A(), and worker. |
Here is the call graph for this function:
|
Set both trigger and reset frequency.
Definition at line 606 of file TApi.cxx. References SctApi::SctApi::timSetFrequency(), and worker. |
Here is the call graph for this function:
|
Tell the TIM to send a softReset.
Definition at line 627 of file TApi.cxx. References SctApi::SctApi::timSoftReset(), and worker. |
Here is the call graph for this function:
|
Print info about the TIM.
Definition at line 639 of file TApi.cxx. References SctApi::SctApi::timVerbose(), and worker. |
Here is the call graph for this function:
|