|
|
@16570
|
11 years |
tbretz |
We have to check for the MCP state, too, to make sure that the state ...
|
|
|
@16569
|
11 years |
tbretz |
Show an out-of-memory message not more often than once a second; ...
|
|
|
@16568
|
11 years |
tbretz |
Updated the scale on the event plot - the scale for drs-gain events ...
|
|
|
@16567
|
11 years |
tbretz |
Sending the RawData must be the vector (the data) not the pointer itself.
|
|
|
@16566
|
11 years |
tbretz |
Added some more output to the log for debugging.
|
|
|
@16565
|
11 years |
tbretz |
Ratecontrol might still believe that the trigger is on, so we force ...
|
|
|
@16564
|
11 years |
tbretz |
Fixing the typo only at one place is not enough; removed the include ...
|
|
|
@16563
|
11 years |
tbretz |
Turned the login in the loop to ensure no access if no data (can this ...
|
|
|
@16562
|
11 years |
tbretz |
Added a possibility to move an entry from another list into this list.
|
|
|
@16561
|
11 years |
tbretz |
Performance improved and heavily tested version of the DRS calibration ...
|
|
|
@16560
|
11 years |
tbretz |
Performance improved and heavily tested version of the calibration ...
|
|
|
@16546
|
11 years |
tbretz |
Improved performance of checksum calculation by partly unrolling the ...
|
|
|
@16541
|
11 years |
tbretz |
Use the Time already determined.
|
|
|
@16540
|
11 years |
tbretz |
Fixed some typos in the last commit
|
|
|
@16539
|
11 years |
tbretz |
Move the update for the fDimWriteStats to UpdateRuns, so it does not ...
|
|
|
@16538
|
11 years |
tbretz |
Improved a bit the interpretation of a int64, now it is interpreted as ...
|
|
|
@16537
|
11 years |
tbretz |
Only wait if this is a valid server, e.g. dimctrl is not.
|
|
|
@16536
|
11 years |
tbretz |
Send the RESET_CONFIGURE as soon as we are InProgress
|
|
|
@16534
|
11 years |
tbretz |
Send CLOSE_OPEN_FILES when a run is stopped.
|
|
|
@16533
|
11 years |
tbretz |
Renamed WritingData of fadctrl to RunInProgress
|
|
|
@16532
|
11 years |
tbretz |
Renamed state WritingData of fadctrl to RunInProgress
|
|
|
@16531
|
11 years |
tbretz |
Improved statistics sent with GUI_STATS; some cosmetics
|
|
|
@16530
|
11 years |
tbretz |
Let applyCalib know how big the current queue is to optimize cpu ...
|
|
|
@16529
|
11 years |
tbretz |
Adapted to changed in GUI_STATS
|
|
|
@16528
|
11 years |
tbretz |
Made the list a class member to avoid accesses from outsize and ...
|
|
|
@16527
|
11 years |
tbretz |
Do not go out of TakingData only because the trigger is switched off.
|
|
|
@16526
|
11 years |
tbretz |
Adapted FAD section to updates in GUI_STATS
|
|
|
@16525
|
11 years |
tbretz |
Adapted to changes in GUI_STATS
|
|
|
@16524
|
11 years |
tbretz |
Simplified GUI_STATS
|
|
|
@16506
|
11 years |
lyard |
changed output text of fitsCompressor
|
|
|
@16502
|
11 years |
lyard |
fixed bug with negative start cell
|
|
|
@16495
|
11 years |
lyard |
removed debug output
|
|
|
@16485
|
11 years |
lyard |
changed drs calib table name
|
|
|
@16483
|
11 years |
tbretz |
Added also a one second sleep before shutting down dim. This allows ...
|
|
|
@16482
|
11 years |
tbretz |
Added setData for const char* and for string
|
|
|
@16481
|
11 years |
tbretz |
included the header for list
|
|
|
@16479
|
11 years |
tbretz |
Use the new Queue class to queue the Messages. This avoids Dim ...
|
|
|
@16477
|
11 years |
tbretz |
Increased waiting time to check for server availablility a bit.
|
|
|
@16476
|
11 years |
tbretz |
Added descriptions; use time as service time.
|
|
|
@16475
|
11 years |
tbretz |
Added the missing setData with a typename template.
|
|
|
@16470
|
11 years |
tbretz |
The C version is not needed anymore.
|
|
|
@16469
|
11 years |
tbretz |
Made compile also with the root version on gate.
|
|
|
@16466
|
11 years |
tbretz |
Check if 'dir' property exists.
|
|
|
@16451
|
11 years |
tbretz |
Replaced some SendCommand by SendCommandNB and some DimClient by Dim
|
|
|
@16450
|
11 years |
tbretz |
Fixed a typo and replaced another DImClient by Dim
|
|
|
@16449
|
11 years |
tbretz |
Changed some SendCommand to SendCommandNB - no need to block; added ...
|
|
|
@16448
|
11 years |
tbretz |
Fixed a typo and added DimNetworkNotAvailable.
|
|
|
@16447
|
11 years |
tbretz |
Added time to output -- to be further improved.
|
|
|
@16446
|
11 years |
tbretz |
Added some comments
|
|
|
@16445
|
11 years |
tbretz |
Added time to output; Require the physics trigger be enables and ...
|
|
|
@16444
|
11 years |
tbretz |
First send the command to the FTM then the Dim message; change the ...
|
|
|
@16443
|
11 years |
lyard |
more tweaks to factfits
|
|
|
@16442
|
11 years |
tbretz |
If exceptions are not enabled, don't throw...
|
|
|
@16441
|
11 years |
tbretz |
Some updates to the output; added a timeout when waiting for the ...
|
|
|
@16428
|
11 years |
tbretz |
Added copy cnstructor to DrsCalibration; allow CorrectStep to be ...
|
|
|
@16427
|
11 years |
tbretz |
Replaced push_back by emplace_back and size() by empty() where ...
|
|
|
@16426
|
11 years |
tbretz |
Fixed some typos and a compiler warning.
|
|
|
@16425
|
11 years |
tbretz |
requestedTile and currentTile should be uint32_t in ReadBinaryRow; no ...
|
|
|
@16424
|
11 years |
tbretz |
Added new member in Column to store the total number of bytes; ...
|
|
|
@16423
|
11 years |
tbretz |
Use zfits instead of fits.
|
|
|
@16418
|
11 years |
lyard |
Fixed bugs from improvements
|
|
|
@16417
|
11 years |
tbretz |
removed the obsolete mightFail from the constructor; some little ...
|
|
|
@16416
|
11 years |
tbretz |
removed the obsolete mightFail from the constructor; some little ...
|
|
|
@16415
|
11 years |
tbretz |
added total_bytes to support the new member functions GetHeapShift and ...
|
|
|
@16414
|
11 years |
lyard |
Fixed little size_t to off_t bug
|
|
|
@16413
|
11 years |
tbretz |
Replaced some size() by empty() where possible.
|
|
|
@16412
|
11 years |
tbretz |
Reverting to last revision.
|
|
|
@16387
|
11 years |
tbretz |
Replaced target by state; target is not needed and might even throw an ...
|
|
|
@16386
|
11 years |
tbretz |
Also send a CLOSE_OPEN_FILES
|
|
|
@16385
|
11 years |
tbretz |
Theoretically, the fadctrl can also hang in Configuring1 because that ...
|
|
|
@16384
|
11 years |
tbretz |
Some improvements switching on the drive cabinet.
|
|
|
@16383
|
11 years |
tbretz |
Added some info to some log-message
|
|
|
@16382
|
11 years |
tbretz |
Some more performance improvements (e.g. emplace instead of post, ...
|
|
|
@16381
|
11 years |
tbretz |
There is no need to copy shared_ptrs when the pointer is kept valid ...
|
|
|
@16380
|
11 years |
tbretz |
Added more kRequest enums; moved the request form the run-ctrl (where ...
|
|
|
@16379
|
11 years |
tbretz |
The closing paranthesis was missing
|
|
|
@16378
|
11 years |
tbretz |
The argument for cos() must be float
|
|
|
@16377
|
11 years |
tbretz |
Added the updated formula for the decrease of energy threshold with ...
|
|
|
@16376
|
11 years |
tbretz |
Fixed a problem with one of the constructors. We should keep the ...
|
|
|
@16375
|
11 years |
tbretz |
First make sure that the ratecontrol is switched off before starting ...
|
|
|
@16374
|
11 years |
tbretz |
Added ln_get_lunar_phase
|
|
|
@16331
|
11 years |
lyard |
Added comment functions to ofits.h
|
|
|
@16287
|
11 years |
lyard |
got rid of a cast on tellg
|
|
|
@16286
|
11 years |
lyard |
added fitsCompressor executable
|
|
|
@16285
|
11 years |
lyard |
added new files for fitsCompressor and compressed files read headers
|
|
|
@16284
|
11 years |
lyard |
added fitsCompressor and compressed files read headers
|
|
|
@16283
|
11 years |
tbretz |
In analogy to the container functions, added post and emplace
|
|
|
@16282
|
11 years |
tbretz |
Replaced push_back by emplac_back were reasonable.
|
|
|
@16197
|
11 years |
tbretz |
Also stop configuration of ratecontrol when a configuration is reset.
|
|
|
@16196
|
11 years |
tbretz |
Added a constructor with a timeval... fixed a problem with the time_t ...
|
|
|
@16110
|
11 years |
tbretz |
Replaced deque by list
|
|
|
@16109
|
11 years |
tbretz |
Switched from the C-version for the event builder to the C++ version
|
|
|
@16108
|
11 years |
tbretz |
Added a new run-close condition for the case an invalid event was received.
|
|
|
@16107
|
11 years |
tbretz |
Removed the C-interface and added the C++-interface to the event ...
|
|
|
@16106
|
11 years |
tbretz |
Removed a lot of debug code which was never used anyway; improved ...
|
|
|
@16105
|
11 years |
tbretz |
Added the new structures EVT_CTRL2 and RUN_CTRL2
|
|
|
@16104
|
11 years |
tbretz |
Removed some obsolete old structs; some imporvement to the ...
|
|
|
@16103
|
11 years |
tbretz |
some imporvements of the output; some improvements to the statistics; ...
|
|
|
@16102
|
11 years |
tbretz |
Added a user supplied 'this' argument to v8.timeout and the Thread class.
|
|
|
@16099
|
11 years |
tbretz |
Skip the message in the log stream.
|
|
|