source:

Revision Log Mode:


Legend:

Added
Modified
Copied or renamed
Diff Rev Age Author Log Message
(edit) @18634   10 years tbretz Minor updates.
(edit) @18633   10 years tbretz Renamed MAINPAGE to MAINPAGE.md to make doxygen 1.8 find it.
(edit) @18632   10 years tbretz disable-ftu should pe vars no var
(edit) @18631   10 years tbretz Added support for run and event number.
(edit) @18630   10 years tbretz Distribute run and event number with the EVENT_DATA service
(edit) @18629   10 years tbretz Disentengle from root and Mars were appropriate, some tidying.
(edit) @18628   10 years tbretz Dientengle from root and Mars, added the drawing function from their ...
(edit) @18627   10 years tbretz Disentengle from root and Mars were possible, clean up of gui from all ...
(edit) @18626   10 years tbretz Removed base class PixGetter, use unsigned char as base type for image ...
(edit) @18625   10 years tbretz Removed reference to root dictionary, some minor update to disentengle ...
(edit) @18624   10 years tbretz
(edit) @18623   10 years tbretz Don't use the root dictionary
(edit) @18622   10 years tbretz Removed references to root and obsolete code
(edit) @18621   10 years tbretz Removed references to root, replaced with basic types.
(edit) @18620   10 years tbretz Removed references to root.
(edit) @18619   10 years tbretz Removed references to root.
(edit) @18618   10 years tbretz Copied files from Mars and Cosy to compile toold which fit our current ...
(edit) @18617   10 years tbretz This looks like a solution. I start a second detached thread which ...
(edit) @18616   10 years tbretz Issue a message when the thread has been shut down.
(edit) @18615   10 years tbretz It seems the new system Ubuntu 16.04 does not support anymore hardware ...
(edit) @18614   10 years tbretz Another mystery of thenew system Ubuntu 16.04... the tokenizer here ...
(edit) @18613   10 years tbretz With gcc 5 it seems N also identifies our strings... this might still ...
(edit) @18612   10 years tbretz God knows why the constructur fails to work with gcc 5, I don't...
(edit) @18611   10 years tbretz FITS column description was too long
(edit) @18610   10 years tbretz
(edit) @18609   10 years tbretz
(edit) @18608   10 years tbretz Added required
(edit) @18607   10 years tbretz WORKAROUND CH272: Removed the shortcut channel from the list of ...
(edit) @18606   10 years tbretz Better handling of special cases like when the lid is closed or the ...
(edit) @18605   10 years tbretz Just realised that this is automatically created by the missing ...
(edit) @18604   10 years tbretz Downgraded to autoconf 1.14
(edit) @18603   10 years tbretz Upadted the build system from a current Ubuntu 16.04 -- let's see if ...
(edit) @18602   10 years tbretz The latest change broke the compiling with root.
(edit) @18601   10 years tbretz Updated the handling of the flags to better split between ...
(edit) @18600   10 years tbretz Avoid a compiler warning
(edit) @18599   10 years tbretz Fixed three typos.
(edit) @18598   10 years tbretz Fixed two typos.
(edit) @18597   10 years tbretz Added some missing but maybe common error codes
(edit) @18596   10 years tbretz This is the better fix (although both will work)
(edit) @18595   10 years tbretz Fixed a wraning in a conditional (uncritical)
(edit) @18594   10 years tbretz It seems typedefs and templates need to be public with the newer ...
(edit) @18593   10 years tbretz Newers compilers need an explicit cast here.
(edit) @18592   10 years tbretz Newer compilers need an explicit cast here.
(edit) @18591   10 years tbretz Tried to make the compiler hack compiler version dependent.
(edit) @18590   10 years tbretz Fixed a warning about a strange conditional (uncritical)
(edit) @18589   10 years tbretz Fixed a minor problem when defining the color of an output line.
(edit) @18588   10 years tbretz Fixed a warning due to a missing cast.
(edit) @18587   10 years tbretz Fixed a typo and a flaw in a conditions (nothing critical)
(edit) @18586   10 years tbretz Fxied a warning about a missing cast.
(edit) @18585   10 years tbretz Fixed some warning about unused function parameters.
(edit) @18584   10 years tbretz Switching off root didn't work
(edit) @18583   10 years tbretz Fixed some typos in the docu.
(edit) @18582   10 years Daniela Dorner improved output; fixed regular expression for finding rawfiles
(edit) @18581   10 years Daniela Dorner added crons for filling magic-lidar and tng-dust to db
(edit) @18580   10 years tbretz Added SetupFits to be able to read the container from a fits file.
(edit) @18579   10 years tbretz A copy of mc/callisto.C, removed the pedestal processing, adapted the ...
(edit) @18578   10 years tbretz MSoftwareTrigger is not required, added missing containers to the ...
(edit) @18577   10 years tbretz Fixed a typo and write the corsika simulated source position and the ...
(edit) @18576   10 years tbretz The additional acceptance should be excuted no matter of the setup of ...
(edit) @18575   10 years Daniela Dorner added include for fits.h
(edit) @18574   10 years tbretz Fixed a logic flaw for old files without CLTYPE
(edit) @18573   10 years tbretz Fixed wrong order or arguments.
(edit) @18572   10 years tbretz Also retrieve the name of the container from the file and create the ...
(edit) @18571   10 years tbretz Implemented a sanity check in SetupFits for the container name.
(edit) @18570   10 years tbretz Do not only write container name as CLNAME but also container type as ...
(edit) @18569   10 years tbretz Implemented function SetupFits to be able to read from a fits file.
(edit) @18568   10 years tbretz Implemented function SetupFits to be able to read from a fits file.
(edit) @18567   10 years tbretz Renamed map to mmap to avoid conflicts with std::map, some snaity ...
(edit) @18566   10 years tbretz Wrong order
(edit) @18565   10 years tbretz Ceres fits files do not provide (yet?) MMcRunHeader, ignore it.
(edit) @18564   10 years tbretz Set the run type to monte carlo if it is a monte carlo file as it is ...
(edit) @18563   10 years tbretz Make proper use of the fIsMc flag, read and initialize other ...
(edit) @18562   10 years tbretz Made fParList accessible from MFitsFileRead
(edit) @18561   10 years tbretz Added a function to setup reading from a fits file SetupFits.
(edit) @18560   10 years tbretz Added some unit infomration for the fits file, added the function to ...
(edit) @18559   10 years tbretz Added path to mcore
(edit) @18558   10 years tbretz Added path to mcore
(edit) @18557   10 years tbretz Added a function to setup reading from a fits file SetupFits.
(edit) @18556   10 years tbretz Added a function to setup reading from a fits file SetupFits.
(edit) @18555   10 years tbretz Added a new virtual function to setup reading from a fits file.
(edit) @18554   10 years Jens Buss Standard settings from the monte carlo development phase
(edit) @18553   10 years ftemme standard settings
(edit) @18552   10 years ftemme wrong user
(edit) @18551   10 years ftemme Standard settings
(edit) @18550   10 years ftemme Making a new dir.
(edit) @18549   10 years tbretz The wavelength is now kept as a negative value so that it can be ...
(edit) @18548   10 years tbretz If the CEFFIC option is enables and the user has not requested ...
(edit) @18547   10 years tbretz If the CEFFIC option is enables and the user has not requested ...
(edit) @18546   10 years tbretz In EventIO the impact is not calculated on the ground, the trajectory ...
(edit) @18545   10 years tbretz Simulate the wavelength whenever it is set to zero (unspecified), set ...
(edit) @18544   10 years lyard Added -ugly- program to recover raw data files corrupted due to ...
(edit) @18543   10 years tbretz Changed from cout to log-stream
(edit) @18542   10 years tbretz Added case 1203 and 1212 for convenience and to simplify reading ...
(edit) @18541   10 years tbretz Added code to read the EventIo compacted bunches
(edit) @18540   10 years tbretz Added some code to read the compact bunch format in the eventio files.
(edit) @18539   10 years tbretz Added local path to default ones for mapping file, implemented the ...
(edit) @18538   10 years tbretz Print the number of columns skipped due to NULL entry.
(edit) @18537   10 years tbretz I am assuming that AzMin=AzMax=180 means that the trajectory option ...
(edit) @18536   10 years tbretz Removed unintentionally introduced output.
(edit) @18535   10 years tbretz This new magic number seems to be around larger blocks
Note: See TracRevisionLog for help on using the revision log.