source: trunk/Mars

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17783   10 years tbretz Get rid of a few compiler warnings about obsolete const qualifiers.
(edit) @17782   10 years tbretz Added a possibility to access the Fits Stream and the PCTime in a ...
(edit) @17781   10 years tbretz Added a possibility to access the Fits Stream and the PCTime in a ...
(edit) @17780   10 years tbretz Added a possibility to access the stream in a constant manner.
(edit) @17779   10 years tbretz Use COmmentFromType and SizeFromType from FITS namespace; try using ...
(edit) @17778   10 years tbretz Cleanup includes and defines; moved CommentFromType and SizeFromType ...
(edit) @17777   10 years tbretz Solved the problem that so far cint does not define __MARS__; added an ...
(edit) @17776   10 years tbretz Added a function to check whether a key is a reserved key; added the ...
(edit) @17770   10 years tbretz It looks like there is a problem with th eno-excpetion option and our ...
(edit) @17769   10 years tbretz Fixed a warning comparison between signed and unsigned.
(edit) @17768   10 years tbretz Replaced my by scale.
(edit) @17767   10 years tbretz Fixed a minor compilation problem.
(edit) @17766   10 years tbretz Removing the std::exception_ptr by an ifdef is dangerous, because CINT ...
(edit) @17765   10 years tbretz If one function takes a pointer the other one should as well, offsets ...
(edit) @17764   10 years tbretz endif was missing
(edit) @17763   10 years tbretz MLogManip came from the fits headers.
(edit) @17762   10 years tbretz The ready to save flag was not set.
(edit) @17761   10 years tbretz Added an semi-automatic setting of PACKAGE_NAME, PACKAGE_VERSION and ...
(edit) @17760   10 years tbretz MLog and MLogManip came from the fits classes
(edit) @17759   10 years tbretz MLog and MLogManip came from the fits classes
(edit) @17758   10 years tbretz TSystem and MLogManip come from the fits classes.
(edit) @17757   10 years tbretz MTime is not needed here anymore.
(edit) @17756   10 years tbretz Got the libnova stuff from libnova-dir
(edit) @17755   10 years tbretz Moved to root dir (MLinkDef and Makefile)
(edit) @17754   10 years tbretz There were some casts missing to allow large memory sizes
(edit) @17753   10 years tbretz I am not sure this is needed here, but to avoid potential problems I ...
(edit) @17752   10 years tbretz The condition was wrong... it was not possible to properly set the ...
(edit) @17751   10 years tbretz I realized that we were one level too high with deriving the class. ...
(edit) @17750   10 years tbretz Improved error message.
(edit) @17749   10 years tbretz Give CINT a hint about the size of the structures.
(edit) @17748   10 years tbretz Minor simplifications.
(edit) @17747   10 years tbretz 'using namespace std' should never appear in header
(edit) @17743   10 years tbretz Some fixes to the no-exception part.
(edit) @17737   10 years tbretz Unified the two SetupCommonFileStructure.
(edit) @17736   10 years tbretz Do not require MTime... callisto allows now to use a root file as input.
(edit) @17735   10 years tbretz Avoid a compiler warning.
(edit) @17734   10 years tbretz Fixed the trigger pattern to be consistent with the FACT data.
(edit) @17733   10 years tbretz
(edit) @17699   10 years tbretz Improved the calling convention. There is really no need to give so ...
(edit) @17698   10 years tbretz A wrong checksum was silently ignored
(edit) @17697   10 years tbretz Some cosmetics
(edit) @17685   10 years tbretz Fixed revision 17607. When starting with tile 0 the currentTile can be ...
(edit) @17682   10 years ftemme Added the clipping of the trigger signal
(edit) @17677   10 years tbretz Fixed the last fix... using a variable type which allows hundreds of ...
(edit) @17667   10 years lyard fixed uint32 bug for max available memory
(edit) @17666   10 years ftemme Forget to compile, before checkin, and therefore didn't see some small ...
(edit) @17665   10 years ftemme Forget to set the arrays of the MTruePhotonsPerPixel container to ...
(edit) @17664   10 years tbretz Added return code
(edit) @17663   10 years ftemme Added the creation of a MTruePhotonsPerPixelCont in MSimCamera and the ...
(edit) @17662   10 years ftemme Added the new MTruePhotonsPerPixelCont MParContainer to store the ...
(edit) @17661   10 years ftemme Added the writing of MArrayF in MWriteFitsFile
(edit) @17660   10 years tbretz Fixed the binning, so that we are not suing the overflow bin anymore ...
(edit) @17652   10 years tbretz Updated to the latest current prediction (from the calibration paper); ...
(edit) @17650   10 years tbretz Commented two unused variables to avoid compiler warnings.
(edit) @17648   10 years tbretz Fixed a typo in a comment.
(edit) @17643   10 years ftemme Added a MParameterD for the Crosstalkcoefficient, so that MSimCamera ...
(edit) @17642   10 years tbretz Moved the AppendPad before all histograms. In this was when a canvas ...
(edit) @17641   10 years ftemme Added the calculation of Disp and ThetaSq in the MC-Star macro and ...
(edit) @17607   11 years lyard Fixed bug that wrongly calculated the checksum of compressed files. ...
(edit) @17568   11 years Daniela Dorner adapted defaults for cleaning levels
(edit) @17567   11 years Daniela Dorner adapted regular expression for fits files
(edit) @17559   11 years aparavac Added compatibilty for gcc 4.7 and c11 std
(edit) @17541   11 years tbretz Fixed case of query and output path.
(edit) @17539   11 years lyard moved uint64 to int64 in DrsCalibration member variables
(edit) @17534   11 years tbretz Removed CheckAndWrite from PreProcess, because it is done anyway in ...
(edit) @17521   11 years Daniela Dorner new version to run automatically every morning
(edit) @17402   11 years tbretz Updated to allow a real streaming, even for shrunk files.
(edit) @17400   11 years tbretz To determine the maximum devision by 8 is not necessary, only for the ...
(edit) @17392   11 years tbretz Simplified: keep a list of all skipped tables. There is no need to lop ...
(edit) @17388   11 years tbretz Removes svn:ignored. Black magic. Only leads to confusion if ...
(edit) @17387   11 years tbretz Removed svn:executable property, these are no executables.
(edit) @17386   11 years tbretz Removed svn:executable property, these are no executables.
(edit) @17385   11 years tbretz emoved svn:ignore property. This is black magic and can easily lead to ...
(edit) @17384   11 years tbretz Cleanup of the includes; my suspicion is that the math.h is for the ...
(edit) @17383   11 years tbretz Some important conmetics: Define variables as const whenever you can, ...
(edit) @17382   11 years tbretz Simplified conditional.
(edit) @17381   11 years tbretz Files moved to their own subdirectory to keep everything at least a ...
(edit) @17380   11 years tbretz Files removed here because they are not part of the default setup.
(edit) @17379   11 years tbretz Files moved here because they are not part of the default setup.
(edit) @17372   11 years tbretz Updated to use extract_aux.C
(edit) @17371   11 years tbretz Removed obsolete variable definition.
(edit) @17370   11 years tbretz Renamed and added more auxiliary infomrations.
(edit) @17338   11 years tbretz Updated the interface to have an option to read directly from a file.
(edit) @17337   11 years tbretz Removed unused arguments to suppress compiler warning.
(edit) @17336   11 years tbretz Added a new spike removal algorithm; changed the interface from 'all ...
(edit) @17335   11 years tbretz Implemented a fourth spike removal algorithm. The spike removal is now ...
(edit) @17334   11 years tbretz Removed an unused argument to suppress compiler warning.
(edit) @17333   11 years tbretz Added the arguments from the Makefile to the AcliC call - this was ...
(edit) @17328   11 years tbretz Switched to new spike removeal algorithm; added filenames without ...
(edit) @17327   11 years tbretz Updated query to account for new sql version
(edit) @17326   11 years tbretz Added code to extract hv-patch wise temperatures from aux files.
(edit) @17323   11 years tbretz According to a simply toy MC this reproduces the behaviour of the ...
(edit) @17322   11 years tbretz Fixed a bug which caused the macro to be executed twice.
(edit) @17321   11 years tbretz Fixed a bug which caused the macro to be executed twice.
(edit) @17315   11 years Daniela Dorner changed column name from fRunId to fRunID
(edit) @17310   11 years ftemme Changed the name of the mc_star macro and commented the inclusion of ...
(edit) @17309   11 years ftemme Changed the name of the mc_callisto macro and commented the inclusion ...
(edit) @17307   11 years tbretz Added wrappers for some defines to the MARS namespace to make that ...
(edit) @17306   11 years tbretz Implemented 'make sge'. Must be used as 'make -j sge'
(edit) @17305   11 years lyard Moved catalog reconstruction only when a row is read so that headers ...
Note: See TracRevisionLog for help on using the revision log.