- Nov 03, 2023
-
-
Frank Winklmeier authored
-
- Jul 18, 2023
-
-
Marco Clemencic authored
- move Gaudi::Funtional to GaudiFunctional subdir - headers are now under "Gaudi/Functional" - legacy GaudiAlg corresponding header redirect to the new ones - replace GaudiAlgorithm with Algorithm wherever possible in tests and utilities - add Gaudi::Sequencer basic implementation to replace GaudiSequencer - move GaudiAlg specific tests, examples, dictionaries and Python modules to GaudiAlg subdir - add CMake option GAUDI_ENABLE_GAUDIALG to allow skipping GaudiAlg (default to true) - minor fixes and clean ups
-
- Apr 07, 2021
-
-
Sebastien Ponce authored
Namely m_header, m_format1, m_format2, m_useEffFormat, m_printEmptyCounters, m_statEntityList This should have in principle no consequences, but most tests will actually fail as the properties values are printed to the output, and these will be missing now
-
- Oct 08, 2020
-
-
Sebastien Ponce authored
Note that MonitoringHub is now Gaudi::Monitoring::Hub. Counters are now serialized in json and sent to a MessageSvcSink for printing. This should be kind of backward compatible with current printing except that the Counter order may change. The CounterHolder wrapper, now useless, has been dropped and counters register directly to the Monitoring::Hub Note that his had the consequence that the Counters method of the python interface had to be dropped. It does not seem to be used, but in case it would be needed, it can be implemented if we add a dedicated method to list counters of a given component to the Monitoringi::Hub
-
- Jul 28, 2020
-
-
- added minimal interface `Gaudi::Interfaces::IOptionsSvc` - reimplemented `IJobOptionsSvc` methods using the new interface methods (`set`, `get` and `has`) - deprecated `IJobOptionsSvc` methods
-
- Mar 26, 2020
-
-
Illya Shapoval authored
-
- Feb 27, 2020
-
-
Marco Clemencic authored
-
- Feb 26, 2020
-
-
Marco Clemencic authored
-
- Dec 06, 2019
-
-
Frank Winklmeier authored
Delete the previously deprecated begin/endRun methods for Algorithm, Sequence and auditors. Also remove the `AuditBeginRun` and `AuditEndRun` properties of Algorithm.
-
- Oct 11, 2018
-
-
- May 01, 2017
-
-
Charles Leggett authored
-
- Jan 27, 2017
-
-
Charles Leggett authored
having sysExecute() and sysExecute(EventContext) causes "overloaded virtual" compiler warnings, and we don't actually need the one without an EventContext. Updated reference files for tests
-
- Oct 05, 2016
-
-
Charles Leggett authored
-
- Sep 15, 2016
-
-
Gerhard Raven authored
-
- Jun 24, 2016
-
-
Marco Clemencic authored
-
- Jan 14, 2016
-
-
Charles Leggett authored
-
- Dec 10, 2015
-
-
Gerhard Raven authored
-
- Nov 30, 2015
-
-
Gerhard Raven authored
-
- Oct 30, 2015
-
-
Marco Clemencic authored
-
- Oct 28, 2015
-
-
Gerhard Raven authored
-
- May 05, 2015
-
-
Marco Clemencic authored
- GaudiKernel Renamed the property to "ErrorCounter". Added accessor Algorithm::errorCount(). - GaudiExamples Updated reference files.
-
- Feb 27, 2015
-
-
Marco Clemencic authored
-
- Oct 01, 2013
-
-
Marco Clemencic authored
-
- Jun 28, 2012
-
-
- Jun 06, 2012
-
-
Marco Clemencic authored
- avoid use of SmartDataPtr (only when returning pointers) - added an argument to the GetData class to bypass the check - implemented getIfExists variants https://savannah.cern.ch/task/?22742 From: Marco Clemencic <marco.clemencic@cern.ch> git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6897 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- Dec 12, 2011
-
-
Marco Clemencic authored
* removed obsolete test runner scripts * moved python scripts 'scripts' * moved reference files to 'tests/qmtest/refs' * moved input.hbook to 'tests/data' From: Marco Clemencic <marco.clemencic@cern.ch> git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/branches/GAUDI/GAUDI_newpack@6741 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- Aug 26, 2011
-
-
https://savannah.cern.ch/bugs/?82435 From: Sebastien Binet <sebastien.binet@cern.ch> git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/branches/GAUDI/GAUDI_v22b@6640 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- Jun 09, 2011
-
-
Marco Clemencic authored
The message reporting the value of the property CnvServices is now DEBUG (instead of INFO).
-
- Mar 01, 2011
-
-
hmd authored
git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/branches/GAUDI/GAUDI_nativedep@6445 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- Jan 12, 2011
-
-
Marco Clemencic authored
Modified MyTrack and MyVertex to print the count of lost instances only if different from 0.
-
- Jan 11, 2010
-
-
marcocle authored
- Patch #3478: Registration for Algorithm Context Service Moved the registration for the context service from GaudiAlgorithm to Algorithm https://savannah.cern.ch/patch/?3478 git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6071 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-
- Oct 22, 2009
-
-
marcocle authored
See https://twiki.cern.ch/twiki/bin/view/Gaudi/GaudiSVNRepository git-svn-id: svn+ssh://svn.cern.ch/reps/gaudi/Gaudi/trunk@6014 53ecefc3-a64d-0410-9bdf-b8581fa3287e
-