source: trunk/Mars

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @17867   10 years tbretz Added the possibility to limit the number of events written per branch ...
(edit) @17866   10 years tbretz Added the possibility to combine all output files into a single output ...
(edit) @17865   11 years tbretz ReInit was too much.
(edit) @17864   11 years tbretz Minor simplification and level adaption.
(edit) @17863   11 years tbretz To be able to distinguis different failure cases.
(edit) @17862   11 years tbretz That's the best algorithm I could find within limited time. I think it ...
(edit) @17861   11 years tbretz
(edit) @17860   11 years tbretz Fixed a compilation problem.
(edit) @17859   11 years tbretz Added MTreatSaturation.
(edit) @17858   11 years tbretz First version of a class to treat saturating samples... still very ...
(edit) @17857   11 years tbretz Simplified using a switch-condition.
(edit) @17855   11 years tbretz Removed MmcEvtBasic from the output. This information is contained ...
(edit) @17854   11 years tbretz I made a mess reverting the last change... so this should correspond ...
(edit) @17853   11 years tbretz Reverting to last revision.
(edit) @17850   11 years tbretz To avoid unification with each and every single pixel around the main ...
(edit) @17849   11 years tbretz Made std::to_string ISDC-prove.
(edit) @17846   11 years tbretz Fixed two typos in the class reference.
(edit) @17845   11 years tbretz Adapted resource names to MARS convention.
(edit) @17844   11 years tbretz Adapted rc-option naming to MARS convention.
(edit) @17839   11 years tbretz We do not write MMcEvtBasic to the Events tree but the whole MMcEvt ...
(edit) @17837   11 years tbretz Allow to set island information (for the new image cleaning)
(edit) @17836   11 years tbretz First working version.
(edit) @17835   11 years tbretz First working version.
(edit) @17834   11 years tbretz I wonder how that could ever work... it did not accept fz as extension.
(edit) @17833   11 years tbretz First working version.
(edit) @17832   11 years tbretz Added a new time based image cleaning.
(edit) @17831   11 years tbretz Added the new classes MFilterData and MExtractFACT.
(edit) @17830   11 years tbretz New classes.
(edit) @17829   11 years tbretz Added some default arguments.
(edit) @17828   11 years tbretz Resolved some compiler warnings.
(edit) @17827   11 years tbretz Get rid of some compiler warnings.
(edit) @17826   11 years tbretz Added some default arguments.
(edit) @17787   11 years tbretz Added more stuff which is necessary for proper interaction with the ...
(edit) @17786   11 years tbretz Automatically call SetSelctedPad once a new tab is created.
(edit) @17785   11 years tbretz Fixed a compiler warning because title wasn't used in the constructor ...
(edit) @17784   11 years tbretz Fixed the order of instantiation which the responsible person refuses ...
(edit) @17783   11 years tbretz Get rid of a few compiler warnings about obsolete const qualifiers.
(edit) @17782   11 years tbretz Added a possibility to access the Fits Stream and the PCTime in a ...
(edit) @17781   11 years tbretz Added a possibility to access the Fits Stream and the PCTime in a ...
(edit) @17780   11 years tbretz Added a possibility to access the stream in a constant manner.
(edit) @17779   11 years tbretz Use COmmentFromType and SizeFromType from FITS namespace; try using ...
(edit) @17778   11 years tbretz Cleanup includes and defines; moved CommentFromType and SizeFromType ...
(edit) @17777   11 years tbretz Solved the problem that so far cint does not define __MARS__; added an ...
(edit) @17776   11 years tbretz Added a function to check whether a key is a reserved key; added the ...
(edit) @17770   11 years tbretz It looks like there is a problem with th eno-excpetion option and our ...
(edit) @17769   11 years tbretz Fixed a warning comparison between signed and unsigned.
(edit) @17768   11 years tbretz Replaced my by scale.
(edit) @17767   11 years tbretz Fixed a minor compilation problem.
(edit) @17766   11 years tbretz Removing the std::exception_ptr by an ifdef is dangerous, because CINT ...
(edit) @17765   11 years tbretz If one function takes a pointer the other one should as well, offsets ...
(edit) @17764   11 years tbretz endif was missing
(edit) @17763   11 years tbretz MLogManip came from the fits headers.
(edit) @17762   11 years tbretz The ready to save flag was not set.
(edit) @17761   11 years tbretz Added an semi-automatic setting of PACKAGE_NAME, PACKAGE_VERSION and ...
(edit) @17760   11 years tbretz MLog and MLogManip came from the fits classes
(edit) @17759   11 years tbretz MLog and MLogManip came from the fits classes
(edit) @17758   11 years tbretz TSystem and MLogManip come from the fits classes.
(edit) @17757   11 years tbretz MTime is not needed here anymore.
(edit) @17756   11 years tbretz Got the libnova stuff from libnova-dir
(edit) @17755   11 years tbretz Moved to root dir (MLinkDef and Makefile)
(edit) @17754   11 years tbretz There were some casts missing to allow large memory sizes
(edit) @17753   11 years tbretz I am not sure this is needed here, but to avoid potential problems I ...
(edit) @17752   11 years tbretz The condition was wrong... it was not possible to properly set the ...
(edit) @17751   11 years tbretz I realized that we were one level too high with deriving the class. ...
(edit) @17750   11 years tbretz Improved error message.
(edit) @17749   11 years tbretz Give CINT a hint about the size of the structures.
(edit) @17748   11 years tbretz Minor simplifications.
(edit) @17747   11 years tbretz 'using namespace std' should never appear in header
(edit) @17743   11 years tbretz Some fixes to the no-exception part.
(edit) @17737   11 years tbretz Unified the two SetupCommonFileStructure.
(edit) @17736   11 years tbretz Do not require MTime... callisto allows now to use a root file as input.
(edit) @17735   11 years tbretz Avoid a compiler warning.
(edit) @17734   11 years tbretz Fixed the trigger pattern to be consistent with the FACT data.
(edit) @17733   11 years tbretz
(edit) @17699   11 years tbretz Improved the calling convention. There is really no need to give so ...
(edit) @17698   11 years tbretz A wrong checksum was silently ignored
(edit) @17697   11 years tbretz Some cosmetics
(edit) @17685   11 years tbretz Fixed revision 17607. When starting with tile 0 the currentTile can be ...
(edit) @17682   11 years ftemme Added the clipping of the trigger signal
(edit) @17677   11 years tbretz Fixed the last fix... using a variable type which allows hundreds of ...
(edit) @17667   11 years lyard fixed uint32 bug for max available memory
(edit) @17666   11 years ftemme Forget to compile, before checkin, and therefore didn't see some small ...
(edit) @17665   11 years ftemme Forget to set the arrays of the MTruePhotonsPerPixel container to ...
(edit) @17664   11 years tbretz Added return code
(edit) @17663   11 years ftemme Added the creation of a MTruePhotonsPerPixelCont in MSimCamera and the ...
(edit) @17662   11 years ftemme Added the new MTruePhotonsPerPixelCont MParContainer to store the ...
(edit) @17661   11 years ftemme Added the writing of MArrayF in MWriteFitsFile
(edit) @17660   11 years tbretz Fixed the binning, so that we are not suing the overflow bin anymore ...
(edit) @17652   11 years tbretz Updated to the latest current prediction (from the calibration paper); ...
(edit) @17650   11 years tbretz Commented two unused variables to avoid compiler warnings.
(edit) @17648   11 years tbretz Fixed a typo in a comment.
(edit) @17643   11 years ftemme Added a MParameterD for the Crosstalkcoefficient, so that MSimCamera ...
(edit) @17642   11 years tbretz Moved the AppendPad before all histograms. In this was when a canvas ...
(edit) @17641   11 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
Note: See TracRevisionLog for help on using the revision log.