source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @15009   13 years tbretz Replaced WriteFitsImp by fData.WriteFitsImp; added storage of begin ...
(edit) @15008   13 years tbretz Added data mebers to store begin and end date of runs and drs calib; ...
(edit) @15007   13 years tbretz Added some output before the main loop to simplify detection of wrong ...
(edit) @15006   13 years tbretz Added initializer from an ISO string, fixed the wrong ISO format ...
(edit) @15005   13 years tbretz Implemented alternating wobble positions.
(edit) @15004   13 years tbretz Code cleanup.
(edit) @15003   13 years tbretz Make it compile also with the older g++ on gate.
(edit) @15002   13 years tbretz Updated help text.
(edit) @15001   13 years tbretz Redirect message about connection to database to cerr instead of cout.
(edit) @15000   13 years tbretz Changed command from --batch to --start
(edit) @14999   13 years tbretz Call java scripts from the control pages; added checkboxes as control ...
(edit) @14998   13 years tbretz Worked around the problem that sometimes (reason still to be found) ...
(edit) @14997   13 years tbretz Throw an exception rather than printing an error message. We are not ...
(edit) @14996   13 years tbretz Added a reset of the MCP at an early stage to get it out of a possible ...
(edit) @14995   13 years tbretz Added some missing text for dim.wait
(edit) @14994   13 years tbretz Avoid to output results of internal functions (ExecuteCode called with ...
(edit) @14993   13 years tbretz Changed Next() in a way that it is not self-referencing anymore.... ...
(edit) @14992   13 years lyard Made message in case of service format change more explicit
(edit) @14991   13 years tbretz Added calibration start and calibration end time to ...
(edit) @14990   13 years tbretz Made some log output more clear
(edit) @14989   13 years tbretz Fixed a bug which could cause listing data to fail more or less randomly.
(edit) @14988   14 years tbretz If there was no report yet at all, state disconnected is returned.
(edit) @14987   14 years tbretz Print result went it is NOT undefined, not when it is undefined.
(edit) @14986   14 years tbretz Added JsResult to print the result of executed code.
(edit) @14985   14 years tbretz Added .java command to run an interactive console; do not return an ...
(edit) @14984   14 years tbretz Update the prompt in regular intervals even if GetUpdatePrompt returns ...
(edit) @14983   14 years tbretz Implemented to possibility to run an interactive javascript interpreter.
(edit) @14982   14 years tbretz Fixed a small bug in the arguments of dim.state
(edit) @14981   14 years tbretz Allow both types of escape characters ' and "
(edit) @14980   14 years tbretz Removed old obsolete values
(edit) @14979   14 years tbretz Added the possibility to have colored lines in graphics; adaptes ...
(edit) @14978   14 years tbretz Added include for array.hpp - needed for newer boost versions
(edit) @14977   14 years tbretz Do not compile simulated hardware (ftm, fsc, fad) by default.
(edit) @14976   14 years tbretz Replaced deprecated io_service() by get_io_service()
(edit) @14975   14 years tbretz Updated IP address of database server.
(edit) @14974   14 years tbretz A small change to the way a JS exception is output, to make it look nicer.
(edit) @14973   14 years tbretz Send a STOP to the rate control after the DRS calibration to get it ...
(edit) @14972   14 years tbretz Replaced dim.print by dim.log
(edit) @14971   14 years tbretz Replaced dim.print by dim.log
(edit) @14970   14 years tbretz Make sure that if the fadctrl was newly started there is no crash ...
(edit) @14969   14 years tbretz Replaced dim.print by dim.log
(edit) @14968   14 years tbretz Replaced dim.print by dim.log
(edit) @14967   14 years tbretz Fixed a bug introduced in the name of FAD_CONTRON/CONNECTIONS recently.
(edit) @14966   14 years tbretz Removed an obsolete line left from debugging.
(edit) @14965   14 years tbretz Added ___warn___
(edit) @14964   14 years tbretz Removed obsolete old variables.
(edit) @14963   14 years Jens Buss BinLowEdge to BinCenter
(edit) @14962   14 years Jens Buss bootstapping>: bin values extracted from bincenter
(edit) @14961   14 years tbretz Make sure that the stoi if failing cannot crash the program.
(edit) @14960   14 years tbretz Fixed a compilation issue Etienne had introduced with his latest changes.
(edit) @14959   14 years tbretz Forgot some comments around some new not yet useful code.
(edit) @14958   14 years tbretz Removed a stray whitespace.
(edit) @14957   14 years tbretz Somebody fixed the comments printed to the console...
(edit) @14956   14 years tbretz The locking of the clock conditioner cannot be checked during ...
(edit) @14955   14 years tbretz Use an IP Address from the internal network to find the correct IP ...
(edit) @14954   14 years tbretz Added run-type single-pe, although I am not sure it is currently in ...
(edit) @14953   14 years tbretz Added the possibility to send OPEN and CLOSE even if the status of the ...
(edit) @14952   14 years Jens Buss whitespace and comments
(edit) @14951   14 years Jens Buss added SetVerbLevel, out histo reseted in Bootstrap histogramm
(edit) @14950   14 years tbretz Added some explanation to the new T* data
(edit) @14949   14 years tbretz Added a lot of comments to the timing calibration functions.
(edit) @14948   14 years tbretz Added T3, T6, T9, T12 (preliminary)
(edit) @14947   14 years tbretz Added webDid to possible targets
(edit) @14946   14 years Jens Buss added dynamic startvalue calculation
(edit) @14945   14 years Jens Buss stuff
(edit) @14944   14 years Jens Buss changed number of entries from double to float
(edit) @14943   14 years Jens Buss disttribution histogramms added to hist list and saved to root file
(edit) @14942   14 years Jens Buss stuff
(edit) @14941   14 years Jens Buss changed SaveHistograms to SaveFileList
(edit) @14940   14 years Jens Buss deleted code to put meta data into rootfile
(edit) @14939   14 years tbretz Added WebDID from v20r5
(edit) @14938   14 years tbretz Added a workaround to let webDid find its data.
(edit) @14937   14 years tbretz Added in v20r5
(edit) @14936   14 years tbretz Changed to v20r5.
(edit) @14935   14 years tbretz Add changes necessary to remove fits completely from namespace std in MARS.
(edit) @14934   14 years tbretz Added additional options also for debug ACLIC mode.
(edit) @14933   14 years tbretz Encapsulated the std-namespace in ifdefs. It seems that ACLIC doesn't ...
(edit) @14932   14 years tbretz Macro to re-calculate the drs calibration constants (.drs.fits files)
(edit) @14931   14 years tbretz Write file numbers instead of run-numbers as it is in the real files ...
(edit) @14930   14 years tbretz Reformatted help output.
(edit) @14929   14 years tbretz Improved help text.
(edit) @14928   14 years tbretz Added mdrs
(edit) @14927   14 years tbretz Added mdrs
(edit) @14926   14 years tbretz Added the drs calibration class from mcore
(edit) @14925   14 years tbretz Moved DRS classes to mdrs
(edit) @14924   14 years tbretz Moved to mdrs
(edit) @14923   14 years tbretz Moved to mdrs
(edit) @14922   14 years tbretz New classes for DRS calibration.
(edit) @14921   14 years tbretz Removed stray debig option.
(edit) @14920   14 years tbretz Added class to apply the drs calibration.
(edit) @14919   14 years tbretz Added MCalibrateFact and MCalibrateDrsTimes
(edit) @14918   14 years tbretz Reverting to last revision.
(edit) @14917   14 years tbretz Reverting to last revision.
(edit) @14916   14 years tbretz Reverting to last revision.
(edit) @14915   14 years tbretz Reverting to last revision.
(edit) @14914   14 years tbretz Reverting to last revision.
(edit) @14913   14 years tbretz Reverting to last revision.
(edit) @14912   14 years tbretz Reverting to last revision.
(edit) @14911   14 years tbretz Reverting to last revision.
(edit) @14910   14 years tbretz Reverting to last revision.
Note: See TracRevisionLog for help on using the revision log.