Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

CTD19 developments for review and merging (fixed) #329

Closed
wants to merge 231 commits into from

Commits on Sep 3, 2018

  1. Configuration menu
    Copy the full SHA
    4973ac7 View commit details
    Browse the repository at this point in the history
  2. First Broken Line import

    GimmyTomas committed Sep 3, 2018
    Configuration menu
    Copy the full SHA
    5e21c6b View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    56ab682 View commit details
    Browse the repository at this point in the history

Commits on Sep 4, 2018

  1. Configuration menu
    Copy the full SHA
    d447fbb View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2018

  1. Full implementation of the broken line fit. For the moment it needs m…

    …atrices of static dimensions to run on the GPUs
    GimmyTomas committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    55a86bc View commit details
    Browse the repository at this point in the history
  2. Full implementation of the broken line fit. For the moment it needs t…

    …o use matrices of static dimensions in order to run on the GPUs.
    GimmyTomas committed Sep 19, 2018
    Configuration menu
    Copy the full SHA
    d864079 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Fixed the requested changes:

    - deleted the forgotten prints and time measurements;
    - created a new modifier for the broken line fit;
    - switched back from tipMax=1 to tipMax=0.1 (the change will maybe be done in another PR);
    - restored the original order of the cuts on chi2 and tip;
    - deleted the default label to pixelFitterByBrokenLine;
    - switched from CUDA_HOSTDEV to __host__ __device__;
    - BrokenLine.h now uses dinamically-sized-matrices (the advantage in using them over the statically-sized ones is that the code would also work with n>4) and, as before, the switch can be easily done at the start of the file;
    - hence, the test on GPUs now needs an increase in the stack size (at least 1761 bytes);
    - some doxygen comments in BrokenLine.h have been updated.
    GimmyTomas committed Sep 20, 2018
    Configuration menu
    Copy the full SHA
    e29cb32 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    7557d8d View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    9b81f01 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    174a6cc View commit details
    Browse the repository at this point in the history

Commits on Sep 25, 2018

  1. Configuration menu
    Copy the full SHA
    ce31f94 View commit details
    Browse the repository at this point in the history

Commits on Nov 9, 2018

  1. Configuration menu
    Copy the full SHA
    e8faf5d View commit details
    Browse the repository at this point in the history

Commits on Jan 29, 2019

  1. fix conflicts

    VinInn committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    a25628f View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fefb9cb View commit details
    Browse the repository at this point in the history
  3. fix matrix init

    VinInn committed Jan 29, 2019
    Configuration menu
    Copy the full SHA
    7f731ad View commit details
    Browse the repository at this point in the history

Commits on Jan 30, 2019

  1. make it working

    VinInn committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    e8207e6 View commit details
    Browse the repository at this point in the history
  2. make it working

    VinInn committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    a3950ea View commit details
    Browse the repository at this point in the history
  3. tests runs

    VinInn committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    8578b61 View commit details
    Browse the repository at this point in the history
  4. some previous clenup

    VinInn committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    36550f2 View commit details
    Browse the repository at this point in the history
  5. change name of fit driver

    VinInn committed Jan 30, 2019
    Configuration menu
    Copy the full SHA
    790ccfa View commit details
    Browse the repository at this point in the history

Commits on Jan 31, 2019

  1. BL driver ok

    VinInn committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    11482bf View commit details
    Browse the repository at this point in the history
  2. trivial if

    VinInn committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    91eeafd View commit details
    Browse the repository at this point in the history
  3. make BL default

    VinInn committed Jan 31, 2019
    Configuration menu
    Copy the full SHA
    7f0f80c View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    92b33eb View commit details
    Browse the repository at this point in the history

Commits on Feb 3, 2019

  1. allow dump of hits

    VinInn committed Feb 3, 2019
    Configuration menu
    Copy the full SHA
    2013a29 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    cbc4064 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cc68930 View commit details
    Browse the repository at this point in the history

Commits on Feb 4, 2019

  1. Configuration menu
    Copy the full SHA
    9dbd97c View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce8f8e1 View commit details
    Browse the repository at this point in the history

Commits on Feb 5, 2019

  1. remove sqrt from choleshy

    VinInn committed Feb 5, 2019
    Configuration menu
    Copy the full SHA
    ad060c9 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fce5dab View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    e7fc479 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    7b7dd7b View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    5b9e9e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 6, 2019

  1. apply Matti's suggestions

    VinInn committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    e0ebdfe View commit details
    Browse the repository at this point in the history
  2. try to use triplets in hole

    VinInn committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    ef1387a View commit details
    Browse the repository at this point in the history
  3. pass triplets to verfication

    VinInn committed Feb 6, 2019
    Configuration menu
    Copy the full SHA
    bf9e9ee View commit details
    Browse the repository at this point in the history

Commits on Feb 7, 2019

  1. get nutple multiplicity

    VinInn committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    c1f7483 View commit details
    Browse the repository at this point in the history
  2. fits3,4 and 5

    VinInn committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    d0f0ff2 View commit details
    Browse the repository at this point in the history
  3. fit 5 as 4

    VinInn committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    acef030 View commit details
    Browse the repository at this point in the history
  4. also rienmann 3,4&5

    VinInn committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    28e3e65 View commit details
    Browse the repository at this point in the history
  5. riemann 5 as 4 as well

    VinInn committed Feb 7, 2019
    Configuration menu
    Copy the full SHA
    05c3527 View commit details
    Browse the repository at this point in the history

Commits on Feb 8, 2019

  1. add configurables

    VinInn committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    b8c7529 View commit details
    Browse the repository at this point in the history
  2. fix printout

    VinInn committed Feb 8, 2019
    Configuration menu
    Copy the full SHA
    c40436c View commit details
    Browse the repository at this point in the history

Commits on Feb 9, 2019

  1. Configuration menu
    Copy the full SHA
    476cb5a View commit details
    Browse the repository at this point in the history
  2. remove debug

    VinInn committed Feb 9, 2019
    Configuration menu
    Copy the full SHA
    cb2ffbd View commit details
    Browse the repository at this point in the history

Commits on Feb 10, 2019

  1. Configuration menu
    Copy the full SHA
    447ee59 View commit details
    Browse the repository at this point in the history
  2. add ability to count locally

    VinInn committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    7ea5f28 View commit details
    Browse the repository at this point in the history
  3. use local counters

    VinInn committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    294a447 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    0048368 View commit details
    Browse the repository at this point in the history
  5. update local for real

    VinInn committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    e9dee7b View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    8b8a4c8 View commit details
    Browse the repository at this point in the history
  7. avoid early return

    VinInn committed Feb 10, 2019
    Configuration menu
    Copy the full SHA
    7274328 View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    9360613 View commit details
    Browse the repository at this point in the history

Commits on Feb 11, 2019

  1. back to global

    VinInn committed Feb 11, 2019
    Configuration menu
    Copy the full SHA
    5dd17cc View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d80fe12 View commit details
    Browse the repository at this point in the history

Commits on Feb 14, 2019

  1. on gpu works

    VinInn committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    9aafe7c View commit details
    Browse the repository at this point in the history
  2. compiles

    VinInn committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    61361ec View commit details
    Browse the repository at this point in the history
  3. compiles

    VinInn committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    10253aa View commit details
    Browse the repository at this point in the history
  4. fix thread local init

    VinInn committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    24065d7 View commit details
    Browse the repository at this point in the history
  5. san tommaso

    VinInn committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    b2f779a View commit details
    Browse the repository at this point in the history
  6. run on gpu & cpu

    VinInn committed Feb 14, 2019
    Configuration menu
    Copy the full SHA
    583f1e6 View commit details
    Browse the repository at this point in the history

Commits on Feb 15, 2019

  1. Configuration menu
    Copy the full SHA
    8e5191d View commit details
    Browse the repository at this point in the history
  2. seems working

    VinInn committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    c0a3d22 View commit details
    Browse the repository at this point in the history
  3. cpu and gpu same

    VinInn committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    dafcac8 View commit details
    Browse the repository at this point in the history
  4. cpu and gpu same

    VinInn committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    fb702cc View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d1e8e80 View commit details
    Browse the repository at this point in the history
  6. make it working on cpu as well

    VinInn committed Feb 15, 2019
    Configuration menu
    Copy the full SHA
    ee73282 View commit details
    Browse the repository at this point in the history

Commits on Feb 17, 2019

  1. spit workspace

    VinInn committed Feb 17, 2019
    Configuration menu
    Copy the full SHA
    4097c6d View commit details
    Browse the repository at this point in the history

Commits on Feb 18, 2019

  1. Configuration menu
    Copy the full SHA
    be30ac4 View commit details
    Browse the repository at this point in the history

Commits on Feb 19, 2019

  1. implement Matti's suggestions

    VinInn committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    1b3c093 View commit details
    Browse the repository at this point in the history
  2. assert cuda emulation

    VinInn committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    36834df View commit details
    Browse the repository at this point in the history
  3. fix missing free and add _

    VinInn committed Feb 19, 2019
    Configuration menu
    Copy the full SHA
    ddb6419 View commit details
    Browse the repository at this point in the history

Commits on Feb 22, 2019

  1. removing two fragments from override

    prebello authored and fabiocos committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    36711a7 View commit details
    Browse the repository at this point in the history
  2. removing three fragments from override

    prebello authored and fabiocos committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    b13d117 View commit details
    Browse the repository at this point in the history
  3. fix overrideFragments

    prebello authored and fabiocos committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    49cdcfe View commit details
    Browse the repository at this point in the history
  4. fix overrideFragments

    prebello authored and fabiocos committed Feb 22, 2019
    Configuration menu
    Copy the full SHA
    d4d8624 View commit details
    Browse the repository at this point in the history

Commits on Feb 25, 2019

  1. add clus size

    VinInn committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    9f06db8 View commit details
    Browse the repository at this point in the history
  2. apply zsize cut at doublets

    VinInn committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    f6452bd View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b1a4522 View commit details
    Browse the repository at this point in the history
  4. mitigate broken clus

    VinInn committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    a12d3ae View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    b753073 View commit details
    Browse the repository at this point in the history
  6. try larger cut on b1

    VinInn committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    b345b9d View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    8fd3c6b View commit details
    Browse the repository at this point in the history
  8. try larger cut on b1

    VinInn committed Feb 25, 2019
    Configuration menu
    Copy the full SHA
    97b6a46 View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    9a713d1 View commit details
    Browse the repository at this point in the history
  10. Merge pull request cms-sw#25997 from fabiocos/fc-bp25955

    [105X] removing three fragments from override (backport of cms-sw#25955)
    cmsbuild authored Feb 25, 2019
    Configuration menu
    Copy the full SHA
    c3458c5 View commit details
    Browse the repository at this point in the history

Commits on Feb 26, 2019

  1. introduce z cut

    VinInn committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    9cddb3b View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    d49dafc View commit details
    Browse the repository at this point in the history
  3. debugging tp assoc on gpu

    VinInn committed Feb 26, 2019
    Configuration menu
    Copy the full SHA
    e4aa589 View commit details
    Browse the repository at this point in the history

Commits on Feb 27, 2019

  1. fix parentesis after not

    VinInn committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    c06d565 View commit details
    Browse the repository at this point in the history
  2. enable clus size cut

    VinInn committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    aebdf9a View commit details
    Browse the repository at this point in the history
  3. add conters

    VinInn committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    b8168da View commit details
    Browse the repository at this point in the history
  4. add clus size cut on B1

    VinInn committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    07d8001 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    4122a8d View commit details
    Browse the repository at this point in the history
  6. add good track counter

    VinInn committed Feb 27, 2019
    Configuration menu
    Copy the full SHA
    43110c7 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    d9ec193 View commit details
    Browse the repository at this point in the history

Commits on Feb 28, 2019

  1. Configuration menu
    Copy the full SHA
    db23080 View commit details
    Browse the repository at this point in the history
  2. new default

    VinInn committed Feb 28, 2019
    Configuration menu
    Copy the full SHA
    ed02737 View commit details
    Browse the repository at this point in the history

Commits on Mar 1, 2019

  1. soft b1-only-Outer

    VinInn committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    cb7496a View commit details
    Browse the repository at this point in the history
  2. no size cut in B1inner at all

    VinInn committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    429b434 View commit details
    Browse the repository at this point in the history
  3. no size cut in B1inner at all

    VinInn committed Mar 1, 2019
    Configuration menu
    Copy the full SHA
    631b6b1 View commit details
    Browse the repository at this point in the history

Commits on Mar 4, 2019

  1. cut on B2 clean

    VinInn committed Mar 4, 2019
    Configuration menu
    Copy the full SHA
    c0a44bb View commit details
    Browse the repository at this point in the history

Commits on Mar 5, 2019

  1. update heavy Ion data promptlike GT; add GEM emap for MC GTs; use aut…

    …oCond GT instead of hardcoded prompt GT for heavy Ion data relval
    tocheng committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    411a1a3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    841ba37 View commit details
    Browse the repository at this point in the history
  3. Fix typo in GT name

    tocheng committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    b48e379 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    1222eb5 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    0617593 View commit details
    Browse the repository at this point in the history
  6. Revert "update PF calibration in offline and MC GTs"

    This reverts commit f689a30.
    tocheng committed Mar 5, 2019
    Configuration menu
    Copy the full SHA
    469d5e1 View commit details
    Browse the repository at this point in the history

Commits on Mar 8, 2019

  1. Merge pull request cms-sw#26074 from tocheng/105X_autoCondGT_backport

    Backport : Update GT for ultra legacy - MC ECAL, GEM eMap
    cmsbuild authored Mar 8, 2019
    Configuration menu
    Copy the full SHA
    b7731d0 View commit details
    Browse the repository at this point in the history

Commits on Mar 9, 2019

  1. ideal setting

    VinInn committed Mar 9, 2019
    Configuration menu
    Copy the full SHA
    f3cdceb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    29b3e94 View commit details
    Browse the repository at this point in the history

Commits on Mar 10, 2019

  1. separate zcut form clsize

    VinInn committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    73e1644 View commit details
    Browse the repository at this point in the history
  2. cleanup

    VinInn committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    df9ab83 View commit details
    Browse the repository at this point in the history
  3. make cuts configurables

    VinInn committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    9c4e855 View commit details
    Browse the repository at this point in the history
  4. port to pre2

    VinInn committed Mar 10, 2019
    Configuration menu
    Copy the full SHA
    4adf830 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1c4654c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    33f4e12 View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    de8a395 View commit details
    Browse the repository at this point in the history

Commits on Mar 12, 2019

  1. add dump of zo,ro

    VinInn committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    e1f6196 View commit details
    Browse the repository at this point in the history
  2. add dump of zo,ro

    VinInn committed Mar 12, 2019
    Configuration menu
    Copy the full SHA
    27f8bb4 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    cacd3a5 View commit details
    Browse the repository at this point in the history

Commits on Mar 13, 2019

  1. no cluster shape cut

    VinInn committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    4ed7314 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    dd7853a View commit details
    Browse the repository at this point in the history
  3. back clus size cut

    VinInn committed Mar 13, 2019
    Configuration menu
    Copy the full SHA
    578089a View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b8ab753 View commit details
    Browse the repository at this point in the history

Commits on Mar 15, 2019

  1. Configuration menu
    Copy the full SHA
    204088f View commit details
    Browse the repository at this point in the history

Commits on Mar 18, 2019

  1. Configuration menu
    Copy the full SHA
    c931c62 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    fee89bf View commit details
    Browse the repository at this point in the history

Commits on Mar 21, 2019

  1. Configuration menu
    Copy the full SHA
    c9bffce View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    ce28b57 View commit details
    Browse the repository at this point in the history
  3. fix chi2 in riemann

    VinInn committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    0fb8530 View commit details
    Browse the repository at this point in the history
  4. remove comment

    VinInn committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    29bdf79 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    d02b6b9 View commit details
    Browse the repository at this point in the history
  6. move tip cut to 5mm

    VinInn committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    46523ba View commit details
    Browse the repository at this point in the history
  7. tune AlignedRZ in barrel

    VinInn committed Mar 21, 2019
    Configuration menu
    Copy the full SHA
    0ce22da View commit details
    Browse the repository at this point in the history
  8. Configuration menu
    Copy the full SHA
    8ca8b5d View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    2f1194d View commit details
    Browse the repository at this point in the history

Commits on Mar 22, 2019

  1. Configuration menu
    Copy the full SHA
    3b24e4f View commit details
    Browse the repository at this point in the history
  2. fix merge conflict

    felicepantaleo committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    79b793a View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    f1ca524 View commit details
    Browse the repository at this point in the history
  4. sort using only 16 bits

    VinInn committed Mar 22, 2019
    Configuration menu
    Copy the full SHA
    d6924d7 View commit details
    Browse the repository at this point in the history

Commits on Mar 25, 2019

  1. Configuration menu
    Copy the full SHA
    f7373de View commit details
    Browse the repository at this point in the history

Commits on Mar 26, 2019

  1. triplet cleaner

    VinInn committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    eaaa7ee View commit details
    Browse the repository at this point in the history
  2. Synchronise with CMSSW_10_5_0

    fwyzard committed Mar 26, 2019
    Configuration menu
    Copy the full SHA
    488069f View commit details
    Browse the repository at this point in the history

Commits on Mar 27, 2019

  1. cleanup

    VinInn committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    a137c55 View commit details
    Browse the repository at this point in the history
  2. use tip as score

    VinInn committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    2748143 View commit details
    Browse the repository at this point in the history
  3. remove obsolete asserts

    VinInn committed Mar 27, 2019
    Configuration menu
    Copy the full SHA
    5551655 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    4612993 View commit details
    Browse the repository at this point in the history

Commits on Mar 28, 2019

  1. Configuration menu
    Copy the full SHA
    ad94b9a View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    3146e68 View commit details
    Browse the repository at this point in the history

Commits on Mar 29, 2019

  1. Configuration menu
    Copy the full SHA
    bae12a0 View commit details
    Browse the repository at this point in the history
  2. make them cpu compatible

    VinInn committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    5007a99 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    d5cc56d View commit details
    Browse the repository at this point in the history
  4. reduce number of memset

    VinInn committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    0dc9a60 View commit details
    Browse the repository at this point in the history
  5. correct size of cub ws

    VinInn committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    1119db0 View commit details
    Browse the repository at this point in the history
  6. cleaned hits

    VinInn committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    8eaa29b View commit details
    Browse the repository at this point in the history
  7. protect from empty events

    VinInn committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    ea87882 View commit details
    Browse the repository at this point in the history
  8. fix autocond

    VinInn committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    fba58bb View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    bf50dda View commit details
    Browse the repository at this point in the history
  10. protect for empty events

    VinInn committed Mar 29, 2019
    Configuration menu
    Copy the full SHA
    b28588c View commit details
    Browse the repository at this point in the history

Commits on Mar 30, 2019

  1. handle hit overflow

    VinInn committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    74e22ac View commit details
    Browse the repository at this point in the history
  2. fix loop

    VinInn committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    c1f81f7 View commit details
    Browse the repository at this point in the history
  3. simplify setHitsLayerStart

    VinInn committed Mar 30, 2019
    Configuration menu
    Copy the full SHA
    b36fb06 View commit details
    Browse the repository at this point in the history

Commits on Mar 31, 2019

  1. Configuration menu
    Copy the full SHA
    8bf1a1e View commit details
    Browse the repository at this point in the history

Commits on Apr 1, 2019

  1. Configuration menu
    Copy the full SHA
    f37b5f4 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    6365239 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    c5951f1 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    503f703 View commit details
    Browse the repository at this point in the history
  5. allocate memory per event

    VinInn committed Apr 1, 2019
    Configuration menu
    Copy the full SHA
    579603b View commit details
    Browse the repository at this point in the history

Commits on Apr 2, 2019

  1. cout empty cells

    VinInn committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    79b95b3 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    bf16b17 View commit details
    Browse the repository at this point in the history
  3. hide implementation

    VinInn committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    257c681 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    b6e4705 View commit details
    Browse the repository at this point in the history
  5. fix stupid initialization bug

    VinInn committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    13adff1 View commit details
    Browse the repository at this point in the history
  6. fix stupid initialization bug

    VinInn committed Apr 2, 2019
    Configuration menu
    Copy the full SHA
    25c02bd View commit details
    Browse the repository at this point in the history

Commits on Apr 3, 2019

  1. Configuration menu
    Copy the full SHA
    6ec0bc7 View commit details
    Browse the repository at this point in the history
  2. avoid allocation if not used

    VinInn committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    c86dbe2 View commit details
    Browse the repository at this point in the history
  3. avoid race

    VinInn committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    3de29aa View commit details
    Browse the repository at this point in the history
  4. avoid nasty race at edges

    VinInn committed Apr 3, 2019
    Configuration menu
    Copy the full SHA
    34a81a4 View commit details
    Browse the repository at this point in the history

Commits on Apr 4, 2019

  1. Configuration menu
    Copy the full SHA
    f77bd56 View commit details
    Browse the repository at this point in the history

Commits on Apr 9, 2019

  1. Configuration menu
    Copy the full SHA
    4cb4747 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    1979a01 View commit details
    Browse the repository at this point in the history

Commits on Apr 10, 2019

  1. add

    VinInn committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    a5c4273 View commit details
    Browse the repository at this point in the history
  2. triplets in gaps

    VinInn committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    8392e93 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    7dca1cd View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    e55192a View commit details
    Browse the repository at this point in the history
  5. Move raw data pinned host buffers to be allocated in constructor with…

    … cudaHostAllocWriteCombined
    makortel committed Apr 10, 2019
    Configuration menu
    Copy the full SHA
    3ac4c7c View commit details
    Browse the repository at this point in the history

Commits on Apr 11, 2019

  1. Configuration menu
    Copy the full SHA
    c9fb799 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e7659d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    fc23822 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    6deb682 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    2864b42 View commit details
    Browse the repository at this point in the history
  6. Move raw data pinned host buffers to be allocated in constructor with…

    … cudaHostAllocWriteCombined
    makortel committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    0135dbf View commit details
    Browse the repository at this point in the history
  7. Configuration menu
    Copy the full SHA
    c31e4cb View commit details
    Browse the repository at this point in the history
  8. merge new bs

    VinInn committed Apr 11, 2019
    Configuration menu
    Copy the full SHA
    218eb6b View commit details
    Browse the repository at this point in the history
  9. Configuration menu
    Copy the full SHA
    b2eb44e View commit details
    Browse the repository at this point in the history
  10. Configuration menu
    Copy the full SHA
    f749b26 View commit details
    Browse the repository at this point in the history

Commits on Apr 12, 2019

  1. compiles

    VinInn committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    c0195e8 View commit details
    Browse the repository at this point in the history
  2. compiles

    VinInn committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    95115df View commit details
    Browse the repository at this point in the history
  3. a simple test

    VinInn committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    0c7201f View commit details
    Browse the repository at this point in the history
  4. compiles

    VinInn committed Apr 12, 2019
    Configuration menu
    Copy the full SHA
    30cfaca View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    1267f2c View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    cc72af6 View commit details
    Browse the repository at this point in the history

Commits on Apr 14, 2019

  1. compiles!

    VinInn committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    5dc7c17 View commit details
    Browse the repository at this point in the history
  2. gpu wf seems working

    VinInn committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    c991b1d View commit details
    Browse the repository at this point in the history
  3. need some helper

    VinInn committed Apr 14, 2019
    Configuration menu
    Copy the full SHA
    dbc2951 View commit details
    Browse the repository at this point in the history

Commits on Apr 15, 2019

  1. compiles

    VinInn committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    3552845 View commit details
    Browse the repository at this point in the history
  2. try to fix cff

    VinInn committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    9b9fdbf View commit details
    Browse the repository at this point in the history
  3. gpu wf works

    VinInn committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    5125a40 View commit details
    Browse the repository at this point in the history
  4. works also gpu2cpu

    VinInn committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    b4d2ee2 View commit details
    Browse the repository at this point in the history
  5. TP migrated as well

    VinInn committed Apr 15, 2019
    Configuration menu
    Copy the full SHA
    efab658 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    0abd9ae View commit details
    Browse the repository at this point in the history

Commits on Apr 16, 2019

  1. factorize algo from wrapper

    VinInn committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    1c42196 View commit details
    Browse the repository at this point in the history
  2. addressing Matti's comments

    VinInn committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    03865a8 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    b235519 View commit details
    Browse the repository at this point in the history
  4. remove cout

    VinInn committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    5485462 View commit details
    Browse the repository at this point in the history
  5. add eigen SOA

    VinInn committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    a7cd789 View commit details
    Browse the repository at this point in the history
  6. fix includes

    VinInn committed Apr 16, 2019
    Configuration menu
    Copy the full SHA
    9c4223a View commit details
    Browse the repository at this point in the history

Commits on Apr 17, 2019

  1. fix merge conflict

    felicepantaleo committed Apr 17, 2019
    Configuration menu
    Copy the full SHA
    93f056b View commit details
    Browse the repository at this point in the history

Commits on Apr 18, 2019

  1. Configuration menu
    Copy the full SHA
    943f613 View commit details
    Browse the repository at this point in the history
  2. fix merge conflict

    felicepantaleo committed Apr 18, 2019
    Configuration menu
    Copy the full SHA
    615886e View commit details
    Browse the repository at this point in the history

Commits on Apr 22, 2019

  1. Configuration menu
    Copy the full SHA
    c6ba8f0 View commit details
    Browse the repository at this point in the history
  2. Check the event creation only after the product constructor has been …

    …called
    
    Otherwise, if the stream was idle before, and the constructor queues
    work to it, the event is not created and downstream will assume that
    the product is always there (even if it isn't yet).
    makortel committed Apr 22, 2019
    Configuration menu
    Copy the full SHA
    70a6d95 View commit details
    Browse the repository at this point in the history

Commits on Apr 23, 2019

  1. Configuration menu
    Copy the full SHA
    52b2cd8 View commit details
    Browse the repository at this point in the history
  2. merge 327&328

    VinInn committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    c447f0a View commit details
    Browse the repository at this point in the history
  3. fix cub workspace mess

    VinInn committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    ce9896f View commit details
    Browse the repository at this point in the history
  4. fix hits in module overflow

    VinInn committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    7a4bc82 View commit details
    Browse the repository at this point in the history
  5. Configuration menu
    Copy the full SHA
    a5c2e1b View commit details
    Browse the repository at this point in the history
  6. clean

    VinInn committed Apr 23, 2019
    Configuration menu
    Copy the full SHA
    69da529 View commit details
    Browse the repository at this point in the history

Commits on Apr 25, 2019

  1. Configuration menu
    Copy the full SHA
    4bb4f2a View commit details
    Browse the repository at this point in the history