Skip to content
Snippets Groups Projects
  1. Jan 15, 2019
    • Scott Snyder's avatar
      LumiBlockPers: Fix gcc9 warnings. · 4e4fcc70
      Scott Snyder authored
      In C++11, implicit declarations of copy and assignment are deprecated if the
      class has a user defined destructor or copy or assignment.  gcc9 now warns
      about this by default.
      Adjust to avoid the warning.
      4e4fcc70
  2. Jan 13, 2019
    • Scott Snyder's avatar
      LumiBlockData: Fix gcc9 warnings. · 00e580ff
      Scott Snyder authored
      In C++11, implicit declarations of copy and assignment are deprecated if the
      class has a user defined destructor or copy or assignment.  gcc9 now warns
      about this by default.
      Adjust to avoid the warning.
      00e580ff
  3. Dec 17, 2018
    • Walter Lampl's avatar
      Fix file permissions of identical files · d00fba15
      Walter Lampl authored
      Files with identical content (same SHA1) but different file permissions
      cause confusing differences shown in GitLab. The file permissions of
      61 files were set to 644 (ATLINFR-2011).
      d00fba15
  4. Dec 11, 2018
  5. Nov 05, 2018
  6. Sep 13, 2018
  7. Aug 30, 2018
  8. Aug 28, 2018
  9. Aug 17, 2018
  10. Jul 07, 2018
  11. Jul 02, 2018
  12. May 11, 2018
  13. Apr 07, 2018
  14. Mar 29, 2018
    • charles leggett's avatar
      Preparation for Gaudi v30r2 · b2ff5559
      charles leggett authored
      major changes:
      
       - removal of DECLARE_FACTORY_ENTRIES
       - DECLARE_CONVERTER_FACTORY -> DECLARE_CONVERTER
       - DECLARE_TOOL_FACTORY -> DECLARE_COMPONENT
       - DECLARE_SERVICE_FACTORY -> DECLARE_COMPONENT
       - DECLARE_ALGORITHM_FACTORY -> DECLARE_COMPONENT
       - constructor of Converters is public, not protected
       - remove #include "GaudiKernel/CnvFactory.h"
       - remove #include "GaudiKernel/ToolFactory.h"
       - remove #include "GaudiKernel/AlgFactory.h"
       - remove #include "GaudiKernel/AudFactory.h"
       - remove #include "DeclareFactoryEntries.h"
      
      
      Former-commit-id: fd7a40f5
      b2ff5559
  15. Mar 12, 2018
    • cranshaw's avatar
      Migrate tool code to use IMetaDataTool from AthenaKernel rather than · 5d32ad0e
      cranshaw authored
      AthenaPoolKernel for
      - ByteStreamCnvSvc
      - EventBookkeeperTools
      - xAODEventFormatCnv
      - xAODMetaDataCnv
      - xAODTriggerCnv
      - xAODTruthCnv
      - LumiBlockComps
      Remove old code for propagating CollectionMetadata in
      RegistrationServices.
      Fix tests that tested said CollectionMetadata.
      *At this point, AthenaPoolKernel should be redundant*
      
      
      Former-commit-id: f76731e5
      5d32ad0e
  16. Feb 06, 2018
    • Jochen Meyer's avatar
      removal of double-semicolon at EOL · de2bb3a2
      Jochen Meyer authored
      @srettie spotted some lines in the muon code which ended with
      two semicolons. As there is no convincing answer, they were
      changed to single semicolons - and not only in muon code,
      but throughout the repository (except generator packages).
      
      
      Former-commit-id: 317d8317
      de2bb3a2
  17. Jan 25, 2018
  18. Jan 17, 2018
  19. Jan 16, 2018
  20. Jan 14, 2018
  21. Jan 09, 2018
  22. Jan 03, 2018
  23. Jan 02, 2018
  24. Dec 11, 2017
  25. Dec 08, 2017
  26. Dec 07, 2017
  27. Nov 11, 2017
    • charles leggett's avatar
      Use full domain name for eosatlas · a463d03f
      charles leggett authored
      access to files on eos where the hostname is specified as "eosatlas"
      only works from within the cern.ch network. The full domain name needs
      to be specified to enable access from sites outside of cern, ie
      eosatlas.cern.ch
      
      
      Former-commit-id: 8efcbc05
      a463d03f
  28. Oct 30, 2017
  29. Oct 25, 2017
    • cranshaw's avatar
      First migration of metadata tools from incidents to direct calls. · 8f08e957
      cranshaw authored
      - listen to BeginInputFile --> MetaDataSvc->(IMetaDataTool)beginInputFile()
      - listen to EndInputFile --> MetaDataSvc->(IMetaDataTool)endInputFile()
      - listen to MetaDataStop --> MetaDataSvc->(IMetaDataTool)metaDataStop()
      Migrated tools
      - CopyEventStreamInfo
      - IOVDbMetaDataTool
      - ByteStreamMetadataTool
      - EventFormatMetaDataTool
      - FileMetaDataTool
      - FileMetaDataCreatorTool
      - TriggerMenuMetaDataTool
      - LumiBlockMetaDataTool
      Other listeners not migrated, so MetaDataStop incident still being fired.
      
      
      Former-commit-id: 6836030e
      8f08e957
    • James Beacham's avatar
      Merge branch '21.0-ilumicalc-widemu' into '21.0' · d269e975
      James Beacham authored and Atlas Nightlybuild's avatar Atlas Nightlybuild committed
      Extend range of <mu> plot
      
      See merge request !5304
      
      Former-commit-id: 35c7b54c
      d269e975
  30. Jun 28, 2017
  31. May 27, 2017
  32. May 25, 2017
  33. May 07, 2017
  34. Mar 06, 2017
  35. Mar 03, 2017
  36. Mar 01, 2017
    • Charles Leggett's avatar
      replace all instances of endreq with endmsg · 40d459ae
      Charles Leggett authored
      endreq is deprecated, and replaced with endmsg.
      
      Did not replace in log files, or READMEs. Two files which are questionable are
         InnerDetector/InDetAlignAlgs/InDetAlignGenAlgs/src/GeoModelTRT.dev
      and
         InnerDetector/InDetRecTools/InDetMultipleVertexSeedFinderUtils/src/PVFindingTrackFilter_cxx
      
      
      Former-commit-id: 699dba0d
      40d459ae
  37. Jan 27, 2017
    • Will Buttinger's avatar
      'improved getLumi to handle opening lots of input files' (LumiBlockComps-01-00-39) · b325033b
      Will Buttinger authored
      	* util/getLumi.cxx: close input files as looping over them
      	* Tagging as LumiBlockComps-01-00-39
      
      2016-12-15 Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
      	* Fixed the build of the package inside the full offline release.
      	  The previous update left out linking the shared library against
      	  the library provided by the LumiCalc package.
      	* Tagging as LumiBlockComps-01-00-38
      
      2016-11-28 Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
      	* Now privately linking LumiBlockCompsLib against xAODRootAccess.
      	  As it now needs it in AthAnalysisBase. The linking could be
      	  turned off for AnalysisBase, but -Wl,--as-needed should take
      	  care of that.
      	* Tagging as LumiBlockComps-01-00-37
      
      2016-11-21 Will Buttinger <will@cern.ch>
            * Significant improvements to getLumi.exe, reporting when nExpected different for two versions of the same block,
              as well as support multi lumicalc files now
            * Added xAOD2NtupLumiSvc, for propagating lumi information to Ntuples written by THistSvc
      ...
      (Long ChangeLog diff - truncated)
      
      
      Former-commit-id: c94c9a11
      b325033b
Loading