- Jul 04, 2016
-
-
Marco Cattaneo authored
Prepare v20r0 release See merge request !106
-
Marco Cattaneo authored
-
- Jul 02, 2016
-
-
Marco Cattaneo authored
Fix clang warnings Fix various clang warnings See merge request !100
-
Marco Cattaneo authored
ConfiguredMuonIDs.py: Revert to MuonIDAlg for Upgrade gemoetry Temporarily revert to MuonIDAlg for Brunel().DataType="Upgrade" reconstruction, because MuonIDAlgLite does not yet support the upgrade geometry Remove obsolete MC09 use case See merge request !101
-
- Jul 01, 2016
-
-
Marco Cattaneo authored
-
Marco Cattaneo authored
-
Marco Cattaneo authored
Merge upgradeTracking in master Replace old (upgrade TDR) upgrade tracking sequence by latest version from upgrade tracking task force See merge request !96
-
Marco Cattaneo authored
Make the setting of the sign of pT of Velo only tracks deterministic Added code to set the pT of the VELO only tracks with a sign based on the first strip in the first cluster rather than the track key (which was random). Also an option to reverse the sign for mag up/mag down MC comparisons. (TrackTools/src/TrackStateInitTool, TrackUtils/src/TrackPrepareForFit, TrackUtils/src/TrackPrepareVelo) See discussion in LHCBPS-1547 See merge request !85 See merge request !98
-
Gerhard Raven authored
-
- Jun 30, 2016
-
-
Marco Cattaneo authored
Replace endreq by endmsg See merge request !99
-
Thomas Nikodem authored
-
- Jun 29, 2016
-
-
Marco Cattaneo authored
-
Marco Cattaneo authored
Make the setting of the sign of pT of Velo only tracks deterministic Added code to set the pT of the VELO only tracks with a sign based on the first strip in the first cluster rather than the track key (which was random). Also an option to reverse the sign for mag up/mag down MC comparisons. (TrackTools/src/TrackStateInitTool, TrackUtils/src/TrackPrepareForFit, TrackUtils/src/TrackPrepareVelo) See discussion in LHCBPS-1547 See merge request !85
-
Marco Cattaneo authored
Rich calib update Some minor updates to the calibration scripts for 2016 running See merge request !97
-
tnikodem authored
-
tnikodem authored
-
tnikodem authored
-
- Jun 28, 2016
-
-
tnikodem authored
-
Thomas Nikodem authored
-
-
Marco Cattaneo authored
Cleanup HitManagers After lhcb/Hlt!97, the decoding-on-demand is no longer used, and the hit managers can be simplified: - remove (now unused) 'prepareHitsInWindow' - remove (now unused) 'prepareHits(iterator)' - remove IStationSelector and some additional modernization: - add range accessors (instead of two accessors for 'begin' and 'end') and use them in range-based for loops - prefer struct over class with only public methods/data - remove trivial destructors - remove trivial finalize methods - prefer stl algorithms over explicit loop - prefer emplace_back over push_back where appropriate - remove #if __GCCXML__ - add 'final' qualifier where possible - prefer bitset<4> over array<bool,4> See merge request !86
-
Thomas Nikodem authored
-
- Jun 27, 2016
-
-
Thomas Nikodem authored
Upgrade forward tracking cleanups Applied changes suggested by @graven See merge request !87
-
Thomas Nikodem authored
Upgrade seeding faster Seeding faster of 17% without any performance effect (0.5% less ghost rate and 0.1% more efficient due to small bug in stereo search fixed) HitManager can handle in linear/log timing the iterators now. Also clean-up of the code See merge request !82
-
Gerhard Raven authored
-
Gerhard Raven authored
-
tnikodem authored
-
tnikodem authored
-
tnikodem authored
-
renqgl90 authored
-
Marco Cattaneo authored
Make naming of STOfflinePosition tools more consistent in STOfflineConf.py See LHCBPS-1575 See merge request !84
-
Thomas Nikodem authored
fixed PrCounter See merge request !93
-
tnikodem authored
-
Thomas Nikodem authored
fixed crash in PrCounter if dividing by zero crash in qmtests. @sesen See merge request !92
-
tnikodem authored
-
- Jun 24, 2016
-
-
tnikodem authored
-
- Jun 23, 2016
-
-
Marco Cattaneo authored
Add plots for VELO offline DQ monitoring A few new plots were added to VeloClusterMonitor class, for Offline VELO DQ monitoring purpose. Old VeloClusterMonitor class was also cleaned up. New plots are protected with an option that by default it switched off to prevent Brunel calling it, and switched on only in Vetra for offline DQ monitoring. See merge request !80
-
Marco Cattaneo authored
Merge branch 'jrharris-CCEscan-Physics' into 'master' CCEscan-Physics Update to VeloCCEScanMonitor to allow for running over non-CCE scan data See merge request !74 See merge request !83
-
Thomas Nikodem authored
new Fast stage tuning @adudziak @sstahl without tuning (measured on lxplus): TimingAuditor.T... INFO PrVeloUTFast | 1.935 | 1.998 | 0.227 18.4 1.40 | 1000 | 1.998 | TimingAuditor.T... INFO PrFowardTrackingFast | 13.373 | 13.496 | 0.532 220.5 19.31 | 1000 | 13.496 | PrCheckerFast.F... INFO long_fromB_P>3GeV_Pt>0.5GeV : 3521 from 3760 [ 93.6 %] 42 clones [ 1.2 %], purity: 99.50 %, hitEff: 97.43 % PrCheckerFast.F... INFO UT_long_fromB_P>3GeV_Pt>0.5GeV : 3515 from 3729 [ 94.3 %] 42 clones [ 1.2 %], purity: 99.52 %, hitEff: 97.44 % with tuning: TimingAuditor.T... INFO PrVeloUTFast | 1.193 | 1.191 | 0.179 5.0 0.58 | 1000 | 1.192 | TimingAuditor.T... INFO PrFowardTrackingFast | 4.673 | 4.698 | 0.424 75.1 6.50 | 1000 | 4.698 | PrCheckerFast.F... INFO long_fromB_P>3GeV_Pt>0.5GeV : 3497 from 3760 [ 93.0 %] 41 clones [ 1.2 %], purity: 99.53 %, hitEff: 97.44 % PrCheckerFast.F... INFO UT_long_fromB_P>3GeV_Pt>0.5GeV : 3496 from 3729 [ 93.8 %] 41 clones [ 1.2 %], purity: 99.53 %, hitEff: 97.44 % See merge request !81
-
tnikodem authored
-