- Jan 15, 2019
-
-
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.
-
- Jan 13, 2019
-
-
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.
-
- Dec 17, 2018
-
-
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).
-
- Dec 11, 2018
-
-
Former-commit-id: 8584da10524b1793c7f51db5b7873b07e0d35c12
-
- Nov 05, 2018
-
-
Jack Cranshaw authored
This reverts merge request !15357 Former-commit-id: eda457df
-
- Sep 13, 2018
-
-
Christos Anastopoulos authored
Former-commit-id: 0e6ece56
-
- Aug 30, 2018
-
-
Charles Leggett authored
This reverts merge request !13794 Former-commit-id: ec0b04a6
-
- Aug 28, 2018
-
-
charles leggett authored
Former-commit-id: 4cc3a4061f67a6fc6b6381374399dfa837d95ec0
-
- Aug 17, 2018
-
- Jul 07, 2018
-
-
Scott Snyder authored
clang warning: unused variable. Former-commit-id: 15ddf6ba
-
- Jul 02, 2018
-
- May 11, 2018
-
-
scott snyder authored
Remove references to obsolete package DataModel. Also clean up references to files in CLIDSvc and SGTools that were moved to other packages. Former-commit-id: 2388fd53
-
- Apr 07, 2018
- Mar 29, 2018
-
-
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
-
- Mar 12, 2018
-
-
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
-
- Feb 06, 2018
-
-
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
-
- Jan 25, 2018
-
-
Peter van Gemmeren authored
Former-commit-id: 5d00c37d37f3bb95b2e64ab929a0f200811d66af
-
- Jan 17, 2018
-
- Jan 16, 2018
-
- Jan 14, 2018
-
- Jan 09, 2018
-
- Jan 03, 2018
-
-
Peter van Gemmeren authored
Former-commit-id: fb22dc45
-
- Jan 02, 2018
-
-
Peter van Gemmeren authored
Former-commit-id: f03164fe
-
- Dec 11, 2017
-
-
Toshiaki Kaji authored
This reverts commit cdf718bf [formerly 9d67f5b8]. Former-commit-id: 008b62d0
-
- Dec 08, 2017
-
- Dec 07, 2017
-
-
Frank Winklmeier authored
Explicitly specify to return (float)0 in case of failure on retrieving the EventInfo object. This is the same behaviour as returning StatusCode::FAILURE. Former-commit-id: 9d227ef4
-
- Nov 11, 2017
-
-
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
-
- Oct 30, 2017
-
-
Frank Winklmeier authored
Remove cmt directories that contain trivial, obsolete content. Former-commit-id: c24266ed4af9e2380d2b78936af416959f1c63aa
-
Frank Winklmeier authored
A few constructors had to be made public as required by the Gaudi Plugin service. Former-commit-id: b88be914
-
Frank Winklmeier authored
- Delete all obsolete src/components/*_load.cxx files - Remove obsolete DECLARE_FACTORY_ENTRIES within src/components/*_entries.cxx The removed macros evaluate to NULL on the Gaudi side and have been kept only for backwards compatibility. Former-commit-id: b54b335b647ae1a32049726fc4868b30c9e565d0
-
- Oct 25, 2017
-
-
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
-
Extend range of <mu> plot See merge request !5304 Former-commit-id: 35c7b54c
-
- Jun 28, 2017
-
-
Marcin Nowak authored
If Cintex referenced in cmt/ - simply removing the directory Former-commit-id: 5b5c2fe2
-
- May 27, 2017
-
-
scott snyder authored
Change a potentially unaligned assignment to use memcpy, to avoid undefined behavior. Former-commit-id: 00a3d732
-
- May 25, 2017
-
-
Scott Snyder authored
Private data members should start with m_. Former-commit-id: 0d601328
-
- May 07, 2017
-
-
Scott Snyder authored
messageService() -> msgSvc(). Former-commit-id: e07d19c8
-
- Mar 06, 2017
-
-
scott snyder authored
Former-commit-id: 2cb3aaa0
-
- Mar 03, 2017
-
-
scott snyder authored
Former-commit-id: 5a63ffce
-
- Mar 01, 2017
-
-
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
-
- Jan 27, 2017
-
-
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
-