This project is mirrored from https://gitlab.cern.ch/atlas/athena.git.
Pull mirroring failed .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
Repository mirroring has been paused due to too many failed attempts. It can be resumed by a project maintainer or owner.
Last successful update .
- Feb 23, 2017
-
-
Edward Moyse authored
Former-commit-id: 786848091eeb80a4561bbfe063c2c1be9a33b932
-
- Feb 07, 2017
-
-
Edward Moyse authored
Former-commit-id: c836aff8
-
Edward Moyse authored
Added README. Former-commit-id: bd08d1dd
-
Edward Moyse authored
Former-commit-id: def5a316
-
Graeme Stewart authored
Former-commit-id: be6c6aaa
-
- Feb 06, 2017
-
-
Walter Lampl authored
Master svn sweep to 2017-02-06 This merge request contains the SVN changes to 22.0.0 (non-VAL) from 2107-02-02 to 2017-02-06. This merge request is the first true test of moving changes from SVN into a *live* git branch. This set of changes will be the starting point for fixing the master branch build. See merge request !168 Former-commit-id: 3210a651
-
Shaun Roe authored
* tag version prior to git migration * tag as InDetPhysValMonitoring-00-04-44 2017-02-03 Liza Mijovic <lmijovic@lxplus115.cern.ch> * postprocessing: adding temporary copy of postprocessing script with command-line options needed for new merging schema 2017-02-02 Liza Mijovic <lmijovic@lxplus115.cern.ch> * run/postprocessHistos.cxx : * * removing 200 lines of unused or useless code * * testing and doc-ing command line running 2017-02-02 Nora Pettersson * Fix asymmetry in resolutions 2017-02-01 Nora Pettersson * Reduce memory consumpution for resITk plots 2017-01-30 Liza Mijovic <lmijovic@lxplus078.cern.ch> ... (Long ChangeLog diff - truncated) Former-commit-id: d8ed38e6751323b83e6b4a8218ca4bd2272a4d8f
-
Scott Snyder authored
* Tagging RootFileTools-00-01-62. * src/merge.cxx: Fix warning. Former-commit-id: 7fcad279
-
Charles Leggett authored
* remove ifdef ATHENAHIVE * tag SGTools-00-27-35 M SGTools/SGVersionedKey.h Former-commit-id: 4498a53a
-
Charles Leggett authored
* removed all #ifdef ATHENAHIVE, make serial StoreGate behave like MT StoreGate with 1 concurrent store * use unique_ptr<std::recursive_mutex> in SGHiveEventSlot * added timing test * tag StoreGate-03-10-00 A test/SGTiming_test.cxx A test/SGTiming_test_rec.inc A test/SGTiming_test_objs.h M test/SGHive_test.cxx A test/SGTiming_test_ret.inc A test/SGTiming_test_def.inc A test/SGTiming_test_genV.pl A test/SGTiming_test_README.txt A test/SGTiming_test_chk.inc A test/SGTiming_test_ptr.inc A share/SGTiming_test.txt M src/SGHiveMgrSvc.h M src/SGImplSvc.cxx M src/SGHiveMgrSvc.cxx ... (Long ChangeLog diff - truncated) Former-commit-id: b3fe971c
-
Justin Griffiths authored
* tagging 05-00-16 * new MVA tracking on by default Former-commit-id: aa3e0ab5
-
Justin Griffiths authored
* Tagging tauRecTools-00-01-33 * CombinedP4: add flag for using caloPt when suspicious tracks are involved Former-commit-id: f3dd9e5a
-
Scott Snyder authored
* Tagging TrigConfxAOD-00-00-25. * CMakeLists.txt: Restore TrigConfInterfaces to LINK_LIBRARIES. Former-commit-id: 43b44666
-
Frank Winklmeier authored
* src/TrigSignatureMoni.cxx: std::sort bin labels instead of using ROOT (ATR-15742) * TrigSteerMonitor-01-05-14 2017-01-28 scott snyder <snyder@bnl.gov> * Tagging TrigSteerMonitor-01-05-13. * gcc7 warning: potential snprintf truncation. Former-commit-id: c8fe5e1f
-
Scott Snyder authored
* Tagging TrigMissingETHypo-00-02-12. * gcc7 warnings: potential snprintf truncation. * Tagging TrigMissingETHypo-00-02-11. * src/TrigEFMissingETHypo.cxx: clang warning: use of abs(). * Tagging TrigMissingETHypo-00-02-10. * endreq -> endmsg. Former-commit-id: 290f4bee
-
Scott Snyder authored
'Performance improvements. Call reserve() on the vector before filling it. Pass vectors via move.' (TrigT1CaloByteStream-00-09-53) * Tagging TrigT1CaloByteStream-00-09-53. * src/xaod/PpmByteStreamReadV1V2Tool.h, src/xaod/PpmByteStreamReadV1V2Tool.cxx: Performance improvements. Call reserve() on the vector before filling it. Pass vectors via move. Former-commit-id: bd3639a9
-
Scott Snyder authored
* Tagging TrigConfigSvc-01-01-76. * src/HLTConfigSvc.cxx: gcc7 warning: potential snprintf truncation. Former-commit-id: 4a324669
-
Scott Snyder authored
* Tagging TileL2Algs-00-02-06. * ntupleService -> ntupleSvc. Former-commit-id: dddcb7170a5cdbc3f781b3136fcd520ca9140328
-
Scott Snyder authored
* Tagging MuonByteStreamCnvTest-04-01-12. * ntupleService -> ntupleSvc. Former-commit-id: 4ec914964c5fb10bb41c15956dd73632ee0f6dd5
-
Scott Snyder authored
CMakeLists.txt: Clean up: Fix PUBLIC_HEADERS, remove obsolete reference to TDAQCPolicy. (TrigCaloHypo-00-00-06) * Tagging TrigCaloHypo-00-00-06. * CMakeLists.txt: Clean up: Fix PUBLIC_HEADERS, remove obsolete reference to TDAQCPolicy. * Tagging TrigCaloHypo-00-00-05. * clang warnings: unused members. Former-commit-id: 7e40475aa1b8f86a712f98829902bea4bfc438b7
-
Scott Snyder authored
* Tagging LArIdentifier-01-02-10. * Comply with ATLAS naming conventions. Former-commit-id: 047cf7d3
-
Christos Anastopoulos authored
* tagging ElectronEfficiencyCorrection-00-01-85 * Another step of trying to clean up the underlying tool * There were major usage of pointers , whilst not necessarily needed. * Use less pointers, less naked news. * Hopefully will make maintanance easier. * This is the 3rd take to clean this up (taking into accout optimisation related ones). * Hopefully, there will be only minor leaks left, * and perhap we can try another take on speading it up 2017-01-25 Karsten Koeneke <karsten.koeneke@cern.ch> * Fix CMakeLists.txt file (compilation in cmake-based AnalysisBase release) * tagging ElectronEfficiencyCorrection-00-01-84 2017-01-25 Karsten Koeneke <karsten.koeneke@cern.ch> * Fix cmt/requirements file * Clean up Root/ElectronChargeEfficiencyCorrectionTool.cxx/.h, including removing compile-time WARNINGS! ... (Long ChangeLog diff - truncated) Former-commit-id: 2ffe4253
-
Scott Snyder authored
* Tagging AthContainers-00-03-26. * Root/AuxStoreInternal.cxx (insertMove): Fix bug with empty destination container. Leave early if source container is empty. Former-commit-id: 0eac6f3c
-
Scott Snyder authored
* Tagging SiClusterOnTrackTool-04-00-07. * clang warning: braces in initializer. * Tagging SiClusterOnTrackTool-04-00-06. * clang warning: missing override keyword. * Tagging SiClusterOnTrackTool-04-00-05. * Comply with ATLAS naming conventions. Former-commit-id: 1f7176ae
-
Scott Snyder authored
* Tagging MuonTrackPerformance-01-00-34. * src/MuonTrackPerformanceAlg.cxx: gcc7: Fix return value. * Tagging MuonTrackPerformance-01-00-33. * clang warning: struct/class inconsistency. * Tagging MuonTrackPerformance-01-00-32. * clang warnings: unused members. Former-commit-id: b02eafa5
-
Scott Snyder authored
* Tagging McParticleTests-00-08-02. * src/McAodSymLinkTests.cxx (initialize): Remove use of obsolete Gaudi function outputLevel. Former-commit-id: 0509b49a
-
Scott Snyder authored
* Tagging D3PDMakerTest-00-10-07. * Update for fixes in MuonD3PDMaker. Former-commit-id: 07d3f6a3
-
Scott Snyder authored
* Tagging MuonD3PDMaker-00-04-34. * src/TrackRecordFillerTool.h: Fix type of m_EnergyThreshold. Former-commit-id: 4f4767e2
-
Scott Snyder authored
* Tagging AnalysisTest-00-06-27. * ntupleService -> ntupleSvc. Former-commit-id: 42ada730
-
Scott Snyder authored
Former-commit-id: fa6c2481
-
Simone Michele Mazza authored
* Fixed minor memory leak (JIRA ATLASG-973) * Tagging IsolationCorrections-00-01-27 Former-commit-id: 70a1c555
-
Scott Snyder authored
* Tagging ZdcEventAthenaPool-00-01-07. * More messageService -> msgSvc. * Tagging ZdcEventAthenaPool-00-01-06. * messageService -> msgSvc. Former-commit-id: d4f861a0
-
Scott Snyder authored
* Tagging TrigT1EventAthenaPool-00-02-05. * messageService -> msgSvc. Former-commit-id: b6f1ef2f
-
Scott Snyder authored
* Tagging TrigSteeringEventAthenaPool-00-00-11. * messageService -> msgSvc; endreq -> endmsg. 2016-11-04 Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch> * Taught the package how to build in AthAnalysisBase with CMake. * Removed the executable flag from the source files. * Tagging as TrigSteeringEventAthenaPool-00-00-10 Former-commit-id: 70b2d10d
-
Scott Snyder authored
* Tagging InDetGeometryValidation-00-00-01-07. * test/InDetGeometryValidation_TestConfiguration.xml: Increase time limits on tests. Former-commit-id: f3886d60
-
Scott Snyder authored
* Tagging InDetSimEventAthenaPool-00-00-09. * messageService -> msgSvc. Former-commit-id: eb291214
-
Guillaume Unal authored
* src/LArCellHVCorr.cxx change Warning message to Info in case difference of HV correction <0.9 to avoid many warnings after fix for EMECPS HV mapping * tag LArCellRec-02-13-15 Former-commit-id: cba2a21d
-
Scott Snyder authored
* Tagging EventBookkeeperAthenaPool-00-00-11. * messageService -> msgSvc; endreq -> endmsg. Former-commit-id: 92504740674425d57d4a0c802878fc8d9ae4cf8c
-
John Derek Chapman authored
python/LArG4FastSimulationConfig.py (getFCALFastShower, getFCAL2FastShower): increase EMinEneShowerLib from 0.51 MeV to 3 MeV. ATLASSIM-2188. Tagging: LArG4FastSimulation-05-00-08-01 (LArG4FastSimulation-05-00-08-01) * Branch for 20.3.7.7 and 21.0.15 * python/LArG4FastSimulationConfig.py (getFCALFastShower, getFCAL2FastShower): increase EMinEneShowerLib from 0.51 MeV to 3 MeV. ATLASSIM-2188 * Tagging: LArG4FastSimulation-05-00-08-01 2016-09-01 Steve Farrell <Steven.Farrell@cern.ch> * Cleaned up long lines, whitespace, variable naming conventions. * Changed loop-by-value to loop-by-reference over EnergySpot in LArFastShower to prevent unnecessary copies. * Fixed thread-unsafe usage of static LArG4Identifiers in the fastsim SDs by converting them into class members. * Tagging: LArG4FastSimulation-05-00-08 2016-06-01 Zach Marshall <ZLMarshall@lbl.gov> * Tagging: LArG4FastSimulation-05-00-07 * No shower libraries at very low energy. Skipping the application for such particles. ... (Long ChangeLog diff - truncated) Former-commit-id: 5fb22dfd
-
Alejandro Alonso Diaz authored
* Migrate the Rel 20.7 changes for low Pt to rel 22: * Use different various track fitter until one creates valid covariance matrices (ATLASRECTS-3555). * To trunk and * Tagging TrkAmbiguityProcessor-02-01-00 Former-commit-id: 9be69ccb
-