source: trunk/FACT++/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(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.
(edit) @16059   11 years tbretz Specified the return type of NightAsInt more accurately.
(edit) @16058   11 years tbretz Specified the return type of NightAsInt more accurately.
(edit) @16057   11 years tbretz Added the CoolingFailure to the alarm messages
(edit) @16056   11 years tbretz Added the night to the FadConfiguration.
(edit) @16055   11 years tbretz Replaced the pointer argument when opening a file or writing an event ...
(edit) @16054   11 years tbretz Print a red warning in case of Cooling failure.
(edit) @16040   11 years tbretz First working version of the event builder in C++
(edit) @15633   11 years tbretz Issue an error on the console in case there is a cooling failre.
(edit) @15628   11 years tbretz Changed argument for writing event data and tail to const
(edit) @15625   11 years tbretz Secure fThread.join() against joining a thread which was already stopped.
(edit) @15610   11 years tbretz Decoupled updating ROI from eventCheck.
(edit) @15606   11 years tbretz Fixed some typos in the new code.
(edit) @15605   11 years tbretz Decoupled updating event number from writing data to ensure that a ...
(edit) @15514   11 years tbretz Moved updating of dim-services which were previously emitted in ...
(edit) @15512   11 years tbretz First draft of a C++ version of the event builder.
(edit) @15511   11 years tbretz Processing queue in another thread.
(edit) @15510   11 years tbretz Sanity check for mem==NULL in TGB_free; make sure that for each event ...
(edit) @15495   11 years tbretz Removed some more obsolete code; improved the logic of the processing ...
(edit) @15494   11 years tbretz Reverting to last revision.
(edit) @15493   11 years tbretz Reverting to last revision.
(edit) @15490   11 years tbretz Let the event buffer store the index of the corresponding runCtrl entry.
(edit) @15483   11 years tbretz Replaced MAX_EVT*MAX_RUN by just MAX_EVT; simplified evtStat to have ...
(edit) @15477   11 years tbretz Moved all Dim emitting services called from the event builder#s main ...
(edit) @15476   11 years tbretz When a new start flag is searched, the one byte was missed -- i am ...
(edit) @15474   11 years tbretz Removed MAX_SOCK
(edit) @15473   11 years tbretz Removed all obsolete definitions.
(edit) @15472   11 years tbretz Made rd (the read buffer) a local variable to readFAD; replaced some ...
(edit) @15471   11 years tbretz Make sure that if processing is terminated, also empty buffers (events ...
(edit) @15470   11 years tbretz Some more renaming; some values can already be initialized as soon as ...
(edit) @15469   11 years tbretz Replaced all previosuly assigned IDs (previosly pointing to the entry ...
(edit) @15468   11 years tbretz Cleaned up the file removing some old style memory allocation schemes
(edit) @15467   11 years tbretz Unified mBuffer and evtCtrl, there is no need to keep those two ...
(edit) @15465   11 years tbretz Removed some obsolete structure members; renamed some for easier ...
(edit) @15464   11 years tbretz Added the missing const qualifier to a cast
(edit) @15463   11 years tbretz Moved the index to an array of elements instead of arrays of structure ...
(edit) @15462   11 years tbretz No need to dynamically allocate the header in RUN_HEAD, we know the ...
(edit) @15461   11 years tbretz Missed replaces an rd by rs in GetSock; fixed a typo in one of the new ...
(edit) @15460   11 years tbretz Made RUN_HEAD local; first process 'header' and then 'data' so that ...
(edit) @15459   11 years tbretz Some little more restructuring; flag a file to be closed as soon as an ...
(edit) @15458   11 years tbretz Connection can only be closed by cosy not the FTM ;)
(edit) @15457   11 years tbretz Make java.his go to the same path as other 'log'-files
(edit) @15443   11 years tbretz Fixed a typo in a warning message
(edit) @15441   11 years tbretz Fixed a problem when flushing buffers, events still in use could be ...
(edit) @15430   11 years tbretz Implemented the possibility to send an interrupt request (irq) to a ...
(edit) @15428   11 years tbretz Fixed some minor bugs introduced with the previous commit
(edit) @15415   11 years tbretz Added a second array element to pcTime to allow saving of start time ...
(edit) @15414   11 years tbretz Removes a compiler wrning about an unused argument.
(edit) @15413   11 years tbretz Some more structural changes mainly around the allocation of memory ...
(edit) @15407   11 years lyard fixed not-resetting increment number bug
(edit) @15379   11 years tbretz Removed STATISTICS2 dim service; shortened STATISTICS1 a bit
Note: See TracRevisionLog for help on using the revision log.