- Sep 13, 2023
-
-
Marco Clemencic authored
-
- Jul 26, 2023
-
-
Also implemented a default, empty reset.
-
- Jun 16, 2023
-
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Jun 02, 2023
-
-
- Mar 17, 2023
-
-
Co-authored-by:
Nicole Skidmore <nicola.skidmore@cern.ch> Co-authored-by:
Marco Clemencic <marco.clemencic@cern.ch>
-
- Jan 30, 2023
-
-
Marco Clemencic authored
-
- Jan 23, 2023
-
-
Marco Clemencic authored
because with Boost 1.81 using directly Gaudi::Property<std::string> is ambiguous
-
- Jan 16, 2023
-
-
Sebastien Ponce authored
This is done by only updating the potentially existing file when writing and droping the file at initialization to not mix data from 2 rounds. There is no thread safety issue for now as we write in the stop method
-
Sebastien Ponce authored
-
- Nov 23, 2022
-
-
Sebastien Ponce authored
-
Sebastien Ponce authored
And simplified the existing RootSink implementation accordingly
-
Sebastien Ponce authored
Makes other sinks simpler and allows every sink to benefit from regexp based selection of entities
-
- 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
-