source: trunk/FACT++/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16729   11 years tbretz Make use of the new StateMachineAsio which gets the CPU consumption to ...
(edit) @16728   11 years tbretz Gets the CPU consumption to basically 0 by a more intelligent event ...
(edit) @16727   11 years tbretz Make use of the new StateMachineAsio which gets the CPU consumption to ...
(edit) @16726   11 years tbretz Changed the scope of some variables and functions to allow for ...
(edit) @16695   11 years tbretz The timing was not yet correct
(edit) @16694   11 years tbretz Removed the min/max of temperature and refclock and replaced it by 5s ...
(edit) @16691   11 years tbretz Nagle switched off... no idea if this makes any sense, but it could ...
(edit) @16619   11 years tbretz The incompolete event timeout can now be set as configuration value
(edit) @16618   11 years tbretz Added a different way to count the byted for the statistics; added the ...
(edit) @16617   11 years tbretz Removed the total number of bytes, replaced by a relative one.
(edit) @16612   11 years tbretz Removed some obsolete values from FAD_CONTROL/RUNS
(edit) @16589   11 years tbretz Removed Errors and SoftTrig
(edit) @16588   11 years tbretz Access the static data members as static data members (removes also ...
(edit) @16587   11 years tbretz If the calibration has been updated, update it in runClose; removed ...
(edit) @16585   11 years tbretz Removed Errors and SoftTrig
(edit) @16584   11 years tbretz Removed Errors and SoftTrig; let the runClose access the RUN_CTRL (to ...
(edit) @16582   11 years tbretz Removed reference to SoftTrig
(edit) @16581   11 years tbretz Moved also the output to the console to the Queue... let's see if that ...
(edit) @16579   11 years tbretz Reset the whole memory... this should relly not make a big difference; ...
(edit) @16577   11 years tbretz Changed again the logic how the scale is calculated.
(edit) @16572   11 years tbretz Made the last changes compile and removed the stray #
(edit) @16569   11 years tbretz Show an out-of-memory message not more often than once a second; ...
(edit) @16568   11 years tbretz Updated the scale on the event plot - the scale for drs-gain events ...
(edit) @16567   11 years tbretz Sending the RawData must be the vector (the data) not the pointer itself.
(edit) @16566   11 years tbretz Added some more output to the log for debugging.
(edit) @16565   11 years tbretz Ratecontrol might still believe that the trigger is on, so we force ...
(edit) @16562   11 years tbretz Added a possibility to move an entry from another list into this list.
(edit) @16541   11 years tbretz Use the Time already determined.
(edit) @16540   11 years tbretz Fixed some typos in the last commit
(edit) @16539   11 years tbretz Move the update for the fDimWriteStats to UpdateRuns, so it does not ...
(edit) @16538   11 years tbretz Improved a bit the interpretation of a int64, now it is interpreted as ...
(edit) @16537   11 years tbretz Only wait if this is a valid server, e.g. dimctrl is not.
(edit) @16536   11 years tbretz Send the RESET_CONFIGURE as soon as we are InProgress
(edit) @16534   11 years tbretz Send CLOSE_OPEN_FILES when a run is stopped.
(edit) @16532   11 years tbretz Renamed state WritingData of fadctrl to RunInProgress
(edit) @16531   11 years tbretz Improved statistics sent with GUI_STATS; some cosmetics
(edit) @16530   11 years tbretz Let applyCalib know how big the current queue is to optimize cpu ...
(edit) @16528   11 years tbretz Made the list a class member to avoid accesses from outsize and ...
(edit) @16527   11 years tbretz Do not go out of TakingData only because the trigger is switched off.
(edit) @16524   11 years tbretz Simplified GUI_STATS
(edit) @16506   11 years lyard changed output text of fitsCompressor
(edit) @16502   11 years lyard fixed bug with negative start cell
(edit) @16485   11 years lyard changed drs calib table name
(edit) @16483   11 years tbretz Added also a one second sleep before shutting down dim. This allows ...
(edit) @16482   11 years tbretz Added setData for const char* and for string
(edit) @16481   11 years tbretz included the header for list
(edit) @16479   11 years tbretz Use the new Queue class to queue the Messages. This avoids Dim ...
(edit) @16476   11 years tbretz Added descriptions; use time as service time.
(edit) @16475   11 years tbretz Added the missing setData with a typename template.
(edit) @16470   11 years tbretz The C version is not needed anymore.
(edit) @16469   11 years tbretz Made compile also with the root version on gate.
(edit) @16451   11 years tbretz Replaced some SendCommand by SendCommandNB and some DimClient by Dim
(edit) @16450   11 years tbretz Fixed a typo and replaced another DImClient by Dim
(edit) @16449   11 years tbretz Changed some SendCommand to SendCommandNB - no need to block; added ...
(edit) @16446   11 years tbretz Added some comments
(edit) @16445   11 years tbretz Added time to output; Require the physics trigger be enables and ...
(edit) @16444   11 years tbretz First send the command to the FTM then the Dim message; change the ...
(edit) @16443   11 years lyard more tweaks to factfits
(edit) @16423   11 years tbretz Use zfits instead of fits.
(edit) @16418   11 years lyard Fixed bugs from improvements
(edit) @16413   11 years tbretz Replaced some size() by empty() where possible.
(edit) @16412   11 years tbretz Reverting to last revision.
(edit) @16387   11 years tbretz Replaced target by state; target is not needed and might even throw an ...
(edit) @16383   11 years tbretz Added some info to some log-message
(edit) @16382   11 years tbretz Some more performance improvements (e.g. emplace instead of post, ...
(edit) @16381   11 years tbretz There is no need to copy shared_ptrs when the pointer is kept valid ...
(edit) @16380   11 years tbretz Added more kRequest enums; moved the request form the run-ctrl (where ...
(edit) @16379   11 years tbretz The closing paranthesis was missing
(edit) @16378   11 years tbretz The argument for cos() must be float
(edit) @16377   11 years tbretz Added the updated formula for the decrease of energy threshold with ...
(edit) @16376   11 years tbretz Fixed a problem with one of the constructors. We should keep the ...
(edit) @16375   11 years tbretz First make sure that the ratecontrol is switched off before starting ...
(edit) @16285   11 years lyard added new files for fitsCompressor and compressed files read headers
(edit) @16283   11 years tbretz In analogy to the container functions, added post and emplace
(edit) @16282   11 years tbretz Replaced push_back by emplac_back were reasonable.
(edit) @16197   11 years tbretz Also stop configuration of ratecontrol when a configuration is reset.
(edit) @16196   11 years tbretz Added a constructor with a timeval... fixed a problem with the time_t ...
(edit) @16108   11 years tbretz Added a new run-close condition for the case an invalid event was received.
(edit) @16107   11 years tbretz Removed the C-interface and added the C++-interface to the event ...
(edit) @16106   11 years tbretz Removed a lot of debug code which was never used anyway; improved ...
(edit) @16105   11 years tbretz Added the new structures EVT_CTRL2 and RUN_CTRL2
(edit) @16104   11 years tbretz Removed some obsolete old structs; some imporvement to the ...
(edit) @16103   11 years tbretz some imporvements of the output; some improvements to the statistics; ...
(edit) @16102   11 years tbretz Added a user supplied 'this' argument to v8.timeout and the Thread class.
(edit) @16097   11 years tbretz Fixed handling of fTstart/fTstop; the start time is now available in ...
(edit) @16096   11 years tbretz Replaces size() by empty() where possible
(edit) @16095   11 years tbretz Replaced size() by empty()
(edit) @16094   11 years tbretz Improved performance; renamed functions; added fSize; improved ...
(edit) @16093   11 years tbretz Replaced size() by empty() where possible
(edit) @16092   11 years tbretz Display correct run type in dummy mode
(edit) @16091   11 years tbretz Replaced size() by empty() where possible
(edit) @16090   11 years tbretz Replaced queue by list; added Connection::IsTxQueueEmpty
(edit) @16089   11 years tbretz Use empty() instead of size() where possible; replaced queues by list ...
(edit) @16088   11 years tbretz Use empty() instead of size() where possible; replaced queues by list ...
(edit) @16087   11 years tbretz Use empty() instead of size() where possible; replaced queues by list ...
(edit) @16081   11 years tbretz Some deque can also be lists
(edit) @16080   11 years tbretz EventHist can be a list and must not be a deque.
(edit) @16073   11 years tbretz Minor change of unintentionally wrong indentation.
(edit) @16072   11 years tbretz The new version of the event builder currently does not supper the ...
(edit) @16071   11 years tbretz Added console.warn to print a highlighted message to the ocnsole.
Note: See TracRevisionLog for help on using the revision log.