- Nov 10, 2022
-
-
Marco Clemencic authored
-
- Nov 04, 2022
-
-
Rosen Matev authored
When the static function TH1::SetDefaultSumw2 had been called (passing true), `Sumw2(true)` is automatically called by the constructor of TProfile. This is a problem because in the profiles in Gaudi::Accumulators we do not keep track of the sum of squares of weights and consequently don't set fBinSumw2 of the TProfile, which in turn leads to a self-inconsistent TProfile object. The "fix" is to disable sum of squares explicitly.
-
- Oct 10, 2022
-
-
Separated RootHistogramSinkBase from RootHistogramSink so that this part is reusable for other sinks
-
- Jul 01, 2022
-
-
Rosen Matev authored
Before this change, RootHistogramSink always puts a histogram in a top level directory named according to the component name. This change allows a histogram to be saved in a custom directory by naming it with a leading slash. In that case, the component name is ignored.
-
- Mar 23, 2022
-
-
- Mar 18, 2022
-
-
Sebastien Ponce authored
The levels are basically the number of slashes in a path in the store. But EvtStoreSvc was not taking into account the slashes in the rootName, thus having lower numbers.
-
- Feb 16, 2022
-
-
Frank Winklmeier authored
StatusCodeSvc has been deprecated (and non-functional) since Gaudi %v36r0. Delete the service and its interface.
-
- Dec 13, 2021
-
-
Johannes Heuel authored
-
- Dec 11, 2021
-
-
Johannes Heuel authored
-
- Dec 09, 2021
-
-
- Aug 23, 2021
-
-
Christoph Hasse authored
-
Christoph Hasse authored
-
- Jul 30, 2021
-
-
Sebastien Ponce authored
This number was wrongly computed by ROOT and needed to be overwritten manually. This bit was missing in the original Sink.
-
- Jul 26, 2021
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Jul 19, 2021
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Jul 13, 2021
-
-
Marco Clemencic authored
using directories named after the component owning the histograms
-
- May 17, 2021
-
-
- Apr 23, 2021
-
-
Sebastien Ponce authored
This allows to remove entities from the hub (and thus from the sinks in the back) and thus allows to use entities in temporary objects, and not only in Tool/algorithms. The counter part is that BufferableCounters are no more movable, although I doubt anyone really want to move a counter. It only has the consequence that you can hardly have vectors of counters, but arrays or deques are still fine
-
- Feb 25, 2021
-
-
Sebastien Ponce authored
2 main points : - the ptr internal data of Entity is now private - the string type of some accumulators (counters and histograms mostly) has been extended with an extra ':' and a string after it describing the precision of the internal data, using the typeid of the type that should be used when deserializing it from json
-
- Nov 23, 2020
-
-
Attila Krasznahorkay authored
Which needs to be done carefully in case of some compiler/platform combinations.
-
- Nov 18, 2020
-
-
Marco Clemencic authored
-
- Oct 26, 2020
-
-
see https://its.cern.ch/jira/browse/LBCOMP-23 Co-authored-by:
Marco Clemencic <marco.clemencic@cern.ch>
-
- Oct 15, 2020
-
-
Sebastien Ponce authored
-
patch generated by https://gitlab.cern.ch/gaudi/Gaudi/-/jobs/10130864
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
-
Sebastien Ponce authored
includes : - change of names of the classes, dropping the 'Counter' part which is an implementation detail - rewrote Root sink in a more generic and cleaner way - adapted json representation of histograms to changes in the new monitoring merge request Conflicts: GaudiCoreSvc/src/MessageSvc/MessageSvcSink.cpp
-
Sebastien Ponce authored
Conflicts: GaudiExamples/options/Histograms.py Conflicts: GaudiKernel/Gaudi/MonitoringHub.h
-
- Jul 28, 2020
-
-
- added minimal interface `Gaudi::Interfaces::IOptionsSvc` - reimplemented `IJobOptionsSvc` methods using the new interface methods (`set`, `get` and `has`) - deprecated `IJobOptionsSvc` methods
-
- Jul 21, 2020
-
-
an alternative of `InputCopyStream` that does not use BeginEvent.
-
- Jun 02, 2020
-
-
patch generated by https://gitlab.cern.ch/wlampl/Gaudi/-/jobs/8165593
-
- Mar 30, 2020
-
-
Gerhard Raven authored
-
- Feb 26, 2020
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Jan 29, 2020
-
-
Gerhard Raven authored
-
Olli Lupton authored
Modify EvtStoreSvc to assume+check that the store is empty in setRoot instead of calling clearStore.
-