source: trunk/Mars

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @19442   6 years tbretz Added default constructor to SolarObjects.
(edit) @19434   6 years tbretz Use the filename directly if only a filename is given (warning: if ...
(edit) @19427   6 years tbretz The new algorithm implemented to work with newer root version to open ...
(edit) @19414   6 years tbretz There was a bug in the order, that's why the first page sometimes was ...
(edit) @19410   6 years tbretz This will help to identify if the environment is screwed up.
(edit) @19407   6 years tbretz Comparison between signed an unsigned
(edit) @19406   6 years tbretz The version number had to be changed as the data member description ...
(edit) @19405   6 years tbretz n can be of type size_t, no need for a cast. It will not be negative:
(edit) @19404   6 years tbretz Make i consistent with num_cols
(edit) @19394   6 years tbretz Minor fix.
(edit) @19392   6 years tbretz Allow to select a different OBSERVATORY location during compile time. ...
(edit) @19388   6 years tbretz Declare all functions inline to avoid multiple definitions when ...
(edit) @19366   6 years tbretz These two lines are obsolete.
(edit) @19361   6 years tbretz A simple version of an event display.
(edit) @19360   6 years tbretz Implemented the display of the hillas ellipse.
(edit) @19359   6 years tbretz The single step mode was never working properly -- fixed.
(edit) @19358   6 years tbretz Implemented key handling of space key as a single-step key.
(edit) @19357   6 years tbretz Some additional comments.
(edit) @19356   6 years tbretz HAWC's Eye Analysis
(edit) @19355   6 years tbretz Obsolete line...
(edit) @19354   6 years tbretz Also report root version in status message
(edit) @19353   6 years tbretz Still produced a warning.
(edit) @19352   6 years tbretz Fixed for root 5.34 which does not define those for cmake.
(edit) @19351   6 years tbretz This fixed a problem with old gcc -- we might have to extend the range ...
(edit) @19350   6 years tbretz Fixed a typo
(edit) @19349   6 years tbretz For an older gcc
(edit) @19348   6 years tbretz Fixed a problem with an old gcc.
(edit) @19347   6 years tbretz Improved pre-check for root-config.
(edit) @19346   6 years tbretz This wasn't working with installations is the operating system ...
(edit) @19345   6 years tbretz Improves the behaviour with RecursiveRemove. Strictly speaking this ...
(edit) @19344   6 years tbretz Parenthesis missing.
(edit) @19343   6 years tbretz Reading and printing some more options from the file headers
(edit) @19342   6 years tbretz Added a comment
(edit) @19341   6 years tbretz Block length in number fo floats.
(edit) @19340   6 years tbretz Implemented variable block size to support thin-format and implemented ...
(edit) @19339   6 years tbretz Added the 8-float format as FillEvtCorsikaThin, calculate absolute ...
(edit) @19338   6 years tbretz This allows to distinguish between the thinning file format (8 floats ...
(edit) @19337   6 years tbretz Read the block header and footer bytes only when they are expected.
(edit) @19336   6 years tbretz Flexible block size when reading the EVTE block to acount for ...
(edit) @19335   6 years tbretz For some reason giving the formula to be compiled as argument in ...
(edit) @19334   6 years tbretz Make sure that if root decides to delete TFormula we are not deleting ...
(edit) @19333   6 years tbretz Fixed two typos.
(edit) @19332   6 years tbretz Implemented variable block length to support thinning option, read ...
(edit) @19331   6 years tbretz Cleaned... made all the block-length variable so that it can be ...
(edit) @19330   6 years tbretz Moved magic numbers to an enum, changed hasMagicNumber into the block ...
(edit) @19329   6 years tbretz Moved magic numbers to an enum, changed hasMagicNumber into the block ...
(edit) @19328   6 years tbretz It seems something is deleting the canvases (could not find what), so ...
(edit) @19327   6 years tbretz This was still not working, it produced root 5 dictionaries with root 6
(edit) @19326   6 years tbretz Use the compiler to check if the correct root version got loaded.
(edit) @19324   6 years tbretz Now this version works for 5.34 with a classical compilation, 6.x ...
(edit) @19321   6 years tbretz If root does not create output, create it ourselves.
(edit) @19320   6 years tbretz Fixed type
(edit) @19319   6 years tbretz Added some comments
(edit) @19318   6 years tbretz Initialize lastt
(edit) @19317   6 years tbretz That's more correct.
(edit) @19316   6 years tbretz Comparison between signed and unsigned.
(edit) @19315   6 years tbretz Comparison between signed an unsigned.
(edit) @19311   6 years tbretz Added some comments
(edit) @19310   6 years tbretz It was crashing if the camera had less than 1440 pixels connected - fixed.
(edit) @19309   6 years tbretz Prototype.
(edit) @19308   6 years tbretz Create a version of dohtml.C with the correct paths.
(edit) @19307   6 years tbretz That is another try to hopefully get something working. Works with ...
(edit) @19306   6 years tbretz Replaced \circ by #circ because the old one looks weird.
(edit) @19305   6 years tbretz Replaced \circ by #circ because the old one looks weird.
(edit) @19304   6 years tbretz Replaced \circ by #circ because the old one looks weird.
(edit) @19302   6 years tbretz Fixed a compiler warning in a root header - nothing we can do about it.
(edit) @19299   6 years tbretz Added some comments.
(edit) @19298   6 years tbretz Now called lib
(edit) @19297   6 years tbretz Separated lib and dictionary path, properly print include path of nova
(edit) @19296   6 years tbretz Illegal charcter encoding in root dictionary with root 5
(edit) @19295   6 years tbretz libmars is now created in the subdirectory.
(edit) @19294   6 years tbretz In this context $ ENV should be just ENV, the subdir must be ...
(edit) @19293   6 years tbretz kSolarStandardHorizon for convenience (no need to include libnova.h ...
(edit) @19292   6 years tbretz It is not a global variable but a pre-compiler directive.
(edit) @19291   6 years tbretz This workaround is not needed anymore.
(edit) @19290   6 years tbretz As a static member it is missing in the dictionary, as an inline ...
(edit) @19289   6 years tbretz Suppress some -Wcast-align warning from some root header (we can not ...
(edit) @19288   6 years tbretz This fixes some compiler warning about alignment during casts.
(edit) @19287   6 years tbretz Already included before.
(edit) @19286   6 years tbretz This should (hopefully) make compilation compatible with root version ...
(edit) @19284   6 years tbretz Removed processings from BlockHeader, as a variable size array, it ...
(edit) @19276   6 years tbretz It's actually better to create the library directly in dictionary ...
(edit) @19275   6 years tbretz Make it run with rootcling
(edit) @19274   6 years tbretz One more work around for a compiler warning
(edit) @19273   6 years tbretz A lot of code became obsolete with root 6.
(edit) @19272   6 years tbretz Fixed a typo.
(edit) @19271   6 years tbretz This is based on some warning I get with root 6 during run-time. I am ...
(edit) @19270   6 years tbretz Added some comments
(edit) @19269   6 years tbretz Fixed a typo.
(edit) @19268   6 years tbretz Fixed another issue pointed out by the YIT compiler.
(edit) @19267   6 years tbretz This fixed running with rootcling, but might break compilation of the ...
(edit) @19266   6 years tbretz Fixed some minor issues with the cling based interpreter - this should ...
(edit) @19264   6 years tbretz Comaptibility with root 6 -- a slightly different way to load the library.
(edit) @19263   6 years tbretz Root 6 needs a copy in this directory to read all the pcm files from ...
(edit) @19262   6 years tbretz Not supported in root 6 until further debugging.
(edit) @19261   6 years tbretz root 6 extends the range of kMaxEntries -- new data type -- untested.
(edit) @19260   6 years tbretz root 6 defined the a const -- worked around.
(edit) @19259   6 years tbretz root 6 need TMutex to be included.
(edit) @19258   6 years tbretz Fixed a typo
(edit) @19257   6 years tbretz Compatibility with root 6 -- more C++ like in general.
Note: See TracRevisionLog for help on using the revision log.