Timeline



04/18/14:

22:00 Changeset [17677] by tbretz
Fixed the last fix... using a variable type which allows hundreds of terabytes to be allocated is for sure no option. Actually, restricting the amount of memory which can be allocated is a feature not a problem. The correct way to fix the problem is to properly cast the variable before it is converted from kB to Byte.
21:13 Changeset [17676] by tbretz
New program to display smartfact events from the previous night during daytime.

04/17/14:

08:40 Changeset [17675] by lyard
modified the fitsDecompressor code to take into account the refactoring of the fits classes, namely the introduction of FITS.h
08:32 Changeset [17674] by lyard
modified the fitsCompressor code to take into account the refactoring of the fits classes, namely the introduction of FITS.h

04/16/14:

23:51 Changeset [17673] by tbretz
Adapted to have three agilentctrl running instead of one.
21:07 Changeset [17672] by tbretz
Replaced one agilentctrl by three; fixed the calculatio of the power; display all pixels, and use ch8 at TM channel
20:33 Changeset [17671] by tbretz
Removed old agilent.page and replaced that with one per Agilent.
20:32 Changeset [17670] by tbretz
Added all three agients
18:43 Changeset [17669] by tbretz
Implemented the possibility to start more than one agilentctrl to read from all agilents.
17:11 Changeset [17668] by tbretz
Remplaced the double backslash in a root axis title by a #. Otherwiese some root version fail to create the eps

04/14/14:

12:36 Changeset [17667] by lyard
fixed uint32 bug for max available memory

04/11/14:

12:03 Changeset [17666] by ftemme
Forget to compile, before checkin, and therefore didn't see some small mistakes in the code
11:57 Changeset [17665] by ftemme
Forget to set the arrays of the MTruePhotonsPerPixel container to zero, before adding the photons in MSimCamera

04/08/14:

16:14 Changeset [17664] by tbretz
Added return code
12:45 Ticket #8 (crosscheck PDE simulation) created by dneise
(This ticket is derived from a mail from Thomas Bretz) The PDE curve …
12:43 Ticket #7 (crosstalk variations) created by dneise
(This ticket is derived from a mail from Thomas Bretz) The crosstalk …
12:42 Ticket #6 (biased light pulser based calibration) created by dneise
(This ticket is derived from a mail from Thomas Bretz) The current …
12:40 Ticket #5 (Simulation of time jitter) created by dneise
(This ticket is derived from a mail from Thomas Bretz) I am not sure …
12:38 Ticket #4 (Simulate SiPM time jitter) created by dneise
(This ticket is derived from a mail from Thomas Bretz) Currently the …
12:27 Ticket #3 (Writing of all primitive datatypes and arrays of them in the fits output) created by ftemme
It would be nice, that mfileio/MWriteFitsFile would have the …
12:25 Ticket #2 (Verify DrsCalibrateTime) created by dneise
The calculation of the calibration constants to perform the …
12:21 Ticket #1 (McTruth number of cherenkov photons in pixel) closed by ftemme
fixed: - resolved in the changesets [17661], [17662], [17663] - Added the …

04/07/14:

15:05 Changeset [17663] by ftemme
Added the creation of a MTruePhotonsPerPixelCont in MSimCamera and the filling of the arrays of the container. Also added the container to the fitsoutput
15:03 Changeset [17662] by ftemme
Added the new MTruePhotonsPerPixelCont MParContainer to store the mctruth of the number of cherenkov photons and so on. Also made the necessary changes in SimCameraLinkDef and Makefile
15:01 Changeset [17661] by ftemme
Added the writing of MArrayF in MWriteFitsFile

04/06/14:

14:02 Changeset [17660] by tbretz
Fixed the binning, so that we are not suing the overflow bin anymore for the last bin.
14:01 Changeset [17659] by tbretz
Output when the MCP/STOP command has been sent.
13:54 Changeset [17658] by tbretz
Even if the event is not valid, attach the latest trigger counter to it.
13:53 Changeset [17657] by tbretz
Use the trigger counter from the last event when writing the footer data; this might need another update when we start to discarde events due to software triggers and the like; it fixes a problem which occured in cases with fadloss when an inavlid event is posted to the queue and the runClose used that data to write the footer; updated the comments in the FITS header

04/05/14:

19:31 Changeset [17656] by tbretz
To calculate the relative energy threshold not the current must be used but the trigger threshold -- used the numbers from the paper; adapted y-scale of the plot accordingly

04/04/14:

22:05 Changeset [17655] by tbretz
To check for not equal one should use != not == and to add a text to a string, the text alone is not enough.
11:34 Changeset [17654] by tbretz
Removed the obsolete ra/dec arguments; output pdf as well
11:25 Changeset [17653] by tbretz
Renormalized the relative nergy threshold to 1 at best conditions.
11:15 Changeset [17652] by tbretz
Updated to the latest current prediction (from the calibration paper); some code improvements; store files now by default into a subdirectory and omit the '-quality' in the filename; added some more information on the currents in the camera
11:02 Changeset [17651] by tbretz
Updated with the current prediction from the calibration paper; make plots only for VHE sources.
10:15 Changeset [17650] by tbretz
Commented two unused variables to avoid compiler warnings.
10:15 Changeset [17649] by tbretz
Removed a stray instantiation of a non-existing variable.
10:11 Changeset [17648] by tbretz
Fixed a typo in a comment.

04/03/14:

19:35 Changeset [17647] by tbretz
Added average and rms of Uov for logging; some updates to show how the resistance of the broken patches is calculated; ensure that Udrp does not get negative; Do not allow an overvoltage to be less than -0.44V in real this roubly correponds to the breakdown voltage -- that has to be fixed); in all calculation take into account that the assumed overvoltage of 1.1V is wrong and the real one is about 1.4V; all these changes exist since a long time, but are just comitted now
19:29 Changeset [17646] by tbretz
Same LED for VoltageOff and Locked
16:08 Changeset [17645] by tbretz
Removed an unused argument.
16:07 Changeset [17644] by tbretz
Implemented the auto pause command, the pause and resume command and a Paused state.
11:54 Changeset [17643] by ftemme
Added a MParameterD for the Crosstalkcoefficient, so that MSimCamera can access the crosstalk coefficient for the calculation of the accoupling.

04/01/14:

15:56 Changeset [17642] by tbretz
Moved the AppendPad before all histograms. In this was when a canvas is opened from a file and deleted first the destructor of MH3 and then fHist is called, so that they are deleted in the correct order -- this is a workaround, but should do the trick.
14:38 Changeset [17641] by ftemme
Added the calculation of Disp and ThetaSq in the MC-Star macro and commented the lightpulser calibration in the MC-Callisto macro out
12:08 DataTakingCheckList edited by ftemme
(diff)
12:06 DataTakingMainPage edited by ftemme
(diff)

03/31/14:

16:16 Changeset [17640] by tbretz
Implemented an outomatic voltage off at sunrise
16:14 Changeset [17639] by tbretz
Replaced define by enum.
16:13 Changeset [17638] by tbretz
Allow ir interruption during ovtest, updated shutdown message.
16:12 Changeset [17637] by tbretz
Catch when a DRS calibration could not be restored.

03/27/14:

16:11 Changeset [17636] by tbretz
Simplified the code to read from the socket; some more cosmitcs and simplifications; increased precision of voltage calculation; added counter to track the broken messages
Note: See TracTimeline for information about the timeline view.