Skip to content
Snippets Groups Projects
  1. Dec 17, 2018
    • Walter Lampl's avatar
      Fix file permissions of identical files · 69e7faf0
      Walter Lampl authored
      Files with identical content (same SHA1) but different file permissions
      cause confusing differences shown in GitLab. The file permissions of
      67 files were set to 644 (ATLINFR-2011).
      69e7faf0
    • Walter Lampl's avatar
      Fix file permissions of identical files · bd8610f1
      Walter Lampl authored
      Files with identical content (same SHA1) but different file permissions
      cause confusing differences shown in GitLab. The file permissions of
      68 files were set to 644 (ATLINFR-2011).
      bd8610f1
  2. Sep 25, 2018
  3. Jun 12, 2018
  4. Jun 01, 2018
  5. May 29, 2018
  6. May 28, 2018
  7. May 24, 2018
  8. May 23, 2018
  9. May 15, 2018
  10. May 09, 2018
  11. Apr 27, 2018
    • John Chapman's avatar
      Migrate to the new HepMcParticleLink class · 8bccf548
      John Chapman authored
      This commit collects the changes in `GeneratorObjects-01-04-00-19`
      and `GeneratorObjectsTPCnv-00-06-10-05`. Plus a number of additional
      changes:
       - added a method to directly set the `ExtendedBarCode` member
      variable of `HepMcParticleLink`, as this was needed by the
      `TRTUncompressedHitCollection` TP Converters.
       - added some missing braces to make contents of for loop clearer
       - added the possibility to write old `HepMcParticleLink` format
      using event position instead of event number (cherry picked from
      commit 31207b97f0453496aaa8794883505c562dee36d4)
       - added a unit test for `HepMcParticleLinkCnv_p2` and extended the
      unit test for `HepMcParticleLinkCnv_p1`
       - Changing the `ExtendedBarCode` should force the `HepMcParticleLink`
      to re-find the `HepMC::GenParticle`. Previously calling
      `HepMcParticleLink::setExtendedBarcode` did not force the `HepMcParticleLink`
      instance to refind the `HepMC::GenParticle` to which it should be linking.
      This could cause the pointer to be inconsistent with the information cached
      in the `HepMcParticleLink`.
       - Ensure that all member variables are properly initialized in the
      `HepMcParticleLink` default constructor. Previously `m_particle`
      and `m_have_particle` were not initialized properly.
      
      Former-commit-id: 8607d473dddbd5d9921b41f64be2ed52c72a4cdb
      8bccf548
  12. Apr 16, 2018
  13. Apr 11, 2018
  14. Mar 30, 2018
  15. Mar 29, 2018
  16. Mar 09, 2018
Loading