- Feb 01, 2017
-
-
Eduardo Rodrigues authored
Prepare v17r4 release See merge request !94
-
Rosen Matev authored
-
- Jan 30, 2017
-
-
Eduardo Rodrigues authored
Merge master into 2016-patches - pick up recent useful changes from master See merge request !91
-
Eduardo Rodrigues authored
Revert incompatible changes from 2016-patches - Trivial revert of !34 - See LHCBPS-1685 See merge request !77
-
Eduardo Rodrigues authored
Ostap: improve documentation for pid_calib script Ostap: improve documentation for pid_calib script See merge request !90
-
Eduardo Rodrigues authored
Fix testing of existence of Hlt2SelReports Connected to LHCBPS-1688, https://its.cern.ch/jira/browse/LHCBPS-1688 See merge request !92
-
- Jan 29, 2017
-
-
Sascha Stahl authored
-
- Jan 27, 2017
-
-
Vanya Belyaev authored
-
- Jan 26, 2017
-
-
Eduardo Rodrigues authored
Analysis/Ostap: improve paralellisation ! 2017-01-24 - Vanya Belyaev - Kisa.py, TreeDeco.py - improve tree/chain -> histogram projections - more functionality, better parallelisation See merge request !89
-
- Jan 24, 2017
-
-
Vanya Belyaev authored
! 2017-01-24 - Vanya Belyaev - Kisa.py, TreeDeco.py - improve tree/chain -> histogram projections - more functionality, better parallelisation
-
Eduardo Rodrigues authored
including new methods for creating MC jets Added a classes to allow for proper MCParticle jets to be built, rather than Particle jets. Additionally, the MCParticleFlow allows for final state particles to be filtered. See merge request !85
-
Eduardo Rodrigues authored
fix in Ostap.Kisa : multicore multiprocessing fix in Ostap.Kisa : multicore multiprocessing See merge request !88
-
- Jan 23, 2017
-
-
Vanya Belyaev authored
-
Eduardo Rodrigues authored
Phys/DaVinciTrackScaler:Momentum scaling: take run number from ODIN Momentum scaling: take run number from ODIN See merge request !86
-
Eduardo Rodrigues authored
Analysis/Ostap: improve parallelization functionality - Kisa.py: - improve parallelization - add parallelization methods for projection of looooong trees See merge request !84
-
- Jan 21, 2017
-
-
Vanya Belyaev authored
Momentum scaling: take run number from ODIN
-
- Jan 19, 2017
-
-
philten authored
-
- Jan 18, 2017
-
-
Eduardo Rodrigues authored
Phys/AnalysisPython: add reference file for ROOT See merge request !83
-
Eduardo Rodrigues authored
Ostap: improvements for graph-functions - GraphDeco: 1. couple of minor fixes 2. allow graph[-1] 3. add new function fill_area to represent the area between two functions/curves See merge request !82
-
Vanya Belyaev authored
! 2017-01-18 - Vanya Belyaev - Kisa.py: - improve parallelization - add parallelization methods for projection of looooong trees
-
- Jan 16, 2017
-
-
Vanya Belyaev authored
add reference file for ROOT
-
Vanya Belyaev authored
- GraphDeco: 1. couple of minor fixes 2. allow graph[-1] 3. add new function fill_area to represent the area between two functions/curves
-
- Jan 12, 2017
-
-
Eduardo Rodrigues authored
Merge master into 2016-patches - pick up recent useful changes from master See merge request !81
-
Eduardo Rodrigues authored
Moved some RICH information variables to default since they are useful to determine how the PID info is obtained. Connected to !72 (comment 135875) See merge request !76
-
Eduardo Rodrigues authored
Phys/DaVinciTrackScaling: - add original ROOT files for momentum scaling See merge request !79
-
Eduardo Rodrigues authored
Phys/DaVinciTrackScaling: add scripts for momentum scaling for 2015&2016 See merge request !78
-
- Jan 11, 2017
-
-
Eduardo Rodrigues authored
Phys/DaVinciTrackScaling: add original ROOT file for momentum scaling for 2012 See merge request !80
-
Vanya Belyaev authored
-
Vanya Belyaev authored
- add original ROOT files for momentum scaling
-
Vanya Belyaev authored
add scripts for momentum scaling for 2015&2016
-
- Jan 09, 2017
-
-
Rosen Matev authored
Revert "Merge branch 'RichRepackaging' into 'master'" This reverts commit 829bf868, reversing changes made to 579fa634.
-
- Jan 05, 2017
-
-
Maurizio Martinelli authored
Moved some RICH information variables to default since they are useful to determine how the PID info is obtained
-
- Jan 04, 2017
-
-
Christopher Rob Jones authored
Revert "Merge branch 'master' into 'master'" This reverts merge request !72 See merge request !75
-
Christopher Rob Jones authored
This reverts merge request !72
-
- Dec 20, 2016
-
-
Eduardo Rodrigues authored
modified hasRich in TupleToolPid to store more info Modified hasRich variable produced from TupleToolPID to store information on the RICH response on the given track. It substantially saves in binary form information from ``` richPID->usedAerogel() + // i = 0 2*richPID->usedRich1Gas() + // i = 1 4*richPID->usedRich2Gas() + // i = 2 8*richPID->electronHypoAboveThres() + // i = 3 16*richPID->muonHypoAboveThres() + // i = 4 32*richPID->pionHypoAboveThres() + // i = 5 64*richPID->kaonHypoAboveThres() + // i = 6 128*richPID->protonHypoAboveThres(); // i = 7 ``` Such that it can be accessed by ``` (hasRich >> i ) & 1 ``` where ```i``` is the index corresponding to the hypothesis to be tested. Backward compatibility is guaranteed since it returns 0 when richPID cannot be accessed. This change was driven by the opportunity of having information of particles passing Rich threshold such that the peak at 0 in CombDLLK could be removed. See merge request !72
-
Eduardo Rodrigues authored
ostap: add check for IPython Ostap: add check for availability of IPython See merge request !71
-
- Dec 18, 2016
-
-
Maurizio Martinelli authored
-
Vanya Belyaev authored
-
- Dec 15, 2016
-
-
Eduardo Rodrigues authored
AnalysisPython&Ostap - add error handlers for ROOT and GSL - fix all tests See merge request !70
-
- Dec 14, 2016
-
-
Vanya Belyaev authored
- add error handlers for ROOT and GSL - fix all tests
-