Timeline



03/09/13:

16:40 Changeset [15005] by tbretz
Implemented alternating wobble positions.
16:27 Changeset [15004] by tbretz
Code cleanup.
13:42 Changeset [15003] by tbretz
Make it compile also with the older g++ on gate.
13:41 Changeset [15002] by tbretz
Updated help text.
13:41 Changeset [15001] by tbretz
Redirect message about connection to database to cerr instead of cout.
13:40 Changeset [15000] by tbretz
Changed command from --batch to --start
13:40 Changeset [14999] by tbretz
Call java scripts from the control pages; added checkboxes as control elements; added the possibility to have no data file available if there is nothing to be displayed on the page; allow to give a script name on control pages
11:07 Changeset [14998] by tbretz
Worked around the problem that sometimes (reason still to be found) obj['status'] is undefined; wait for the Rate control to really get to Idle afte a DRS calibration; throw an error rather than printing an error message. we are not yet there that we do not have to alarm the shifters by a red exception message; slightly increased the timeout after a STOP has been sent to the drive (it seems 3s was not enough, although I do not understand why it could take 4.2s, but it did); added Ramping state to the list of allowed states. That's not ideal, but it is pretty unlikely that the system is errornously in Ramping. This can only happen if somebody manually interacts with the system
11:03 Changeset [14997] by tbretz
Throw an exception rather than printing an error message. We are not yet there that we don't have to alarm the user by red alert messages.
11:03 Changeset [14996] by tbretz
Added a reset of the MCP at an early stage to get it out of a possible Configuring state. Added missing spaces in the exception message.
11:02 Changeset [14995] by tbretz
Added some missing text for dim.wait
11:01 Changeset [14994] by tbretz
Avoid to output results of internal functions (ExecuteCode called with file=='internal')

03/08/13:

15:59 Changeset [14993] by tbretz
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 lyard
Made message in case of service format change more explicit
09:56 Changeset [14991] by tbretz
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 tbretz
Made some log output more clear
23:29 Changeset [14989] by tbretz
Fixed a bug which could cause listing data to fail more or less randomly.

03/05/13:

13:29 Changeset [14988] by tbretz
If there was no report yet at all, state disconnected is returned.

03/04/13:

20:52 Changeset [14987] by tbretz
Print result went it is NOT undefined, not when it is undefined.
20:51 Changeset [14986] by tbretz
Added JsResult to print the result of executed code.
20:15 Changeset [14985] by tbretz
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 tbretz
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 tbretz
Implemented to possibility to run an interactive javascript interpreter.
20:12 Changeset [14982] by tbretz
Fixed a small bug in the arguments of dim.state
17:11 Changeset [14981] by tbretz
Allow both types of escape characters ' and "
17:06 Changeset [14980] by tbretz
Removed old obsolete values
17:06 Changeset [14979] by tbretz
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 tbretz
Added include for array.hpp - needed for newer boost versions
12:13 Changeset [14977] by tbretz
Do not compile simulated hardware (ftm, fsc, fad) by default.
12:11 Changeset [14976] by tbretz
Replaced deprecated io_service() by get_io_service()
11:12 Changeset [14975] by tbretz
Updated IP address of database server.
11:11 Changeset [14974] by tbretz
A small change to the way a JS exception is output, to make it look nicer.
11:11 Changeset [14973] by tbretz
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 tbretz
Replaced dim.print by dim.log
11:08 Changeset [14971] by tbretz
Replaced dim.print by dim.log
11:08 Changeset [14970] by tbretz
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 tbretz
Replaced dim.print by dim.log
11:06 Changeset [14968] by tbretz
Replaced dim.print by dim.log
11:05 Changeset [14967] by tbretz
Fixed a bug introduced in the name of FAD_CONTRON/CONNECTIONS recently.

03/01/13:

12:21 Changeset [14966] by tbretz
Removed an obsolete line left from debugging.
12:20 Changeset [14965] by tbretz
Added ___warn___

02/28/13:

09:38 Changeset [14964] by tbretz
Removed obsolete old variables.

02/27/13:

12:31 Changeset [14963] by Jens Buss
BinLowEdge to BinCenter
12:25 Changeset [14962] by Jens Buss
bootstapping>: bin values extracted from bincenter

02/25/13:

15:48 Changeset [14961] by tbretz
Make sure that the stoi if failing cannot crash the program.
14:41 Changeset [14960] by tbretz
Fixed a compilation issue Etienne had introduced with his latest changes.
14:30 Changeset [14959] by tbretz
Forgot some comments around some new not yet useful code.
14:08 Changeset [14958] by tbretz
Removed a stray whitespace.
11:52 Changeset [14957] by tbretz
Somebody fixed the comments printed to the console...
11:51 Changeset [14956] by tbretz
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 tbretz
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 tbretz
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 tbretz
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 Jens Buss
whitespace and comments
10:52 Changeset [14951] by Jens Buss
added SetVerbLevel, out histo reseted in Bootstrap histogramm

02/23/13:

14:00 Changeset [14950] by tbretz
Added some explanation to the new T* data
12:34 Changeset [14949] by tbretz
Added a lot of comments to the timing calibration functions.
10:57 Changeset [14948] by tbretz
Added T3, T6, T9, T12 (preliminary)
10:56 Changeset [14947] by tbretz
Added webDid to possible targets

02/21/13:

14:56 Changeset [14946] by Jens Buss
added dynamic startvalue calculation
14:54 Changeset [14945] by Jens Buss
stuff
14:54 Changeset [14944] by Jens Buss
changed number of entries from double to float
14:53 Changeset [14943] by Jens Buss
disttribution histogramms added to hist list and saved to root file
14:52 Changeset [14942] by Jens Buss
stuff
14:01 Changeset [14941] by Jens Buss
changed SaveHistograms to SaveFileList
13:59 Changeset [14940] by Jens Buss
deleted code to put meta data into rootfile
13:46 Changeset [14939] by tbretz
Added WebDID from v20r5
13:39 Changeset [14938] by tbretz
Added a workaround to let webDid find its data.
13:10 Changeset [14937] by tbretz
Added in v20r5
13:07 Changeset [14936] by tbretz
Changed to v20r5.

02/20/13:

14:49 Changeset [14935] by tbretz
Add changes necessary to remove fits completely from namespace std in MARS.

02/17/13:

10:52 Changeset [14934] by tbretz
Added additional options also for debug ACLIC mode.
10:52 Changeset [14933] by tbretz
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 tbretz
Macro to re-calculate the drs calibration constants (.drs.fits files)
21:02 Changeset [14931] by tbretz
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 tbretz
Reformatted help output.
16:28 Changeset [14929] by tbretz
Improved help text.

02/13/13:

16:56 Changeset [14928] by tbretz
Added mdrs
16:56 Changeset [14927] by tbretz
Added mdrs
16:54 Changeset [14926] by tbretz
Added the drs calibration class from mcore
16:51 Changeset [14925] by tbretz
Moved DRS classes to mdrs
16:50 Changeset [14924] by tbretz
Moved to mdrs
16:48 Changeset [14923] by tbretz
Moved to mdrs
16:47 Changeset [14922] by tbretz
New classes for DRS calibration.
13:18 Changeset [14921] by tbretz
Removed stray debig option.
10:53 Changeset [14920] by tbretz
Added class to apply the drs calibration.
10:50 Changeset [14919] by tbretz
Added MCalibrateFact and MCalibrateDrsTimes
10:49 Changeset [14918] by tbretz
Reverting to last revision.
10:49 Changeset [14917] by tbretz
Reverting to last revision.
10:48 Changeset [14916] by tbretz
Reverting to last revision.
10:48 Changeset [14915] by tbretz
Reverting to last revision.
10:48 Changeset [14914] by tbretz
Reverting to last revision.
10:48 Changeset [14913] by tbretz
Reverting to last revision.
10:47 Changeset [14912] by tbretz
Reverting to last revision.
10:47 Changeset [14911] by tbretz
Reverting to last revision.
10:47 Changeset [14910] by tbretz
Reverting to last revision.
10:46 Changeset [14909] by tbretz
Reverting to last revision.
10:46 Changeset [14908] by tbretz
Reverting to last revision.
10:46 Changeset [14907] by tbretz
Reverting to last revision.
10:45 Changeset [14906] by tbretz
Reverting to last revision.
10:45 Changeset [14905] by tbretz
Reverting to last revision.
10:44 Changeset [14904] by tbretz
Reverting to last revision.
10:44 Changeset [14903] by tbretz
Reverting to last revision.
10:44 Changeset [14902] by tbretz
Reverting to last revision.
10:43 Changeset [14901] by tbretz
Reverting to last revision.
10:43 Changeset [14900] by tbretz
Reverting to last revision.
10:42 Changeset [14899] by tbretz
Reverting to last revision.
10:41 Changeset [14898] by tbretz
Reverting to last revision.
10:41 Changeset [14897] by tbretz
Reverting to last revision.
10:34 Changeset [14896] by tbretz
Added MCalibrateFact and MCalibrateDrsTimes
10:34 Changeset [14895] by tbretz
Added calibration class for DRS timing
10:32 Changeset [14894] by tbretz
New class to do the basic FACT calibration (to be improved/extended)
10:29 Changeset [14893] by tbretz
Adapted the call to MHSrcPosCam
10:09 Changeset [14892] by tbretz
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 tbretz
Allow to set the wobble offset directly.
09:56 Changeset [14890] by tbretz
Use the SetFlagsOpt function to set the additional flags.
09:55 Changeset [14889] by tbretz
Added GetNumRows
09:53 Changeset [14888] by tbretz
Added a possible fix for newer root versions... might not be the best one yet.

02/09/13:

18:19 Changeset [14887] by neise
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 neise
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 tbretz
Allow empty source name and updated the forumla for current prediction

02/08/13:

22:54 Changeset [14884] by neise
changed the layout of fact_dim_servers.py

02/07/13:

13:37 Changeset [14883] by tbretz
Fixed a mistake in the new formula.
10:57 Changeset [14882] by tbretz
Added a new preliminary formula for current prediction based on a higher statistical bases.
08:11 Changeset [14881] by Daniela Dorner
adapted dates so that it runs only for the last 3 days
08:05 Changeset [14880] by Daniela Dorner
added new values
Note: See TracTimeline for information about the timeline view.