source: trunk/Mars

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @16893   11 years tbretz Fixed a typo, added the missing cast and removed also the MRawEvtData ...
(edit) @16892   11 years tbretz
(edit) @16891   11 years tbretz Added a check for underflows, for the case the gains are read as ...
(edit) @16890   11 years tbretz Consistency of member names
(edit) @16889   11 years tbretz Some cleaning to easier understand the code.
(edit) @16888   11 years tbretz Given proper names to the enums... we are not programming Fortran ...
(edit) @16886   11 years tbretz Make sure no consietncy check is done for the last file.
(edit) @16882   11 years lyard added correct checksum calculation for compressed fits reader (zfits)
(edit) @16867   11 years lyard got rid of defines
(edit) @16863   11 years Daniela Dorner bugfix for case histogram in star does not exist, update code for ...
(edit) @16856   11 years tbretz Forgot this one...
(edit) @16855   11 years tbretz Fixed a couple of issues including missing setting of badbit, broken ...
(edit) @16849   11 years tbretz Added ln_get_lunar_earth_dist
(edit) @16847   11 years lyard fixed -again- checksum calculation while reading... hopefully
(edit) @16846   11 years lyard reverted the change: this did not work...
(edit) @16844   11 years lyard fixed checksum calculation while reading... hopefully
(edit) @16843   11 years tbretz Changed the way how the returned maximum is calculated to get a better ...
(edit) @16840   11 years lyard bug fix and emplace_back
(edit) @16825   11 years lyard Added heap consistency check. Not yet enabled
(edit) @16820   11 years lyard Modified block header's sequence scheme
(edit) @16815   11 years lyard replaced compression enum handling
(edit) @16814   11 years lyard added block headers and changed compression mechanism
(edit) @16811   11 years lyard oops, got rid of cout
(edit) @16810   11 years lyard Added tile header to zfits
(edit) @16725   11 years mknoetig edit currents.C to work with fCurrentsDiffToPrediction
(edit) @16693   11 years Daniela Dorner bugfix in query
(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) @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) @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) @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) @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) @16443   11 years lyard more tweaks to factfits
(edit) @16442   11 years tbretz If exceptions are not enabled, don't throw...
(edit) @16428   11 years tbretz Added copy cnstructor to DrsCalibration; allow CorrectStep to be ...
(edit) @16427   11 years tbretz Replaced push_back by emplace_back and size() by empty() where ...
(edit) @16426   11 years tbretz Fixed some typos and a compiler warning.
(edit) @16425   11 years tbretz requestedTile and currentTile should be uint32_t in ReadBinaryRow; no ...
(edit) @16424   11 years tbretz Added new member in Column to store the total number of bytes; ...
(edit) @16418   11 years lyard Fixed bugs from improvements
(edit) @16417   11 years tbretz removed the obsolete mightFail from the constructor; some little ...
(edit) @16416   11 years tbretz removed the obsolete mightFail from the constructor; some little ...
(edit) @16415   11 years tbretz added total_bytes to support the new member functions GetHeapShift and ...
(edit) @16414   11 years lyard Fixed little size_t to off_t bug
(edit) @16374   11 years tbretz Added ln_get_lunar_phase
(edit) @16331   11 years lyard Added comment functions to ofits.h
(edit) @16287   11 years lyard got rid of a cast on tellg
(edit) @16285   11 years lyard added new files for fitsCompressor and compressed files read headers
(edit) @16284   11 years lyard added fitsCompressor and compressed files read headers
(edit) @16110   11 years tbretz Replaced deque by list
(edit) @15627   11 years lyard bugFix
(edit) @15603   11 years mknoetig add fTriggerRateTimeOverx and TriggerRateRms to ontime.C
(edit) @15530   11 years Daniela Dorner bugfix: variable night was not treated properly so that insert did not work
(edit) @15529   11 years Daniela Dorner adapted accuracy to the one in the DB, moved fNumIslandsMean to the ...
(edit) @15528   11 years Daniela Dorner updated return values to needs of script
(edit) @15527   11 years Daniela Dorner bugfix: sometimes last point was missing, adapted y-range for rates
(edit) @15515   11 years mknoetig bugfixes added, now numevts.C works
(edit) @15513   11 years mknoetig add ontime.c which calculates ontimes and trigger rate things from the ...
(edit) @15509   11 years Daniela Dorner fixed name of MHDrsCalibrationTime and path for map file
(edit) @15481   11 years mknoetig Add: fNumIslandsMean into the db
(edit) @15446   11 years tbretz Call constructor of base class in copy constructor
(edit) @15445   11 years tbretz Removed some unused parameters from member functions.
(edit) @15444   11 years tbretz Allow to use Print as PrintQuery
(edit) @15440   11 years tbretz Support more than one MTreeSQL per database connection.
(edit) @15439   11 years tbretz Removed all obsolete code from the root copied classes; now everything ...
(edit) @15420   11 years tbretz Updated ifdef
(edit) @15419   11 years tbretz Removed support for writing to the table; added support for left joins
(edit) @15418   11 years tbretz Updated ifndef
(edit) @15417   11 years tbretz Some copies of root classes with some minor fixed to allow the use of ...
(edit) @15416   11 years tbretz Added some copies of root classes to solev a problem in TTreeSQL with ...
(edit) @15396   11 years Daniela Dorner adapted query to allow for plots even when the ontime is not yet ...
(edit) @15395   11 years Daniela Dorner added (macro to create lightcurves for QLA)
(edit) @15394   11 years Daniela Dorner added (macro to fill ganymed results to DB)
(edit) @15365   11 years tbretz Stop processing if there is a nonsense number of reuse of shower.
(edit) @15364   11 years tbretz Implemented the possibility to stream the input file immediately also ...
(edit) @15278   11 years lyard fixed wrong run type display, fixed calibration loading
(edit) @15277   11 years lyard added fits files header key support
(edit) @15269   11 years tbretz Added the HAVE_ZLIB flag and libz for AcliC compilation to get the ...
(edit) @15268   11 years tbretz Added the misisng namespace for endl in case or MARS
(edit) @15267   11 years tbretz It seems there is a problem with the defines used by CINT in AcLiC and ...
(edit) @15266   11 years tbretz Allocation the buffer on the stack can give problems because it is ...
(edit) @15262   11 years tbretz Added libnova to the libraries linked in AcLiC
(edit) @15261   11 years tbretz Added a missing type conversion
(edit) @15258   11 years tbretz Removed some unsused parameters from the header to avoid compiler warnings.
(edit) @15257   11 years tbretz Removed some unsused parameters from the header to avoid compiler warnings.
(edit) @15256   11 years tbretz Removed some unsused parameters from the header to avoid compiler warnings.
(edit) @15255   11 years tbretz Added ln_get_solar_equ_coords and ln_get_lunar_sdiam
(edit) @15254   11 years tbretz Added ln_get_solar_equ_coords and ln_get_lunar_sdiam
(edit) @15244   11 years Daniela Dorner added (macro to plot quality parameter)
(edit) @15243   11 years Daniela Dorner added (macro to plot ratescan info from db)
(edit) @15242   11 years Daniela Dorner added directory for plotting macros
(edit) @15238   11 years tbretz Added detection of JD in constructor and SetJD memeber function
Note: See TracRevisionLog for help on using the revision log.