source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17262   13 years tbretz Removed the 'using namespace' from header
(edit) @17261   13 years tbretz Removed 'using namespace' from header; some minor simplifications
(edit) @17260   13 years tbretz Removed the 'using namespace std;' from the header.
(edit) @17259   13 years lyard added output of tables in a file for fitsdump
(edit) @17258   13 years tbretz Replaced calls to post by emplace. Therefore implemented new ...
(edit) @17257   13 years tbretz Added button for ZFits
(edit) @17256   13 years tbretz Fixed some compiling issues.
(edit) @17255   13 years dneise removed some macros.
(edit) @17254   13 years tbretz Use a shared_ptr with aliasing of char* instead of a MemoryChunk
(edit) @17253   13 years lyard zofits with catalog shrinking and compressed calibration table
(edit) @17252   13 years tbretz Changed the order of arguments to WriteFitsImp.
(edit) @17251   13 years tbretz Forgot the #endif
(edit) @17250   13 years tbretz Updated exception handling to make Mars happy.
(edit) @17249   13 years tbretz Added a special constructor version to make CINT happy and me unhappy.
(edit) @17248   13 years tbretz Moved the night argument to the end so that it can be omoitted
(edit) @17247   13 years tbretz Added a check for its existance and potentially use colorgcc
(edit) @17246   13 years tbretz Use LINKER so that we can compiler with colorgcc
(edit) @17245   13 years tbretz Added definees for PACKAGE_NAME, PACKAGE_VERSION and REVISION
(edit) @17244   13 years tbretz Added new options and commands to configure file compression; added ...
(edit) @17243   13 years tbretz Encapsulated the header with a guard (I don't understand why this was ...
(edit) @17242   13 years tbretz Removed obsolete and potentially dangerous include
(edit) @17241   13 years tbretz Fixed a square root of a potenitally negative number; replaced setting ...
(edit) @17240   13 years tbretz Added SetDefaultKeys
(edit) @17239   13 years lyard zofits with extra default values setters
(edit) @17238   13 years tbretz Using the new Queue implementation, all queued functions need to ...
(edit) @17237   13 years lyard Cleaner version of zofits
(edit) @17236   13 years tbretz Using the new Queue implementation, all queued functions need to ...
(edit) @17235   13 years tbretz Some changes to limits: An alarm is now posted if the difference ...
(edit) @17234   13 years tbretz So far the assumption was that the precise one is the DAC, but (most ...
(edit) @17233   13 years tbretz Get the last available drs calibration to initialize the ...
(edit) @17232   13 years tbretz Give the night to DrsCalibration::WriteFitsImp
(edit) @17231   13 years tbretz Moved the implementation of the output file from a data memember to a ...
(edit) @17230   13 years tbretz Use Queue from externals instead of src.
(edit) @17229   13 years tbretz Use Queue from externals instead of src.
(edit) @17228   13 years tbretz Adapted to changes in Queue; Compression queues do not need sorting... ...
(edit) @17227   13 years tbretz Remove fSort; replaced the possibility to define a wrapper class which ...
(edit) @17226   13 years tbretz SerDrsCalibration changed to vector... pointers are always a security ...
(edit) @17225   13 years tbretz Fixed initialization with static data member; removed buggy example; ...
(edit) @17224   13 years tbretz Added missing include; setup a reasonable scheme for calling AddColumn ...
(edit) @17223   13 years tbretz Renamed BlockHeaderWriter to Compression - it is the user interface! ...
(edit) @17222   13 years lyard Header of zofits and zfits, with common enums
(edit) @17221   13 years lyard better version of zofits. New factofits. Only cleanup, defines, ...
(edit) @17220   13 years tbretz Reverting to last revision.
(edit) @17219   13 years lyard draft zofits working with Queue and MemoryManager
(edit) @17218   13 years tanio
(edit) @17217   13 years tbretz Updated the FTM_CONTROL service handling. It was broken since kValid ...
(edit) @17216   13 years lyard Added the brand new zofits class.
(edit) @17215   13 years tbretz Now feedback has a dedicated state to check whether is is calibrated - ...
(edit) @17214   13 years tbretz This fix should change that sometimes the rate is displayed in red ...
(edit) @17213   13 years tbretz Some additons to the tab-completion.
(edit) @17212   13 years tbretz Added new file format ZFits
(edit) @17211   13 years tbretz Added the upcoming new file format ZFits.
(edit) @17210   13 years ftemme changed the values in the ceres.rc for the 12 bit ADC
(edit) @17209   13 years ftemme Implemented 12 bit ADC
(edit) @17208   13 years ftemme changed values for baselineMean and gainMean according to a simulated ...
(edit) @17207   13 years dneise updates ceres.rc to something we are currently using ... and added ...
(edit) @17206   13 years lyard Added missing initialization of is_compressed variable
(edit) @17205   13 years dneise set svn:ignore to ignore automaticly created files
(edit) @17204   13 years Daniela Dorner filling aux info to db already at 9 and 10
(edit) @17203   13 years tbretz Added custom channel offsets to correct gain variations seen in the ...
(edit) @17202   13 years dneise in commit 17200 & 17201 I committed accidentally a lot of changes, ...
(edit) @17201   13 years dneise forgot to add Afterpuls class files
(edit) @17200   13 years dneise adjusted svn:ignore property to ignore Cint and Deb files
(edit) @17199   13 years tbretz Implemented the option to fix the noise to sigma; fix noise to sigma ...
(edit) @17198   13 years Jens Buss added condition: writing MMcEvtBasic container to fits only for data ...
(edit) @17197   13 years Jens Buss bug fix: memory leak, added delete for variable random
(edit) @17196   13 years tbretz Removed some output to allow the use in a cron job without getting ...
(edit) @17195   13 years tbretz Removed some output to allow the use in a cron job without getting ...
(edit) @17194   13 years tbretz Plot one standard pixel and one time marker channel; I think it makes ...
(edit) @17193   13 years tbretz Added libTools to fitsdump
(edit) @17192   13 years tbretz Read the mean value for the temperatures directly from the report; ...
(edit) @17191   13 years tbretz There is no need to wiat for the commad to be sent.
(edit) @17190   13 years tbretz Adapted script to new feedback states, take the slower ramping into ...
(edit) @17189   13 years tbretz Little improvements to the output.
(edit) @17188   13 years tbretz Removed FEEDBACK-TEST and SINGLEPE-TEST -- they are not needed anymore.
(edit) @17187   13 years tbretz Adapted the waiting time to the slower ramping, removed the setting of ...
(edit) @17186   13 years tbretz Fixed a typo in the evaluation of the configuration; added sending ...
(edit) @17185   13 years tbretz Reverting to last revision.
(edit) @17184   13 years tbretz Reverting to last revision.
(edit) @17183   13 years tbretz Reverting to last revision.
(edit) @17182   13 years tbretz Reverting to last revision.
(edit) @17181   13 years tbretz Reverting to last revision.
(edit) @17180   13 years tbretz Reverting to last revision.
(edit) @17179   13 years tbretz Reverting to last revision.
(edit) @17178   13 years tbretz Reverting to last revision.
(edit) @17177   13 years tbretz Reverting to last revision.
(edit) @17176   13 years tbretz Reverting to last revision.
(edit) @17175   13 years tbretz Reverting to last revision.
(edit) @17174   13 years tbretz Some minor updates and a bug fix in the format of the NOMINAL service.
(edit) @17173   13 years tbretz Use the new algorithm by default; implemented temperature correction ...
(edit) @17172   13 years tbretz Read bias patch wise tenmperatures from fscctrl instead of calculating ...
(edit) @17171   13 years tbretz Changed the order
(edit) @17170   13 years tbretz Implemented a new service providing bias patch wise temperatures; in ...
(edit) @17169   13 years tbretz Improved the median calculation; added a sanity check for the rms ...
(edit) @17168   13 years tbretz Fixed a bug dim.console does not exist.
(edit) @17167   13 years tbretz Added sanity check for rms calculation.
(edit) @17166   13 years tbretz There must be a cast to size -- I missed that last time; fixed a bug ...
(edit) @17165   13 years ftemme Merging changes from the MC branch in the trunk
(edit) @17164   13 years Jens Buss added member variable indicating that file is from a Monte Carlo ...
(edit) @17163   13 years Jens Buss added default value for fIsMc(kFalse) in constructor
Note: See TracRevisionLog for help on using the revision log.