Future merge master
- Oct 28, 2016
-
-
Gerhard Raven authored25413180
-
Eduardo Rodrigues authored
LoKiTracks: fix broken package Whole Bender suit is badly broken with the recent modifications in LoKiTracks. This MR fixes all the issues. @graven See merge request !44
c54e6de8 -
Gerhard Raven authored1867cca3
-
- Oct 27, 2016
-
-
Eduardo Rodrigues authored
Fix the rejection stage plot in case there are algorithms that have both children and do work themselves (like HltUnit in HLT1). The rejection stage plot would not be filled correctly for algorithms that have children, but also do work themselves. This patch fixes the problem. @rmatev @grav See merge request !38
937411f6 -
Vanya Belyaev authored7353cdee
-
- Oct 25, 2016
-
-
Vanya Belyaev authored88723408
-
- Oct 24, 2016
-
-
Eduardo Rodrigues authored
PhysSelPython: few improvements for Selection framework - Wrappers.py 1. add new PayloadSelection: "pseudo-selection" where some "extra" payload algorithm is embedded into the flow. (with possible ignoring of algorithm decision) 2. reimplement MomentumScaling in terms of PayloadSelection 3. add special treatment of "MCTools"/"MCToolList" keyword arguments for TupleSelection: these arguments are not delegated to DecayTreeTople, instead TupleToolMCTruth is added to DecayTreeTuple and these arguments are propagated to this tool See merge request !41
2e1d5083 -
Eduardo Rodrigues authored
Migrate to Rec/LoKiTrack in Rec project see Rec!268 See merge request !37
1d043fd4 -
Eduardo Rodrigues authored
PhysConf: add new module to make imports for "Selection" framework a bit more more intuitive - add module python/PhysConf/Selections.py It allows to provide "Selection" framework with a bit more intuitive syntax: now one needs to import selection objects from PhysConf.Selections instead of a bit cryptic PhysSelPython.Wrappers ``` from PhysCondg.Selections import SimpleSelection, SelectionSequence ## new from PhysSelPython.Wrappers import SimpleSelection, SelectionSequence ## old ``` See merge request !34
b55d34f1 -
Eduardo Rodrigues authored
Added variable for new isolation tool new Phys/DaVinciTypes/Kernel/RelatedInfoNamed.h to add new related info See merge request !42
9999dbc0 -
Andrea Contu authored60783c1c
-
Gerhard Raven authored6d23a7f0
-
Gerhard Raven authored8959f53e
-
- Oct 22, 2016
-
-
Eduardo Rodrigues authoredbbe7b2c9
-
- Oct 21, 2016
-
-
Vanya Belyaev authored
- Wrappers.py 1. add new PayloadSelection: "pseudo-selection" where some "extra" payload algorithm is embedded into the flow. (with possible ignoring of algorithm decision) 2. reimplement MomentumScaling in terms of PayloadSelection
82026730 -
Vanya Belyaev authored
- Wrappers.py 1. add new PayloadSelection: "pseudo-selection" where some "extra" payload algorithm is embedded into the flow. (with possible ignoring of algorithm decision) 2. reimplement MomentumScaling in terms of PayloadSelection
490cd75a
-
- Oct 20, 2016
-
-
Eduardo Rodrigues authored
PhysSelPython.Wrappers : add a sad typo in CheckPVSelection PhysSelPython.Wrappers : add a sad typo in CheckPVSelection See merge request !39
bb1476b8 -
Vanya Belyaev authored65bbf2db
-
Roel Aaij authored55c61e52
-
Gerhard Raven authoredc27b831f
-
Gerhard Raven authoredd27fb55a
-
- Oct 19, 2016
-
-
Gerhard Raven authored
both in LoKi::Cuts (now defined in LoKi/Tracks.h) and in python...
1252edc1 -
Gerhard Raven authored623dce8d
-
Gerhard Raven authored9e3a8c08
-
Gerhard Raven authorede4297e18
-
Eduardo Rodrigues authored
Modernize LoKiPhys * prefer implicit destructors over explicit trivial destructors * do not explicitly disable default constructors which are not implicitly generated * prefer override over virtual * add final * replace Particle2Track member data with functor * remove obsolete SVN keywords * prefer implicit copy constructors * do not call default member constructors in constructors See merge request !36
2e0eb9b2
-
- Oct 18, 2016
-
-
Gerhard Raven authored
* prefer implicit destructors over explicit trivial destructors * do not explicitly disable default constructors which are not implicitly generated * prefer override over virtual * add final * replace Particle2Track member data with functor * remove obsolete SVN keywords * prefer implicit copy constructors * do not call default member constructors in constructors
73d88eba
-
- Oct 12, 2016
-
-
Vanya Belyaev authored
! 2016-10-12 - Vanya Belyaev - add module python/PhysConf/Selections.py It allows to provide "Selection" framework with a bit more intuitive syntax: now one needs to import selection objects fomr PhysConf.Selections instead of a bit cryptic PhysSelPython.Wrappers
47ed7b57
-