Skip to content
Snippets Groups Projects
  1. Feb 01, 2017
  2. Jan 30, 2017
  3. Jan 29, 2017
  4. Jan 27, 2017
  5. Jan 26, 2017
    • Eduardo Rodrigues's avatar
      Merge branch 'vanya-ostap-v13' into 'master' · 8dd08072
      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
      8dd08072
  6. Jan 24, 2017
  7. Jan 23, 2017
  8. Jan 21, 2017
  9. Jan 19, 2017
  10. Jan 18, 2017
  11. Jan 16, 2017
  12. Jan 12, 2017
  13. Jan 11, 2017
  14. Jan 09, 2017
  15. Jan 05, 2017
  16. Jan 04, 2017
  17. Dec 20, 2016
    • Eduardo Rodrigues's avatar
      Merge branch 'master' into 'master' · 03a8f9d0
      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
      03a8f9d0
    • Eduardo Rodrigues's avatar
      Merge branch 'vanya-ostap-v5' into 'master' · 376fb6cc
      Eduardo Rodrigues authored
      ostap: add check for IPython
      
      Ostap: add check for availability of IPython
      
      See merge request !71
      376fb6cc
  18. Dec 18, 2016
  19. Dec 15, 2016
  20. Dec 14, 2016
Loading