Skip to content
Snippets Groups Projects
  1. Jul 26, 2020
  2. Jul 22, 2020
  3. Jul 20, 2020
  4. Jul 09, 2020
  5. Jul 08, 2020
  6. Jul 03, 2020
  7. Jun 23, 2020
  8. Jun 19, 2020
  9. Jun 18, 2020
  10. Jun 16, 2020
  11. Jun 11, 2020
  12. Jun 10, 2020
  13. Jun 05, 2020
  14. Jun 03, 2020
  15. Jun 02, 2020
    • Attila Krasznahorkay's avatar
      Removed the framework dependencies from xAODCaloRings. · b130cb70
      Attila Krasznahorkay authored
      The code is no longer linking against AsgTools, as it was introducing
      a very ugly dependency scheme, where one would need to load framework
      libraries just to read xAOD files. To do this, all code using AsgTools
      and StoreGate was removed.
      
      While at it, also did the following:
        - Stopped the classes referring to each other with "versioned names".
        - Removed the custom forward declaration of DataVector, and implemented
          the forward declaration headers like they are in all the other xAOD
          packages that use such things.
        - Removed the PrintHelperFcns.h header, as its code was largely
          unnecessary. The one necessary operator was moved to the source file
          that needed it.
        - Updated xAOD::getCaloRingsReader() to return a const reference instead
          of a non-const pointer.
        - Added CLID generation for the xAODCaloRings library.
        - Removed some very outdated/misleading Doxygen documentation.
      b130cb70
  16. May 29, 2020
  17. May 28, 2020
  18. May 27, 2020
  19. May 26, 2020
    • Attila Krasznahorkay's avatar
      Updated the xAODTrigger package's dictionary generation. · adc47336
      Attila Krasznahorkay authored
      Made sure that all potentially useful/necessary types are generated
      in an organised fashion, using the helper code from xAODCore.
      
      Declared the typedef names to the generated ROOT dictionary.
      
      Moved the pure STL types to the xAODCoreSTLDict dictionary.
      adc47336
    • Attila Krasznahorkay's avatar
      Updated the xAODTracking package's dictionary generation. · 683d962b
      Attila Krasznahorkay authored
      Made sure that all potentially useful/necessary types are generated
      in an organised fashion, using the helper code from xAODCore.
      
      Removed code not necessary with modern ROOT versions.
      
      Declared the typedef names to the generated ROOT dictionary.
      
      Moved the pure STL types to the xAODCoreSTLDict dictionary.
      683d962b
    • Attila Krasznahorkay's avatar
      Updated the xAODMissingET package's dictionary generation. · b801f130
      Attila Krasznahorkay authored
      Made sure that all potentially useful/necessary types are generated
      in an organised fashion, using the helper code from xAODCore.
      
      Removed code not necessary with modern ROOT versions.
      
      Declared the typedef names to the generated ROOT dictionary.
      
      Moved the pure STL types to the xAODCoreSTLDict dictionary.
      b801f130
    • Attila Krasznahorkay's avatar
      Updated the xAODJet package's dictionary generation. · f19e65e6
      Attila Krasznahorkay authored
      Made sure that all potentially useful/necessary types are generated
      in an organised fashion, using the helper code from xAODCore.
      
      Removed code not necessary with modern ROOT versions.
      
      Declared the typedef names to the generated ROOT dictionary.
      
      Moved the pure STL types to the xAODCoreSTLDict dictionary.
      
      Implemented the instantiation of xAOD::Jet's template functions
      for the dictionary generation in a bit better way.
      
      Removed the stale src/JetTrigAuxContainer_v2.cxx source, which was
      only there to confuse people...
      f19e65e6
    • Attila Krasznahorkay's avatar
      Updated the xAODEventInfo package's dictionary generation. · c65b87cf
      Attila Krasznahorkay authored
      Made sure that all potentially useful/necessary types are generated
      in an organised fashion, using the helper code from xAODCore.
      
      Declared the typedef names to the generated ROOT dictionary.
      
      Moved the pure STL types to the xAODCoreSTLDict dictionary.
      c65b87cf
    • Attila Krasznahorkay's avatar
      Updated the xAODEgamma package's dictionary generation. · f0f78a19
      Attila Krasznahorkay authored
      Made sure that all potentially useful/necessary types are generated
      in an organised fashion, using the helper code from xAODCore.
      
      Removed code not necessary with modern ROOT versions.
      
      Declared the typedef names to the generated ROOT dictionary.
      
      Moved the pure STL types to the xAODCoreSTLDict dictionary.
      f0f78a19
    • Attila Krasznahorkay's avatar
      Updated the xAODCaloRings package's dictionary generation. · 30edff4e
      Attila Krasznahorkay authored
      Made sure that all potentially useful/necessary types are generated
      in an organised fashion, using the helper code from xAODCore.
      
      Removed code not necessary with modern ROOT versions.
      
      Declared the typedef names to the generated ROOT dictionary.
      
      Moved the pure STL types to the xAODCoreSTLDict dictionary.
      30edff4e
    • Attila Krasznahorkay's avatar
      Updated the xAODCaloEvent package's dictionary generation. · 88910944
      Attila Krasznahorkay authored
      Made sure that all potentially useful/necessary types are generated
      in an organised fashion, using the helper code from xAODCore.
      
      Removed code not necessary with modern ROOT versions.
      
      Declared the typedef names to the generated ROOT dictionary.
      
      Moved the pure STL types to the xAODCoreSTLDict dictionary. At the
      same time fixed the comment in xAODCoreSTLDict.h about the meaning
      of "3" in std::bitset<3>.
      88910944
Loading