source: trunk/FACT++/src

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @11546   14 years tbretz Added new members to GUI_STAT
(edit) @11545   14 years tbretz Added new maxEvt support.
(edit) @11544   14 years tbretz Exchanged wrong fDenable and fDwrite in Configure
(edit) @11542   14 years tbretz Replaced BOARDID in fits header by just id (BOARDID is too long); made ...
(edit) @11539   14 years tbretz Another fix to fix the min/max temperatures
(edit) @11538   14 years tbretz Added the variables for the light pulser settings in StaticData
(edit) @11537   14 years tbretz Fixed once more the temperature compilation for the FADs; removed the ...
(edit) @11535   14 years tbretz Unified funtions to open an ofstream into a single function; unified ...
(edit) @11534   14 years tbretz Changed GetFileSizeOnDisk to be static so it can be accessed from the ...
(edit) @11533   14 years tbretz Optimized event creation.
(edit) @11532   14 years tbretz Changed fExpectedRuns to keep target configuration; added NumBoards ...
(edit) @11531   14 years tbretz Propagate target configuration to EventBuilderWrapper.
(edit) @11530   14 years tbretz Flush the output during startup immediately.
(edit) @11529   14 years tbretz Added getter for fNullOUtput and fEnableBacklog
(edit) @11528   14 years tbretz Replace a v6 loopback address by a v4 loopback address; we do not ...
(edit) @11527   14 years tbretz Added operator!= to Header
(edit) @11526   14 years tbretz Moved output to Setup function; changed output contents; return ...
(edit) @11525   14 years tbretz Added kCmdConfigFTU as a stub.
(edit) @11524   14 years tbretz Write now takes a const reference
(edit) @11522   14 years tbretz Fixed format of fDimStatistics1.
(edit) @11521   14 years tbretz folgende bug-fixes sind drin: - gotNewRun sollte jetzt immer ...
(edit) @11520   14 years tbretz Request static data instead of just the register.
(edit) @11519   14 years tbretz Added new command to configure a single FTU and use this in ...
(edit) @11518   14 years tbretz Fixed includes for g++ 4.5.2
(edit) @11517   14 years tbretz Explicit conversion of function to bool needed for newer g++
(edit) @11516   14 years tbretz Removed some arguments to suppress compiler warnings.
(edit) @11511   14 years tbretz Updated to latest version of event builder.
(edit) @11510   14 years tbretz improvements to pulse simulation - needs optimization.
(edit) @11509   14 years tbretz send STOP_RUN instead of STOP to FTM.
(edit) @11500   14 years lyard fixed a bug related to bad services formatting
(edit) @11499   14 years tbretz Propagate the maximum number of events and the maximum run-type ...
(edit) @11498   14 years tbretz Propagate the maximum number of events and the maximum run-type ...
(edit) @11496   14 years tbretz Optimized ToFits according to the result of the optimization of the ...
(edit) @11495   14 years tbretz Fixed a minor compiler issue from last commit.
(edit) @11494   14 years tbretz Added some code to stop the ftm and the fads.
(edit) @11493   14 years tbretz Receive the trigger id from the ftm; added gauss pulses in case the ...
(edit) @11492   14 years tbretz Send the trigger id with the trigger.
(edit) @11484   14 years tbretz Added a specialized template of SendCommand, suitable to send a string
(edit) @11483   14 years tbretz Added a registry for wildcarded options to detect unaccessed options; ...
(edit) @11482   14 years tbretz Fixed a problem with stoi when the string was empty.
(edit) @11481   14 years tbretz Replaced boost::thread by std::thread and boost::bind by std::bind ...
(edit) @11480   14 years tbretz Removed obsolete include.
(edit) @11479   14 years tbretz Replaces ato/atof by stoi/stof; replaced boost::lexical_cast by to_string
(edit) @11478   14 years tbretz Removed some obsolete include.
(edit) @11477   14 years tbretz Make use of Main.h
(edit) @11476   14 years tbretz Removed some obsolete includes.
(edit) @11474   14 years tbretz Removed some obsolete includes; made it compile again.
(edit) @11473   14 years tbretz Removed some obsolete includes.
(edit) @11472   14 years tbretz Replaced boost::thread by std::thread.
(edit) @11471   14 years tbretz Replaced boost::array by std::array
(edit) @11470   14 years tbretz Improved output.
(edit) @11469   14 years tbretz Fixed EnableAllPixels
(edit) @11468   14 years tbretz Only plot the created commands in debig mode.
(edit) @11467   14 years tbretz Replaced value by INT32_MAX; replaced StartPix with StartCell
(edit) @11466   14 years tbretz Improved random data.
(edit) @11465   14 years tbretz Fixed the expected size in the SetClockFrequency tab.
(edit) @11463   14 years lyard added backlog of events and log without dim
(edit) @11446   14 years tbretz Removed the debug values for maxevt and maxtime; removed two obsolete ...
(edit) @11445   14 years tbretz Updated access to run-number and store it into fExpectedRuns instead ...
(edit) @11444   14 years tbretz Updated access to run-number.
(edit) @11443   14 years tbretz Latest updates.
(edit) @11441   14 years tbretz Write a proper FITS header; removed obsolete fMjdRef data member
(edit) @11440   14 years tbretz Added some comment.
(edit) @11439   14 years tbretz Added Iso() member function.
(edit) @11423   14 years tbretz To be able to properly remobe the .libs also check the current path if ...
(edit) @11422   14 years tbretz Don't use just a single buffer for writing, it might become ...
(edit) @11421   14 years tbretz Fall back from configured to connected as soon as the corresponding ...
(edit) @11420   14 years tbretz Added Prescaler stuff and goNewRun feature.
(edit) @11418   14 years tbretz Replaced the include of MessageDim with MessageImp
(edit) @11417   14 years tbretz Removed an obsolete comment block.
(edit) @11416   14 years tbretz Removed an obsolete bool.
(edit) @11415   14 years tbretz Added some const qualifiers.
(edit) @11406   14 years lyard Open the log file right away if path given in configuration
(edit) @11405   14 years lyard various improvements of the datalogger
(edit) @11404   14 years tbretz Added fact++.rc global configuration file.
(edit) @11403   14 years tbretz Use Vec instead of Get and make sure 'console' is not accessed if not ...
(edit) @11402   14 years tbretz Changed the default qos from kInfo to kMessage
(edit) @11401   14 years tbretz Do not output = if avlue is empty
(edit) @11400   14 years tbretz Do not output = if value is empty
(edit) @11399   14 years tbretz Added microseconds to time output.
(edit) @11398   14 years tbretz Added microseconds to time output.
(edit) @11397   14 years tbretz Made write public to be accessed from Main.h
(edit) @11396   14 years tbretz Adapted output to what we have now elsewhere.
(edit) @11395   14 years tbretz Set the Dim timestamp to the given time.
(edit) @11394   14 years tbretz Fixed a warning in SetTriggerRate
(edit) @11393   14 years tbretz Added Time_t()
(edit) @11390   14 years tbretz Updated startup block
(edit) @11389   14 years tbretz UPdated startup block
(edit) @11388   14 years tbretz Added svn revision to output at startup.
(edit) @11387   14 years tbretz Added code to unify access to parsed options; added GetOptions
(edit) @11386   14 years tbretz Added output of a lot of information at startup.
(edit) @11384   14 years tbretz
(edit) @11381   14 years tbretz Some changes to the way filenames are determined; made MessageImp a ...
(edit) @11380   14 years tbretz Implemented sending triggers from the ftm to the fad via Dim.
(edit) @11379   14 years tbretz Updated the behaviour of the configure command; allow all possible ...
(edit) @11378   14 years tbretz Updated the bahaviour of the CONFIGURE command.
(edit) @11377   14 years tbretz Renamed TriggerId to EventCounter; added code to configure run-types
(edit) @11376   14 years tbretz Updated writing of FITS; pipe MessageImp to all writers; enabled ...
(edit) @11375   14 years tbretz Renamed TriggerId to EventCounter; added struct Configuration; added ...
(edit) @11374   14 years tbretz Set default run-number to 1; renamed TriggerId to EventCounter
Note: See TracRevisionLog for help on using the revision log.