source: trunk

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16733   11 years tbretz Removed some obsolete comments:
(edit) @16732   11 years tbretz Make use of the new StateMachineAsio which gets the CPU consumption to ...
(edit) @16731   11 years tbretz Make use of the new StateMachineAsio which gets the CPU consumption to ...
(edit) @16730   11 years tbretz Changed the default queue in three ways: 1) Execute() is called after ...
(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) @16725   11 years mknoetig edit currents.C to work with fCurrentsDiffToPrediction
(edit) @16724   11 years mknoetig edit FillAuxCurrents.sh to work with fCurrentsDiffToPrediction
(edit) @16697   11 years tbretz Fixed the missing ')'
(edit) @16696   11 years tbretz Ignore non finite values. This can happen if a board is diabled and ...
(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) @16693   11 years Daniela Dorner bugfix in query
(edit) @16692   11 years tbretz Adapted to change in FAD_CONTROL/TEMPERATURE and REFERENCE_CLOCK
(edit) @16691   11 years tbretz Nagle switched off... no idea if this makes any sense, but it could ...
(edit) @16690   11 years Daniela Dorner updated path for macro, implemented check whether ...
(edit) @16679   11 years Daniela Dorner small fix in usage of lsof
(edit) @16678   11 years Daniela Dorner reworked output, added summary
(edit) @16677   11 years Daniela Dorner added loop over dates and usage of sge
(edit) @16676   11 years Daniela Dorner added checking of command line options to allow for usage of sge
(edit) @16675   11 years Daniela Dorner removed time command
(edit) @16674   11 years Daniela Dorner use compiled version of macro
(edit) @16673   11 years Daniela Dorner added setup for gla, adapted setup for jobmanager for new cluster
(edit) @16672   11 years Daniela Dorner fixed that lightcurve stopped at midnight
(edit) @16671   11 years Daniela Dorner implemented fOnTimeAfterCuts, made macro compile,fixed some small bugs
(edit) @16670   11 years tbretz Removed the include for arpa/inet.h for CINT to make CINT be happy.
(edit) @16669   11 years tbretz Error messages wrongly formatted; setting the bad-bit was missing - ...
(edit) @16620   11 years tbretz Removed some obsolete stuff.
(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) @16616   11 years tbretz setEnable must be setEnabled
(edit) @16614   11 years tbretz Adapted to changes in FAD_CONTROL/RUNS
(edit) @16612   11 years tbretz Removed some obsolete values from FAD_CONTROL/RUNS
(edit) @16603   11 years tbretz Fixed some stupid mistakes of the changes yesterday... maybe I was too ...
(edit) @16602   11 years tbretz Just some cosmetics... using a reverse iterator to inetrate from the ...
(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) @16571   11 years tbretz Make sure that no run-file is open (this gives quite some probability ...
(edit) @16570   11 years tbretz We have to check for the MCP state, too, to make sure that the state ...
(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) @16564   11 years tbretz Fixing the typo only at one place is not enough; removed the include ...
(edit) @16563   11 years tbretz Turned the login in the loop to ensure no access if no data (can this ...
(edit) @16562   11 years tbretz Added a possibility to move an entry from another list into this list.
(edit) @16561   11 years tbretz Performance improved and heavily tested version of the DRS calibration ...
(edit) @16560   11 years tbretz Performance improved and heavily tested version of the calibration ...
(edit) @16546   11 years tbretz Improved performance of checksum calculation by partly unrolling the ...
(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) @16533   11 years tbretz Renamed WritingData of fadctrl to RunInProgress
(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) @16529   11 years tbretz Adapted to changed in GUI_STATS
(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) @16526   11 years tbretz Adapted FAD section to updates in GUI_STATS
(edit) @16525   11 years tbretz Adapted to changes in GUI_STATS
(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) @16495   11 years lyard removed debug output
(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) @16477   11 years tbretz Increased waiting time to check for server availablility a bit.
(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) @16466   11 years tbretz Check if 'dir' property exists.
(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) @16448   11 years tbretz Fixed a typo and added DimNetworkNotAvailable.
(edit) @16447   11 years tbretz Added time to output -- to be further improved.
(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 ...
Note: See TracRevisionLog for help on using the revision log.