Timeline
03/08/13:
- 15:59 Changeset [14993] by
- Changed Next() in a way that it is not self-referencing anymore.... caused stack overflows with long lists.
03/07/13:
- 10:10 Changeset [14992] by
- Made message in case of service format change more explicit
- 09:56 Changeset [14991] by
- Added calibration start and calibration end time to RATE_CONTROL/THRESHOLD and send QoS to signal what kind of result we have.
03/06/13:
- 23:29 Changeset [14990] by
- Made some log output more clear
- 23:29 Changeset [14989] by
- Fixed a bug which could cause listing data to fail more or less randomly.
03/05/13:
- 13:29 Changeset [14988] by
- If there was no report yet at all, state disconnected is returned.
03/04/13:
- 20:52 Changeset [14987] by
- Print result went it is NOT undefined, not when it is undefined.
- 20:51 Changeset [14986] by
- Added JsResult to print the result of executed code.
- 20:15 Changeset [14985] by
- Added .java command to run an interactive console; do not return an updated prompt if a script (the console) is running; during script execution this function should not be called, because no console should be displayed anyway
- 20:14 Changeset [14984] by
- Update the prompt in regular intervals even if GetUpdatePrompt returns nothing; added ::Static* functions which allow to run a simplified version of readline
- 20:13 Changeset [14983] by
- Implemented to possibility to run an interactive javascript interpreter.
- 20:12 Changeset [14982] by
- Fixed a small bug in the arguments of dim.state
- 17:11 Changeset [14981] by
- Allow both types of escape characters ' and "
- 17:06 Changeset [14980] by
- Removed old obsolete values
- 17:06 Changeset [14979] by
- Added the possibility to have colored lines in graphics; adaptes culmination and current prediction accordingly -- maybe colors still need adaption.
- 15:04 Changeset [14978] by
- Added include for array.hpp - needed for newer boost versions
- 12:13 Changeset [14977] by
- Do not compile simulated hardware (ftm, fsc, fad) by default.
- 12:11 Changeset [14976] by
- Replaced deprecated io_service() by get_io_service()
- 11:12 Changeset [14975] by
- Updated IP address of database server.
- 11:11 Changeset [14974] by
- A small change to the way a JS exception is output, to make it look nicer.
- 11:11 Changeset [14973] by
- Send a STOP to the rate control after the DRS calibration to get it out of the GlobalThresholdSet state which is automatically set if non-physics events are taken.
- 11:09 Changeset [14972] by
- Replaced dim.print by dim.log
- 11:08 Changeset [14971] by
- Replaced dim.print by dim.log
- 11:08 Changeset [14970] by
- Make sure that if the fadctrl was newly started there is no crash because the service with the drs runs is empty.
- 11:07 Changeset [14969] by
- Replaced dim.print by dim.log
- 11:06 Changeset [14968] by
- Replaced dim.print by dim.log
- 11:05 Changeset [14967] by
- Fixed a bug introduced in the name of FAD_CONTRON/CONNECTIONS recently.
03/01/13:
- 12:21 Changeset [14966] by
- Removed an obsolete line left from debugging.
- 12:20 Changeset [14965] by
- Added ___warn___
02/28/13:
- 09:38 Changeset [14964] by
- Removed obsolete old variables.
02/27/13:
- 12:31 Changeset [14963] by
- BinLowEdge to BinCenter
- 12:25 Changeset [14962] by
- bootstapping>: bin values extracted from bincenter
02/25/13:
- 15:48 Changeset [14961] by
- Make sure that the stoi if failing cannot crash the program.
- 14:41 Changeset [14960] by
- Fixed a compilation issue Etienne had introduced with his latest changes.
- 14:30 Changeset [14959] by
- Forgot some comments around some new not yet useful code.
- 14:08 Changeset [14958] by
- Removed a stray whitespace.
- 11:52 Changeset [14957] by
- Somebody fixed the comments printed to the console...
- 11:51 Changeset [14956] by
- The locking of the clock conditioner cannot be checked during configuration because the first report after configuration always states that it is not locked. However, if the trigger is switched on, it can be checked continously.
- 11:48 Changeset [14955] by
- Use an IP Address from the internal network to find the correct IP Address. In all other cases the traffic could be routed through the external address which would lead wrong results.
- 11:46 Changeset [14954] by
- Added run-type single-pe, although I am not sure it is currently in use, but it is in the config database.
- 11:29 Changeset [14953] by
- Added the possibility to send OPEN and CLOSE even if the status of the lids is not precisely known.
02/24/13:
- 11:07 Changeset [14952] by
- whitespace and comments
- 10:52 Changeset [14951] by
- added SetVerbLevel, out histo reseted in Bootstrap histogramm
02/23/13:
- 14:00 Changeset [14950] by
- Added some explanation to the new T* data
- 12:34 Changeset [14949] by
- Added a lot of comments to the timing calibration functions.
- 10:57 Changeset [14948] by
- Added T3, T6, T9, T12 (preliminary)
- 10:56 Changeset [14947] by
- Added webDid to possible targets
02/21/13:
- 14:56 Changeset [14946] by
- added dynamic startvalue calculation
- 14:54 Changeset [14945] by
- stuff
- 14:54 Changeset [14944] by
- changed number of entries from double to float
- 14:53 Changeset [14943] by
- disttribution histogramms added to hist list and saved to root file
- 14:52 Changeset [14942] by
- stuff
- 14:01 Changeset [14941] by
- changed SaveHistograms to SaveFileList
- 13:59 Changeset [14940] by
- deleted code to put meta data into rootfile
- 13:46 Changeset [14939] by
- Added WebDID from v20r5
- 13:39 Changeset [14938] by
- Added a workaround to let webDid find its data.
- 13:10 Changeset [14937] by
- Added in v20r5
- 13:07 Changeset [14936] by
- Changed to v20r5.
02/20/13:
- 14:49 Changeset [14935] by
- Add changes necessary to remove fits completely from namespace std in MARS.
02/17/13:
- 10:52 Changeset [14934] by
- Added additional options also for debug ACLIC mode.
- 10:52 Changeset [14933] by
- Encapsulated the std-namespace in ifdefs. It seems that ACLIC doesn't work well with that -- although I am not yet sure that this solves the real problem.
02/15/13:
- 21:04 Changeset [14932] by
- Macro to re-calculate the drs calibration constants (.drs.fits files)
- 21:02 Changeset [14931] by
- Write file numbers instead of run-numbers as it is in the real files -- still the NIGHT keyword is wrong.
02/14/13:
- 17:20 Changeset [14930] by
- Reformatted help output.
- 16:28 Changeset [14929] by
- Improved help text.
02/13/13:
- 16:56 Changeset [14928] by
- Added mdrs
- 16:56 Changeset [14927] by
- Added mdrs
- 16:54 Changeset [14926] by
- Added the drs calibration class from mcore
- 16:51 Changeset [14925] by
- Moved DRS classes to mdrs
- 16:50 Changeset [14924] by
- Moved to mdrs
- 16:48 Changeset [14923] by
- Moved to mdrs
- 16:47 Changeset [14922] by
- New classes for DRS calibration.
- 13:18 Changeset [14921] by
- Removed stray debig option.
- 10:53 Changeset [14920] by
- Added class to apply the drs calibration.
- 10:50 Changeset [14919] by
- Added MCalibrateFact and MCalibrateDrsTimes
- 10:49 Changeset [14918] by
- Reverting to last revision.
- 10:49 Changeset [14917] by
- Reverting to last revision.
- 10:48 Changeset [14916] by
- Reverting to last revision.
- 10:48 Changeset [14915] by
- Reverting to last revision.
- 10:48 Changeset [14914] by
- Reverting to last revision.
- 10:48 Changeset [14913] by
- Reverting to last revision.
- 10:47 Changeset [14912] by
- Reverting to last revision.
- 10:47 Changeset [14911] by
- Reverting to last revision.
- 10:47 Changeset [14910] by
- Reverting to last revision.
- 10:46 Changeset [14909] by
- Reverting to last revision.
- 10:46 Changeset [14908] by
- Reverting to last revision.
- 10:46 Changeset [14907] by
- Reverting to last revision.
- 10:45 Changeset [14906] by
- Reverting to last revision.
- 10:45 Changeset [14905] by
- Reverting to last revision.
- 10:44 Changeset [14904] by
- Reverting to last revision.
- 10:44 Changeset [14903] by
- Reverting to last revision.
- 10:44 Changeset [14902] by
- Reverting to last revision.
- 10:43 Changeset [14901] by
- Reverting to last revision.
- 10:43 Changeset [14900] by
- Reverting to last revision.
- 10:42 Changeset [14899] by
- Reverting to last revision.
- 10:41 Changeset [14898] by
- Reverting to last revision.
- 10:41 Changeset [14897] by
- Reverting to last revision.
- 10:34 Changeset [14896] by
- Added MCalibrateFact and MCalibrateDrsTimes
- 10:34 Changeset [14895] by
- Added calibration class for DRS timing
- 10:32 Changeset [14894] by
- New class to do the basic FACT calibration (to be improved/extended)
- 10:29 Changeset [14893] by
- Adapted the call to MHSrcPosCam
- 10:09 Changeset [14892] by
- Writing the run headers when the file gets closed writes the run header a second time... although this way we miss the number of events, but there is no easy solution at the moment.
- 10:08 Changeset [14891] by
- Allow to set the wobble offset directly.
- 09:56 Changeset [14890] by
- Use the SetFlagsOpt function to set the additional flags.
- 09:55 Changeset [14889] by
- Added GetNumRows
- 09:53 Changeset [14888] by
- Added a possible fix for newer root versions... might not be the best one yet.
02/09/13:
- 18:19 Changeset [14887] by
- I think I moved the tests and examples into its own folder, in order to keep the scripts folder tidy
- 18:17 Changeset [14886] by
- finally checking in the typo I found weeks ago. The typo caused no nice Error message to be printed, when the user is not putting the schedule in the right order
- 16:35 Changeset [14885] by
- Allow empty source name and updated the forumla for current prediction
02/08/13:
- 22:54 Changeset [14884] by
- changed the layout of fact_dim_servers.py
02/07/13:
- 13:37 Changeset [14883] by
- Fixed a mistake in the new formula.
- 10:57 Changeset [14882] by
- Added a new preliminary formula for current prediction based on a higher statistical bases.
- 08:11 Changeset [14881] by
- adapted dates so that it runs only for the last 3 days
- 08:05 Changeset [14880] by
- added new values
02/06/13:
- 14:37 Changeset [14879] by
- added getting every 15 min gtc-image
- 14:36 Changeset [14878] by
- added filling of currents
- 14:31 Changeset [14877] by
- changed emailadresses in setup files, cleaned setup files for La Palma
- 12:56 Changeset [14876] by
- Added a fix for the +services. No easy way to test that... needs testing in real conditions.
- 10:50 Changeset [14875] by
- removed not needed logging and logfile, added comments
- 08:59 Changeset [14874] by
- reinstated the extra fence against + characters in the logger
Note:
See TracTimeline
for information about the timeline view.