source: trunk/Mars

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17303   11 years Daniela Dorner added (macro to plot data taking efficiency)
(edit) @17302   11 years tbretz fRealRowWidth is know already before the header is written, so it can ...
(edit) @17301   11 years tbretz Removed an obsolete const-qualifier... again.
(edit) @17298   11 years lyard Fixed wrong header bug
(edit) @17297   11 years tbretz Added some more tweaks needed by CINT (default constructors, handling ...
(edit) @17296   11 years lyard Gave the possibility to change the number of threads, as long as ...
(edit) @17295   11 years tbretz Removed an obsolete const-qualifier
(edit) @17294   11 years tbretz Added a missing std::
(edit) @17293   11 years tbretz Found a better solution to allow rootcint to parse unordered_map.
(edit) @17292   11 years tbretz Added some tweaks to allow root cint to parse the C++11 stuff.
(edit) @17290   11 years tbretz Added a Compression constructor which allows CINT to pass the argument ...
(edit) @17289   11 years tbretz Added missing Mars style exception handling.
(edit) @17288   11 years lyard Bugfix to be able to reuse the same zofits object to write more than ...
(edit) @17287   11 years tbretz izstream is already included from factfits.
(edit) @17286   11 years tbretz Added new classes zofits and factofits
(edit) @17285   11 years lyard fixed bug related to thread-safe-ness
(edit) @17284   11 years lyard added special case for sanity checks if calibration table is compressed
(edit) @17283   11 years lyard added no-wait condition when processing is immediate
(edit) @17282   11 years tbretz Added some more missing std:: for the compilition in Mars
(edit) @17281   11 years tbretz Use the correct define as setup by configure
(edit) @17277   11 years tbretz Missed the possibility to setup the number of tiles after the ...
(edit) @17275   11 years tbretz The allowed-scheme to distinguish between what to do in case of a ...
(edit) @17274   11 years tbretz Added more missing std::
(edit) @17269   11 years tbretz Instead of a lot of conditionals in case of no queue, the queues are ...
(edit) @17268   11 years tbretz Implemented a <-operator to allow for sorting and the possibility to ...
(edit) @17267   11 years tbretz Added header guard.
(edit) @17265   11 years tbretz changed std::ofits to just ofits
(edit) @17264   11 years tbretz Hopefully finished removing the std namespace from the headers.
(edit) @17263   11 years tbretz Added more std:: namespace qualifiers
(edit) @17262   11 years tbretz Removed the 'using namespace' from header
(edit) @17261   11 years tbretz Removed 'using namespace' from header; some minor simplifications
(edit) @17260   11 years tbretz Removed the 'using namespace std;' from the header.
(edit) @17259   11 years lyard added output of tables in a file for fitsdump
(edit) @17258   11 years tbretz Replaced calls to post by emplace. Therefore implemented new ...
(edit) @17255   11 years dneise removed some macros.
(edit) @17254   11 years tbretz Use a shared_ptr with aliasing of char* instead of a MemoryChunk
(edit) @17253   11 years lyard zofits with catalog shrinking and compressed calibration table
(edit) @17251   11 years tbretz Forgot the #endif
(edit) @17250   11 years tbretz Updated exception handling to make Mars happy.
(edit) @17249   11 years tbretz Added a special constructor version to make CINT happy and me unhappy.
(edit) @17248   11 years tbretz Moved the night argument to the end so that it can be omoitted
(edit) @17247   11 years tbretz Added a check for its existance and potentially use colorgcc
(edit) @17246   11 years tbretz Use LINKER so that we can compiler with colorgcc
(edit) @17245   11 years tbretz Added definees for PACKAGE_NAME, PACKAGE_VERSION and REVISION
(edit) @17243   11 years tbretz Encapsulated the header with a guard (I don't understand why this was ...
(edit) @17242   11 years tbretz Removed obsolete and potentially dangerous include
(edit) @17241   11 years tbretz Fixed a square root of a potenitally negative number; replaced setting ...
(edit) @17240   11 years tbretz Added SetDefaultKeys
(edit) @17239   11 years lyard zofits with extra default values setters
(edit) @17237   11 years lyard Cleaner version of zofits
(edit) @17228   11 years tbretz Adapted to changes in Queue; Compression queues do not need sorting... ...
(edit) @17227   11 years tbretz Remove fSort; replaced the possibility to define a wrapper class which ...
(edit) @17226   11 years tbretz SerDrsCalibration changed to vector... pointers are always a security ...
(edit) @17225   11 years tbretz Fixed initialization with static data member; removed buggy example; ...
(edit) @17224   11 years tbretz Added missing include; setup a reasonable scheme for calling AddColumn ...
(edit) @17223   11 years tbretz Renamed BlockHeaderWriter to Compression - it is the user interface! ...
(edit) @17222   11 years lyard Header of zofits and zfits, with common enums
(edit) @17221   11 years lyard better version of zofits. New factofits. Only cleanup, defines, ...
(edit) @17219   11 years lyard draft zofits working with Queue and MemoryManager
(edit) @17216   11 years lyard Added the brand new zofits class.
(edit) @17210   11 years ftemme changed the values in the ceres.rc for the 12 bit ADC
(edit) @17209   11 years ftemme Implemented 12 bit ADC
(edit) @17208   11 years ftemme changed values for baselineMean and gainMean according to a simulated ...
(edit) @17207   11 years dneise updates ceres.rc to something we are currently using ... and added ...
(edit) @17206   11 years lyard Added missing initialization of is_compressed variable
(edit) @17205   11 years dneise set svn:ignore to ignore automaticly created files
(edit) @17202   11 years dneise in commit 17200 & 17201 I committed accidentally a lot of changes, ...
(edit) @17201   11 years dneise forgot to add Afterpuls class files
(edit) @17200   11 years dneise adjusted svn:ignore property to ignore Cint and Deb files
(edit) @17199   11 years tbretz Implemented the option to fix the noise to sigma; fix noise to sigma ...
(edit) @17198   11 years Jens Buss added condition: writing MMcEvtBasic container to fits only for data ...
(edit) @17197   11 years Jens Buss bug fix: memory leak, added delete for variable random
(edit) @17196   11 years tbretz Removed some output to allow the use in a cron job without getting ...
(edit) @17195   11 years tbretz Removed some output to allow the use in a cron job without getting ...
(edit) @17194   11 years tbretz Plot one standard pixel and one time marker channel; I think it makes ...
(edit) @17165   11 years ftemme Merging changes from the MC branch in the trunk
(edit) @17161   11 years tbretz Added a version of GetIntersectionPoint which allows to check for success.
(edit) @17160   11 years tbretz Copy macro; no output if nothing happens (for cronjobs); shoerter name
(edit) @17159   11 years tbretz process in backward order; copy the script; added #!
(edit) @17148   11 years ftemme Merging changes from the MC branch in the trunk
(edit) @17146   11 years tbretz It looks like sometimes the TObject version ofWrite is called from the ...
(edit) @17145   11 years tbretz The macro can now handle files with 82 entries in the 'temp' column as ...
(edit) @17144   11 years tbretz Added the possibility to check for the array size in SetPtrAddress
(edit) @17143   11 years tbretz Added some includes to allow include in any order; this also makes the ...
(edit) @17142   11 years tbretz The two functions need an inline tag, otherwise they can end up in two ...
(edit) @17141   11 years tbretz More inclused to make any include order possible, removed some ...
(edit) @17140   11 years tbretz The ClassDef is not needed. We are not going to write class instances ...
(edit) @17139   11 years tbretz Reverting to last revision.
(edit) @17138   11 years tbretz Reverting to last revision.
(edit) @17137   11 years tbretz Reverting to last revision.
(edit) @17136   11 years tbretz Reverting to last revision.
(edit) @17135   11 years tbretz Reverting to last revision.
(edit) @17134   11 years tbretz Reverting to last revision.
(edit) @17133   11 years tbretz Reverting to last revision.
(edit) @17132   11 years tbretz Reverting to last revision.
(edit) @17131   11 years tbretz Reverting to last revision.
(edit) @17130   11 years tbretz Reverting to last revision.
(edit) @17129   11 years tbretz Reverting to last revision.
(edit) @17128   11 years tbretz Added missing includes etc which is necessary to include the files in ...
(edit) @17127   11 years tbretz Moved the mcode stuff from mbase to Mars root directory
Note: See TracRevisionLog for help on using the revision log.