# # ChangeLog for trunk/FACT++/src/EventBuilder.c # # Generated by Trac 1.5.2 # 04/30/25 15:32:17 Mon, 06 May 2013 18:01:18 GMT tbretz [15510] * trunk/FACT++/src/EventBuilder.c (modified) Sanity check for mem==NULL in TGB_free; make sure that for each event ... Sat, 04 May 2013 10:25:30 GMT tbretz [15495] * trunk/FACT++/src/EventBuilder.c (modified) Removed some more obsolete code; improved the logic of the processing ... Sat, 04 May 2013 10:22:54 GMT tbretz [15494] * trunk/FACT++/src/EventBuilder.c (modified) Reverting to last revision. Sat, 04 May 2013 10:21:35 GMT tbretz [15490] * trunk/FACT++/aclocal.m4 (modified) * trunk/FACT++/configure (modified) * trunk/FACT++/src/EventBuilder.c (modified) * trunk/FACT++/src/FAD.h (modified) * trunk/FACT++/src/feedback.cc (modified) Let the event buffer store the index of the corresponding runCtrl entry. Fri, 03 May 2013 21:30:18 GMT tbretz [15483] * trunk/FACT++/src/EventBuilder.c (modified) * trunk/FACT++/src/FAD.h (modified) Replaced MAX_EVT*MAX_RUN by just MAX_EVT; simplified evtStat to have ... Wed, 01 May 2013 17:01:59 GMT tbretz [15476] * trunk/FACT++/src/EventBuilder.c (modified) When a new start flag is searched, the one byte was missed -- i am ... Wed, 01 May 2013 12:05:59 GMT tbretz [15472] * trunk/FACT++/src/EventBuilder.c (modified) Made rd (the read buffer) a local variable to readFAD; replaced some ... Wed, 01 May 2013 10:22:54 GMT tbretz [15471] * trunk/FACT++/src/EventBuilder.c (modified) Make sure that if processing is terminated, also empty buffers ... Wed, 01 May 2013 10:08:01 GMT tbretz [15470] * trunk/FACT++/src/EventBuilder.c (modified) Some more renaming; some values can already be initialized as soon as ... Wed, 01 May 2013 09:57:07 GMT tbretz [15469] * trunk/FACT++/src/EventBuilder.c (modified) Replaced all previosuly assigned IDs (previosly pointing to the entry ... Wed, 01 May 2013 09:52:21 GMT tbretz [15468] * trunk/FACT++/src/EventBuilder.c (modified) Cleaned up the file removing some old style memory allocation schemes Wed, 01 May 2013 09:50:29 GMT tbretz [15467] * trunk/FACT++/src/EventBuilder.c (modified) * trunk/FACT++/src/FAD.h (modified) Unified mBuffer and evtCtrl, there is no need to keep those two ... Wed, 01 May 2013 08:46:42 GMT tbretz [15463] * trunk/FACT++/src/EventBuilder.c (modified) Moved the index to an array of elements instead of arrays of ... Tue, 30 Apr 2013 20:24:21 GMT tbretz [15461] * trunk/FACT++/src/EventBuilder.c (modified) Missed replaces an rd by rs in GetSock; fixed a typo in one of the ... Tue, 30 Apr 2013 14:46:40 GMT tbretz [15460] * trunk/FACT++/src/EventBuilder.c (modified) Made RUN_HEAD local; first process 'header' and then 'data' so that ... Tue, 30 Apr 2013 09:47:46 GMT tbretz [15459] * trunk/FACT++/src/EventBuilder.c (modified) Some little more restructuring; flag a file to be closed as soon as ... Thu, 25 Apr 2013 18:49:57 GMT tbretz [15441] * trunk/FACT++/src/EventBuilder.c (modified) Fixed a problem when flushing buffers, events still in use could be ... Wed, 24 Apr 2013 20:58:51 GMT tbretz [15428] * trunk/FACT++/src/EventBuilder.c (modified) Fixed some minor bugs introduced with the previous commit Wed, 24 Apr 2013 13:00:40 GMT tbretz [15413] * trunk/FACT++/src/EventBuilder.c (modified) Some more structural changes mainly around the allocation of memory ... Fri, 19 Apr 2013 13:20:33 GMT tbretz [15379] * trunk/FACT++/src/EventBuilder.c (modified) * trunk/FACT++/src/EventBuilderWrapper.h (modified) * trunk/FACT++/src/FAD.h (modified) Removed STATISTICS2 dim service; shortened STATISTICS1 a bit Wed, 17 Apr 2013 15:29:13 GMT tbretz [15360] * trunk/FACT++/src/EventBuilder.c (modified) Some more structure changes; moved some code to functions to get a ... Tue, 16 Apr 2013 09:25:58 GMT tbretz [15356] * trunk/FACT++/src/EventBuilder.c (modified) Send gotNewRun as soon as possible (after the header from the first ... Mon, 15 Apr 2013 16:37:47 GMT tbretz [15348] * trunk/FACT++/src/EventBuilder.c (modified) Another local variable and a logic fixed, a mistake introduced with ... Mon, 15 Apr 2013 16:02:29 GMT tbretz [15347] * trunk/FACT++/src/EventBuilder.c (modified) More structural improvements; more local variables; simplified the ... Mon, 15 Apr 2013 14:33:10 GMT tbretz [15346] * trunk/FACT++/src/EventBuilder.c (modified) Restructured all the loops from firstPtr to lastPtr for a better ... Mon, 15 Apr 2013 12:19:00 GMT tbretz [15345] * trunk/FACT++/src/EventBuilder.c (modified) Replaced some stray %ud by %u Mon, 15 Apr 2013 12:15:48 GMT tbretz [15344] * trunk/FACT++/src/EventBuilder.c (modified) More unification of code to close run. Mon, 15 Apr 2013 12:06:27 GMT tbretz [15343] * trunk/FACT++/src/EventBuilder.c (modified) Unified two identical pieces of code around runClose Mon, 15 Apr 2013 11:42:57 GMT tbretz [15342] * trunk/FACT++/src/EventBuilder.c (modified) Another update to the ii's Mon, 15 Apr 2013 11:40:54 GMT tbretz [15341] * trunk/FACT++/src/EventBuilder.c (modified) Use a local buffer for factOut. There is no need to use a ... Mon, 15 Apr 2013 11:07:44 GMT tbretz [15340] * trunk/FACT++/src/EventBuilder.c (modified) Added a missing factOut; replaced bzero by memset (bzero is ... Sun, 14 Apr 2013 16:26:54 GMT tbretz [15337] * trunk/FACT++/src/EventBuilder.c (modified) Fixed the bis mask for incomplete events; %ud should be %u Tue, 09 Apr 2013 08:49:40 GMT tbretz [15285] * trunk/FACT++/src/EventBuilder.c (modified) Added the missing termination character in case of incomplete events. Mon, 08 Apr 2013 13:26:32 GMT tbretz [15280] * trunk/FACT++/src/EventBuilder.c (modified) Added a new, faster, scheme to allocate and free memory. Memeory new ... Wed, 20 Mar 2013 14:38:48 GMT lyard [15127] * trunk/FACT++/src/EventBuilder.c (modified) changed all sleep times to 1 usec Wed, 20 Mar 2013 13:50:05 GMT lyard [15126] * trunk/FACT++/src/EventBuilder.c (modified) fixed mem alloc and changed sleep time with Thomas Wed, 05 Dec 2012 15:17:50 GMT lyard [14734] * trunk/FACT++/src/EventBuilder.c (modified) allows for run number decrement Sun, 24 Jun 2012 11:16:42 GMT tbretz [14225] * trunk/FACT++/src/EventBuilder.c (modified) Changed the timout for incomplete events from 10s to 30s Mon, 06 Feb 2012 09:23:58 GMT tbretz [12843] * trunk/FACT++/src/EventBuilder.c (modified) pixH was not needed because it was never used, but the src++ was ... Fri, 03 Feb 2012 12:43:23 GMT tbretz [12831] * trunk/FACT++/src/EventBuilder.c (modified) * trunk/FACT++/src/EventBuilderWrapper.h (modified) Removed variables which were defined but never really used in any ... Tue, 24 Jan 2012 13:44:21 GMT tbretz [12759] * trunk/FACT++/src/EventBuilder.c (modified) Replaced 'short' by 'incomplete' Tue, 15 Nov 2011 02:47:08 GMT tbretz [12520] * trunk/FACT++/src/EventBuilder.c (modified) Do not swap the package length... for some unknown reasons this also ... Sun, 13 Nov 2011 16:50:57 GMT tbretz [12506] * trunk/FACT++/src/EventBuilder.c (modified) Moved more variable declarations into the for loops, improved log- ... Fri, 11 Nov 2011 02:47:19 GMT tbretz [12491] * trunk/FACT++/src/EventBuilder.c (modified) Fixed byte swapping after data reception; moved all counters into the ... Thu, 10 Nov 2011 04:33:09 GMT lyard [12485] * trunk/FACT++/src/EventBuilder.c (modified) Extreme memory swapping Wed, 09 Nov 2011 19:55:35 GMT lyard [12474] * trunk/FACT++/src/EventBuilder.c (modified) close runs when new ones arrive in event builder Wed, 09 Nov 2011 02:58:24 GMT lyard [12465] * trunk/FACT++/src/EventBuilder.c (modified) I am so tired2 Wed, 09 Nov 2011 02:55:27 GMT lyard [12464] * trunk/FACT++/src/EventBuilder.c (modified) I am so tired Wed, 09 Nov 2011 02:05:04 GMT lyard [12463] * trunk/FACT++/src/EventBuilder.c (modified) check Wed, 09 Nov 2011 02:01:49 GMT lyard [12462] * trunk/FACT++/src/EventBuilder.c (modified) check Wed, 09 Nov 2011 01:12:50 GMT lyard [12460] * trunk/FACT++/src/EventBuilder.c (modified) added double check before releasing memory Wed, 09 Nov 2011 00:42:40 GMT lyard [12459] * trunk/FACT++/src/EventBuilder.c (modified) fixed horrible roi checking Tue, 08 Nov 2011 19:58:02 GMT lyard [12453] * trunk/FACT++/src/EventBuilder.c (modified) set TM channels to zero if not required (for DRS calib consistency) Tue, 08 Nov 2011 14:19:29 GMT lyard [12452] * trunk/FACT++/src/EventBuilder.c (modified) set unused TM channels mem to zero Mon, 07 Nov 2011 22:14:13 GMT lyard [12451] * trunk/FACT++/src/EventBuilder.c (modified) removed setting roiTM to zero Sat, 05 Nov 2011 21:47:45 GMT lyard [12410] * trunk/FACT++/src/EventBuilder.c (modified) added correct Rois extraction to event builder Sat, 05 Nov 2011 21:31:29 GMT lyard [12408] * trunk/FACT++/src/EventBuilder.c (modified) removed debug messaged Fri, 04 Nov 2011 17:30:35 GMT lyard [12372] * trunk/FACT++/src/EventBuilder.c (modified) implemented chunk allocation of memory. Not optimal yet, but at least ... Fri, 21 Oct 2011 17:09:38 GMT tbretz [12227] * trunk/FACT++/src/EventBuilder.c (modified) Latest updates and bug fixes. Tue, 13 Sep 2011 13:45:19 GMT tbretz [12091] * trunk/FACT++/src/EventBuilder.c (modified) * trunk/FACT++/src/EventBuilderWrapper.h (modified) * trunk/FACT++/src/FAD.h (modified) Updated to the latest event builder version which includes runEnd and ... Fri, 12 Aug 2011 08:47:58 GMT tbretz [11895] * trunk/FACT++/src/EventBuilder.c (modified) Latest one socket version with a fix to stop buffering data after the ... Wed, 03 Aug 2011 20:00:18 GMT tbretz [11766] * trunk/FACT++/src/EventBuilder.c (modified) * trunk/FACT++/src/FAD.h (modified) Latest changes. Tue, 02 Aug 2011 19:32:38 GMT tbretz [11748] * trunk/FACT++/src/EventBuilder.c (modified) Latest updates. Thu, 28 Jul 2011 13:33:18 GMT tbretz [11689] * trunk/FACT++/src/EventBuilder.c (modified) * trunk/FACT++/src/EventBuilderWrapper.h (modified) * trunk/FACT++/src/FAD.h (modified) Added latest changes in the EventBuilder; consequently added ... Tue, 26 Jul 2011 10:25:08 GMT tbretz [11603] * trunk/FACT++/src/EventBuilder.c (modified) Added roiTM to EVENT header. Fri, 22 Jul 2011 22:01:26 GMT tbretz [11545] * trunk/FACT++/gui/design.ui (modified) * trunk/FACT++/src/EventBuilder.c (modified) * trunk/FACT++/src/EventBuilderWrapper.h (modified) Added new maxEvt support. Thu, 21 Jul 2011 17:34:57 GMT tbretz [11521] * trunk/FACT++/src/EventBuilder.c (modified) * trunk/FACT++/src/FAD.h (modified) folgende bug-fixes sind drin: - gotNewRun sollte jetzt ... Thu, 21 Jul 2011 11:11:30 GMT tbretz [11511] * trunk/FACT++/gui/FactGui.h (modified) * trunk/FACT++/src/EventBuilder.c (modified) * trunk/FACT++/src/FAD.h (modified) Updated to latest version of event builder. Mon, 18 Jul 2011 15:24:29 GMT tbretz [11443] * trunk/FACT++/src/EventBuilder.c (modified) Latest updates. Mon, 11 Jul 2011 15:04:50 GMT tbretz [11343] * trunk/FACT++/src/EventBuilder.c (modified) * trunk/FACT++/src/FAD.h (modified) Some fixes to the initialization procedure. Mon, 11 Jul 2011 10:08:16 GMT tbretz [11335] * trunk/FACT++/src/EventBuilder.c (modified) Added g_reset and some other updates and minor fixes. Sun, 10 Jul 2011 16:04:59 GMT tbretz [11323] * trunk/FACT++/src/EventBuilder.c (modified) Fixed a wrong array index (should be b instead of k) Fri, 08 Jul 2011 14:35:12 GMT tbretz [11293] * trunk/FACT++/src/EventBuilder.c (modified) * trunk/FACT++/src/FAD.h (modified) Updated statistics. Thu, 07 Jul 2011 18:52:05 GMT tbretz [11282] * trunk/FACT++/src/EventBuilder.c (modified) Mainly new statistics. Mon, 27 Jun 2011 12:24:53 GMT tbretz [11191] * trunk/FACT++/src/EventBuilder.c (modified) Workaroudn for a problem with negative gi_NumConnects Fri, 24 Jun 2011 15:59:41 GMT tbretz [11187] * trunk/FACT++/src/EventBuilder.c (modified) Removed some debug code. Fri, 24 Jun 2011 15:14:49 GMT tbretz [11181] * trunk/FACT++/src/EventBuilder.c (modified) * trunk/FACT++/src/EventBuilderWrapper.h (modified) Added more infos to debugRead; some fixed to CompareBit Thu, 23 Jun 2011 14:54:33 GMT tbretz [11134] * trunk/FACT++/src/EventBuilder.c (modified) Latest Update. Tue, 21 Jun 2011 21:18:38 GMT tbretz [11096] * trunk/FACT++/src/EventBuilder.c (modified) Added const qualifiers to factOut and factStat Tue, 21 Jun 2011 20:23:58 GMT tbretz [11094] * trunk/FACT++/src/EventBuilder.c (modified) Don't count NumConnected down if already 0. Tue, 21 Jun 2011 19:54:18 GMT tbretz [11091] * trunk/FACT++/src/EventBuilder.c (modified) * trunk/FACT++/src/EventBuilderWrapper.h (modified) * trunk/FACT++/src/fadctrl.cc (modified) Added new connection/disconnection scheme; added eventCheck stub Tue, 21 Jun 2011 14:40:04 GMT tbretz [11090] * trunk/FACT++/src/EventBuilder.c (modified) Changed bahaviour of opening closing sockets Mon, 20 Jun 2011 17:26:11 GMT tbretz [11082] * trunk/FACT++/src/EventBuilder.c (modified) * trunk/FACT++/src/EventBuilderWrapper.h (modified) * trunk/FACT++/src/fadctrl.cc (modified) Added commands DUMP_STREAM and DUMP_RECV to have better access to the ... Fri, 10 Jun 2011 10:58:49 GMT tbretz [10979] * trunk/FACT++/src/EventBuilder.c (modified) * trunk/FACT++/src/EventBuilderWrapper.h (modified) * trunk/FACT++/src/FAD.h (modified) Replaced Adc_data[1] by Adc_data[] Thu, 09 Jun 2011 20:15:53 GMT tbretz [10963] * trunk/FACT++/src/EventBuilder.c (modified) * trunk/FACT++/src/EventBuilder.h (modified) * trunk/FACT++/src/FAD.h (modified) Some new version -- now chnagelog informations available. Mon, 23 May 2011 08:51:46 GMT tbretz [10773] * trunk/FACT++/src/EventBuilder.c (added) * trunk/FACT++/src/EventBuilder.h (added) * trunk/FACT++/src/FAD.h (added) * trunk/FACT++/src/fadctrl.cc (modified)