- Nov 24, 2016
-
-
Eduardo Rodrigues authored
Fix warnings See merge request !49
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
Marco Clemencic authored
-
- Nov 17, 2016
-
-
Eduardo Rodrigues authored
Ostap.ZipShelve:- add some protection to enforce closing of (not yet closed) DBs - add some protection to enforce closing of (not yet closed) DBs See merge request !46
-
- Nov 10, 2016
-
-
Eduardo Rodrigues authored
Add setDescriptorTemplate() helper for DecayTreeTuple. Adds a helper function (pure python) to DecayTreeTuple that uses python's string templates to generate a decay descriptor and branch definitions from a single string: ``` from Configurables import DecayTreeTuple from DecayTreeTuple.Configuration import * dtt = DecayTreeTuple(...) dtt.setDescriptorTemplate("${D0}[D0 -> ${kaon}K- ${pion}pi+]CC") ``` both sets dtt.Decay (to "[D0 -> \^K- \^pi+]CC") and defines the branches "D0", "kaon", and "pion". See merge request !47
-
Olli Lupton authored
Add tests for DecayTreeTuple.Configuration This adds a few tests for the helper methods in `DecayTreeTuple.Configuration`, namely `addBranches` and `setDescriptorTemplate`, the latter of which is added by @olupton in MR !47. This MR is to be merged into !47. I haven't added tests for the `addTupleTool` method as it's a bit more of a beast and I haven't had time. If people think it's worth doing then I can work on it, but I thought it'd be worth opening an MR sooner for any discussion. See merge request !48
-
Alex Pearce authored
-
Alex Pearce authored
-
Alex Pearce authored
Also remove a gross `exec` line.
-
Alex Pearce authored
-
- Nov 09, 2016
-
-
Olli Lupton authored
-
- Oct 31, 2016
-
-
Vanya Belyaev authored
-
- Oct 30, 2016
-
-
Vanya Belyaev authored
- add some protection to enforce closing of no-yet closed DBs
-
- Oct 28, 2016
-
-
Eduardo Rodrigues authored
LoKiAlgoMC: (re)Add method fArrayMCP for Tuple LoKiAlgoMC: (re)Add method fArrayMCP for Tuple See merge request !45
-
- Oct 27, 2016
-
-
Eduardo Rodrigues authored
Ensure tool does not try to fill HLT2 for Turbo03 Ensure tool does not try to fill HLT2 for Turbo03 as in JIRA LHCBPS-1658 See merge request !42
-
- Oct 26, 2016
-
-
Vanya Belyaev authored
-
- Oct 19, 2016
-
-
Eduardo Rodrigues authored
Modifications to allow processing of MC-uDST - AnalysisConf: add property RootInTES - ChargedPP2MC: fix to respect RootInTES See merge request !44
-
- Oct 18, 2016
-
-
Vanya Belyaev authored
- AnalyssiConf: add property RootInTES - ChargedPP2MC: fix to respect RootInTES
-
- Oct 10, 2016
-
-
Eduardo Rodrigues authored
AnalysisPython&Ostap - add positive even polynomials - add PDF for positive even polynomials - reshuffle code for historgam parameterization, in particular - add more extensive documentation fot all methods - extend QMtest tests - extend context managers from Ostap.Utils module to deal with loggers - few minor fixes in ostap history writing - add CPU timing to the final printout and history file - fix two QMtest: Data & Kisa (missing input data due to cleanup of my ganga-area) See merge request !41
-
Eduardo Rodrigues authored
Configure DataOnDemandSvc correctly for MC and uDST Disable calling algorithms accessing information not present on MC uDST. See LHCBGAUSS-822 See merge request !28
-
- Oct 06, 2016
-
-
Sean Benson authored
-
Sean Benson authored
-
Eduardo Rodrigues authored
follow changes in lhcb/LHCb!291 See merge request !40
-
- Oct 05, 2016
-
-
Vanya Belyaev authored
- add positive even polynomials - add PDF for positive even polynomials - reshuffle code for historgam parameterization, in particular - add more extensive documentation fot all methods - extend QMtest tests - extend context managers from Ostap.Utils module to deal with loggers - few minor fixes in ostap history writing - add CPU timing to the final printout and history file - fix two QMtest: Data & Kisa (missing input data due to cleanup of my ganga-area)
-
- Sep 30, 2016
-
-
Eduardo Rodrigues authored
Adapt to RICH packaging changes Adapts to changes in lhcb/LHCb!239. Do not merge until the MRs referenced there have been. See merge request !34
-
Eduardo Rodrigues authored
Ostap: reshuffle code to make better integration of Ostap with SWAN.cern.ch - reshuffle a bit the code to make better usage of Ostap with SWAN, in particular move all initialization machinery from scripts/ostap to new module Ostap/Run.py To start ostap in SWAN one just needs: ``` In [] : from Ostap.Run import * ``` See merge request !36
-
- Sep 28, 2016
-
-
Gerhard Raven authored
-
- Sep 26, 2016
-
-
Eduardo Rodrigues authored
-
-
Eduardo Rodrigues authored
-
Eduardo Rodrigues authored
Add additional clone killing protection Fix very rare seg-fault in TeslaReportAlg. Supersedes !38 See merge request !39
-
- Sep 23, 2016
-
-
Eduardo Rodrigues authored
Add protection to MCVertexCloner to make sure duplicate entries are not added to the products vector. See merge request !27
-
Eduardo Rodrigues authored
Include Turbo TES location into MicroDST Turbo TES location have been added to default extraItems to be written in MicroDST output. Modification are applied to Phys/DSTWriters/python/DSTWriters/microdst.py See merge request !32
-
Vanya Belyaev authored
-
Vanya Belyaev authored
-
- Sep 22, 2016
-
-