This project is mirrored from https://gitlab.cern.ch/atlas/athena.git.
Pull mirroring updated .
- Dec 02, 2016
-
-
Graeme Stewart authored
Former-commit-id: 2833a7744a7723ea2575a78829978217e196d2aa
-
Graeme Stewart authored
Former-commit-id: 5a79c50e05c166ef101d2fb3af9913a8e0351216
-
Christos Anastopoulos authored
* Fix ATLASRECTS-3703 * tagging egammaTools-01-02-22 2016-11-22 Jovan Mitrevski <Jovan.Mitrevski@cern.ch> * Remove constness from private member functions that use a non-const tool. * tagging egammaTools-01-02-21 Former-commit-id: 407668ef
-
Michael James Fenton authored
* Bug fix to add protection when TimerSvc missing * TrigMuonEF-00-04-80 2016-11-28 Michael Fenton * Can now run over L2 muons and FTK tracks for earlier isolation * TrigMuonEF-00-04-79 2016-11-24 Savanna Shaw * calo tag roi size fix * TrigMuonEF-00-04-78 Former-commit-id: d8b340f0
-
Jahred Adelman authored
2016-11-30 Jahred Adelman * Add FastTrackSimRegionalWrap_64TowersIBL3D_HWModeID2_jobOptions.py * Tag as FastTrackSimWrap-04-00-14 2016-08-03 scott snyder <snyder@bnl.gov> Former-commit-id: a08f8de50d0afbacef0b9b8531ae90b9502c615d
-
Jahred Adelman authored
* Change FTK_CompressedAMBank error to warning * Tag TrigFTKSim-00-11-96 2016-11-28 Jahred Adelman * Add new 64Tower2017.v2 FTKSetupTag * Tag TrigFTKSim-00-11-95 2016-11-27 Jahred Adelman * Add new 64Tower2017.v1 FTKSetupTag * Tag TrigFTKSim-00-11-94 Former-commit-id: a0632264e048f2a8653358b06bfaf314e9e5e5cb
-
Frank Winklmeier authored
* bin/rootcomp.py: Ignore TimerCalls histogram * TrigValTools-00-04-38 Former-commit-id: 18a7a1c48c08b15170fdf17415e2cf0f3095583c
-
John Derek Chapman authored
src/TransportTool.h - apply ATLAS naming conventions. src/TransportTool.cxx - apply ATLAS naming conventions. Move set up of G4AtlasRunManager and PhysicsListTool from constructor to initialize method. ATLASSIM-3061. Tagging ISF_Geant4Tools-00-09-05-02 (ISF_Geant4Tools-00-09-05-02) * Tagging ISF_Geant4Tools-00-09-05-02 2016-11-04 Zach Marshall <ZLMarshall@lbl.gov> * Back-porting of changes for quasi-stable particle simulation to the transport tool and Geant4TruthIncident. Branch for 20.3.7.Y only! * Tagging: ISF_Geant4Tools-00-09-05-01 2016-06-28 Elmar Ritsch <Elmar.Ritsch@cern.ch> * src/TransportTool.*: Improve code readability * Tagging ISF_Geant4Tools-00-09-05 2016-06-03 Zach Marshall <ZLMarshall@lbl.gov> * src/TransportTool.*: Adding list of G4 commands to be run after init * python/ISF_Geant4ToolsConfig.py: Passing the list of G4 commands * Tagging ISF_Geant4Tools-00-09-04 Former-commit-id: dfd39db4411def5fad1acb774fe3b06db0e996fc
-
John Derek Chapman authored
share/AllDet_detDescr.py - patch for CMake-built AthSimulationBase releases. ATLASSIM-3068. Tagging ISF_Config-00-04-00-02 (ISF_Config-00-04-00-02) 2016-11-29 John Chapman <John.Chapman@cern.ch> * share/AllDet_detDescr.py - patch for CMake-built AthSimulationBase releases. ATLASSIM-3068 * tagging ISF_Config-00-04-00-02 2016-11-29 John Chapman <John.Chapman@cern.ch> * Merging in changes from ISF_Config-00-03-01-branch. * python/ISF_MainConfig.py - Remove obsolete property 'ValidationOutput' from ISF SimKernel configuration. Required for tags ISF_Algorithms-00-03-07+. ATLASSIM-2993 * tagging ISF_Config-00-04-00-01 2016-06-20 John Chapman <John.Chapman@cern.ch> * share/ISF_ConfigJobInclude.py: updates to fix specialConfiguration metadata reading. ATLASSIM-2889 * Requires ISF_Example-00-03-00 or later. * tagging ISF_Config-00-04-00 Former-commit-id: eb617c6ed28efa62c5f4ea1fc5989c97ce681dfa
-
John Derek Chapman authored
src/DetectorGeometryBase.cxx (SetRotationAndOffset): ensure that additional translations are added to any existing ones rather than overwriting them. ATLASSIM-3001. Tagging: G4AtlasTools-00-02-23-02 (G4AtlasTools-00-02-23-02) 2016-11-29 John Chapman <John.Chapman@cern.ch> * Tagging: G4AtlasTools-00-02-23-02 * Branch for Muon Envelope updates in 20.3.X-VAL. * Tagging: G4AtlasTools-00-02-23-01 2016-06-17 John Chapman <John.Chapman@cern.ch> add hook for HGTDSensorSD. ATLASSIM-2789. * Tagging: G4AtlasTools-00-02-23 2016-06-16 Zach Marshall <ZLMarshall@lbl.gov> * Adding more overrides to fix a bunch more clang warnings * Tagging: G4AtlasTools-00-02-22 2016-06-08 Zach Marshall <ZLMarshall@lbl.gov> * TightMuonSteppingFieldManager: Had min and max upside down * Tagging: G4AtlasTools-00-02-21 2016-06-04 Zach Marshall <ZLMarshall@lbl.gov> ... (Long ChangeLog diff - truncated) Former-commit-id: e0ec46a659d2b44db02c440e2a878eb49b1a7787
-
John Derek Chapman authored
share/jobOptions.G4Atlas_ReadEvgen.py, python/callbacks.py - update stepper configuration callbacks. * python/atlas_flags.py - Move PhysicsOptions JoProperty to SimFlags.py * python/SimFlags.py - add PhysicsOptions JobProperty from python/atlas_flags.py. Add specialConfiguration JobProperty to hold specialConfiguration metadata. ATLASSIM-2889, ATLASSIM-2612 Add G4Commands JobProperty (not used yet). * add python/G4Atlas_Metadata.py - collecting together all of the input file peeking related configuration. This allows the configuration to be adapted to fix ATLASSIM-2889. * python/PyG4Atlas.py, python/SimAtlasKernel.py, python/SimCtbKernel.py - move all input file peeking related configuration to python/G4Atlas_Metadata.py. Check for specialConfiguration metadata during the _do_jobproperties methods. ATLASSIM-2889 * Tagging: G4AtlasApps-00-12-07 (G4AtlasApps-00-12-07) * share/jobOptions.G4Atlas.py, share/jobOptions.G4Atlas_ReadEvgen.py, python/callbacks.py - update stepper configuration callbacks. * python/atlas_flags.py - Move PhysicsOptions JoProperty to SimFlags.py * python/SimFlags.py - add PhysicsOptions JobProperty from python/atlas_flags.py. Add specialConfiguration JobProperty to hold specialConfiguration metadata. ATLASSIM-2889, ATLASSIM-2612 Add G4Commands JobProperty (not used yet). * add python/G4Atlas_Metadata.py - collecting together all of the input file peeking related configuration. This allows the configuration to be adapted to fix ATLASSIM-2889. * python/PyG4Atlas.py, python/SimAtlasKernel.py, python/SimCtbKernel.py - move all input file peeking related configuration to python/G4Atlas_Metadata.py. Check for specialConfiguration metadata during the _do_jobproperties methods. ATLASSIM-2889 * Tagging: G4AtlasApps-00-12-06 * Tagging: G4AtlasApps-00-12-07 ... (Long ChangeLog diff - truncated) Former-commit-id: 1e4bb1d2b5336cf5a10151e76361e032fee9b9a6
-
Goetz Gaycken authored
Reenable pixel error scaling for cluster on track (obo Hideyuki Oide). (SiClusterOnTrackTool-03-01-07-04) * Reenable pixel error scaling for cluster on track. 2016-11-09 Shaun Roe * Fix coverity issue: 111139 15/06/2016 (Medium) Unchecked dynamic_cast :/InnerDetector/InDetRecTools/SiClusterOnTrackTool/src/PixelClusterOnTrackTool.cxx in function "getErrorsTIDE_Ambi" * tag as SiClusterOnTrackTool-03-01-07-03 2016-10-14 scott snyder <snyder@bnl.gov> * Tagging SiClusterOnTrackTool-03-01-07-02. * src/PixelClusterOnTrackTool.cxx: Fix compilation with clang. 2016-10-03 Shaun Roe * Coverity and endreq fixes 108838 26/04/2016 (Medium) Uninitialized pointer field :/InnerDetector/InDetRecTools/SiClusterOnTrackTool/src/PixelClusterOnTrackTool.cxx in function "PixelClusterOnTrackTool" 111139 15/06/2016 (Medium) Unchecked dynamic_cast :/InnerDetector/InDetRecTools/SiClusterOnTrackTool/src/PixelClusterOnTrackTool.cxx in function "getErrorsTIDE_Ambi" * tag as SiClusterOnTrackTool-03-01-07-01 Former-commit-id: 199a3244
-
Stewart Martin-Haugh authored
* Protect calculations for verbose printouts (ATR-14477) * Tagging as TrigT1Muctpi-00-06-38 Former-commit-id: fa7346133e77fdffc8b36985967fe1304a3e3888
-
Emmanuel Le Guirriec authored
* Fix memory leak in SoftMuonTag * Tagging as JetTagTools-01-01-15 2016-11-25 scott snyder <snyder@bnl.gov> * Tagging JetTagTools-01-01-14. * endreq -> endmsg. 2016-11-23 scott snyder <snyder@bnl.gov> * Tagging JetTagTools-01-01-13. * Fix gcc6 misleading indentation warnings. * Tagging JetTagTools-01-01-12. * cmt/requirements: Updated to match CMakeLists.txt. * Tagging JetTagTools-01-01-11. * src/RNNIPTag.cxx: Fix compilation with clang and gcc6. * Tagging JetTagTools-01-01-10. * clang warnings: unused members. * Tagging JetTagTools-01-01-09. * JetTagTools/RNNIPTag.h, src/RNNIPTag.cxx: Const fix (for tool ... (Long ChangeLog diff - truncated) Former-commit-id: 13a8c322
-
Michael James Fenton authored
* IMuonEFTrackIsolationTool: Functions for EF/ID or L2/FTK based isolation * TrigMuonToolInterfaces-00-00-21 Former-commit-id: 67d769b8b7f116868fcc94783abf71e3354c529d
-
Alexander Mann authored
* updating PhysValMET_jobOptions.py with new version from Philipp Mogg Former-commit-id: a419bb6f
-
Frank Winklmeier authored
* TrigServices-20-10-13 * endreq->endmsg migration and some code modernization/cleanup Former-commit-id: 3c612f63a402043680f113ff8242082a0db7a83a
-
Sasha Mazurov authored
monitoring is not functional and was disabled. * Related issue ATR-15526 (TrigT1Monitoring-00-05-27) * We need to separate Run1 and Run2 monitoring. Currently RUN monitoring is not functional and was disabled. * Related issue ATR-15526 * Tag as TrigT1Monitoring-00-05-27 Former-commit-id: a3951738a222f3ddf9f09e93658e884fc926360d
-
Heather Russell authored
* adding Emerging Jets fitler * adding trigger to HNL filter * updates for Kinked track filters for disappearing tracks * tag for release 21 as LongLivedParticleDPDMaker-01-01-00 Former-commit-id: 134a7f94dd26f7a26b2f63c56e90c6717eb34b33
-
Sasha Mazurov authored
* Remove JEPSimBSMon.{cxx,h}.old. Fix ATR-15557 * Tag as TrigT1CaloMonitoring-00-14-88 2016-11-25 Alexander Mazurov <alexander.mazurov@cern.ch> * share/TrigT1CaloMonitoring_forRecExCommission_Run1.py: Disable L1JetEfficienciesMonTool for Run1. Fix ATR-15526 * Tag as TrigT1CaloMonitoring-00-14-87 2016-11-13 scott snyder <snyder@bnl.gov> * Tagging TrigT1CaloMonitoring-00-14-86. * DataModel -> AthContainers. * Tagging TrigT1CaloMonitoring-00-14-85. * endreq -> endmsg. * Tagging TrigT1CaloMonitoring-00-14-84. * CMakeLists.txt: Fix linking: TrigT1CaloCalibToolInterfaces does not have a library, so do not try to link against it. 2016-11-04 Sebastian Weber <sebastian.weber@kip.uni-heidelberg.de> * src/PPMSimBSMon.cxx: Switch off SatBCID simulation (necessary since Sat80 has been activated) ... (Long ChangeLog diff - truncated) Former-commit-id: 09ab370d05587bf06384560bc0560b6ace84d704
-
Philipp Mogg authored
MissingEtDQA-00-01-06 Fixing usage of METMaker Former-commit-id: a32d81fd
-
Frank Winklmeier authored
* src/TrigALFAROBMonitor.cxx: Fix for gcc62 build * TrigOnlineMonitor-20-00-43 2016-21-11 Stewart Martin-Haugh <smh@cern.ch> * ALFA monitoring: move dat file into src, make headers private * needed for git migration * TrigOnlineMonitor-20-00-42 Former-commit-id: 6217bb70
-
Teng Jian Khoo authored
* Downgrade no PV warning to DEBUG * Tagging as METReconstruction-00-03-24 2016-11-24 Teng Jian Khoo <khoo@cern.ch> * Correct some messages * Use P4Helpers::isInDeltaR * Tagging as METReconstruction-00-03-23 2016-11-01 Teng Jian Khoo <khoo@cern.ch> * Hiding some dependencies with forward declarations of interfaces * Tagging as METReconstruction-00-03-22 Former-commit-id: b1952bfce5c5cf62e66dbe1b1237b71dc1cfcd80
-
Frank Winklmeier authored
* modules/Findtdaq.cmake: Adjust to new location of OKS database (ATR-13357) * Tagging as AtlasCMake-00-01-70-08 Former-commit-id: 0a46156f4c8b9f4593a735af4fdfe3d79ab0d091
-
Ruggero Turra authored
* Fix coverity 112027, 112029 * Tagging egammaMVACalib-01-02-12 Former-commit-id: b24ac0dcf81f069bfed5643f281d4a508d8c3190
-
Walter Lampl authored
* cleanup to avoid compiler warning * tag FastCaloSim-00-01-64 2016-11-25 Walter Lampl <walter.lampl@ cern.ch> * add missing include * tag FastCaloSim-00-01-63 2016-08-31 Zdenek Hubacek <zdenek.hubacek@cern.ch> * patch from Sharka to fix ATLASSIM-2946 when * exit and entry to the next layer may coincide * tagging as FastCaloSim-00-01-62 Former-commit-id: 6c4b1d80fd5329e00d4f439b95f7d6e9faeb6e82
-
John Baines authored
* src/FTK_RDO_ReaderAlgo.cxx: Fix compiler warnings in previous tag * tag as TrigFTK_RawDataAlgs-01-00-43 2016-11-21 Tyler Burch <tburch@niu.edu> * src/FTK_RDO_ReaderAlgo.cxx: Added delete for histograms vector * tag as TrigFTK_RawDataAlgs-01-00-42 2016-11-13 Tyler Burch <tburch@niu.edu> * src/FTK_RDO_ReaderAlgo.cxx: Added routine to get variables of detector hits * TrigFTK_RawDataAlgs/FTK_RDO_ReaderAlgo.h: Added corresponding declarations * CMakeLists.txt: added new dependencies used in clustering variables * tag as TrigFTK_RawDataAlgs-01-00-41 Former-commit-id: 8633cab31ffb4d37a48fde98e81a3c72a5e711c9
-
Daniele Zanzi authored
* implementation of TriggerFlags.run2Config (ATR-15575) * TrigTauHypo-00-06-97 Former-commit-id: 080285c027faf619386064ca0b1098ce886b780d
-
Teng Jian Khoo authored
* Test that JVT was set before attempting to access * This really needs to be replaced by common JVT selection decorations. * Merge from -00-02-37 * Fix more stuff * Set up cmt and CMake compilation of examples with POOLRootAccess * Tagging as METUtilities-00-03-14 2016-11-24 TJ Khoo <khoo@cern.ch> * Remove verbose messages * Minor optimisation to fillMET * Don't double-decorate soft jet links * Allow customising jet selection (again) * Tagging as METUtilities-00-03-13 2016-11-09 TJ Khoo <khoo@cern.ch> * Update METMakerConfig to use more future-proof selector configurations 2016-10-28 TJ Khoo <khoo@cern.ch> * Bugfix unit tests * Bugfix Truth MET retrieval in METSystematicsTool ... (Long ChangeLog diff - truncated) Former-commit-id: 82183f49e12da8d7006de74e2f3736aa78a1b23f
-
John Baines authored
* src/FTK_PixelClusterOnTrackTool.cxx: Disable NN correction for FTK clusters * Tag FTK_RecTools-00-00-17 2016-11-23 John Baines <john.baines@stfc.ac.uk> * src/FTK_SCTClusterOnTrackTool.cxx: protect against missing trackPar.associatedSurface().bounds() * Tag FTK_RecTools-00-00-16 * Tag FTK_RecTools-00-00-14 Former-commit-id: 4d3f041ce8e928b3c776056563244dc38f417654
-
John Baines authored
* python/TrigFTK_DataProviderSvc_Config.py: get Fitter and RotCreator from TrigInDetConf * tag as TrigFTK_RecExample-00-00-11 2016-11-21 John Baines <john.baines@stfc.ac.uk> * python/TrigFTK_DataProviderSvc_Config.py: Add FTK ROTCreatorTool * tag as TrigFTK_RecExample-00-00-09 Former-commit-id: ea1ecb6a57e1a0ac6f681a1fa896f3ca9e86ab06
-
John Baines authored
* python/TrigInDetRecToolsFTK.py (InDetTrigRotCreatorFTK): add InDetTrigTrackFitterFTK, InDetTrigRotCreatorFTK, InDetTrigBroadPixelClusterOnTrackToolFTK, InDetTrigBroadSCT_ClusterOnTrackToolFTK, * tagged as TrigInDetConf-00-01-05 Former-commit-id: 46b760a6ddee3152a9b3b1f165febbcaaaf9d16f
-
Savanna Shaw authored
* Fixes for calo tag selection * TrigMuonHypo-00-02-47 Former-commit-id: 32d85f8b491dcbe1cc9aeffb4ada5ff685cae3eb
-
John Baines authored
* FTK_DataProviderSvc/FTK_DataProviderSvc.h: Add properties: setBroadPixelClusterOnTrackErrors, setBroadSCT_ClusterOnTrackErrors * Tag as FTK_DataProviderSvc-00-00-53 2016-11-23 John Baines <john.baines@stfc.ac.uk> * src/FTK_DataProviderSvc.cxx: protect against FTK_ROTCreatorTool returning nullptr * Tag as FTK_DataProviderSvc-00-00-52 2016-11-21 John Baines <john.baines@stfc.ac.uk> * src/FTK_DataProviderSvc.cxx: add FTK_ROTCreatorTool * Tag as FTK_DataProviderSvc-00-00-51 Former-commit-id: 1f020b1d87fc27eb2f53bf0d8d7a1ae40ac3dab3
-
Savanna Shaw authored
* Calo tag fixes for track selection/roi size * TrigMuSuperEF-00-03-75 Former-commit-id: 50548d91d7558d9d44e99ec0cb60d048392f71ce
-
Werner Spolidoro Freund authored
Former-commit-id: d253593a21c31e7fd89645f719ed8c2f289eff8b
-
Frank Winklmeier authored
* Delete obsolete files HLTBphysMonTool_nocompile_.* for git migration * TrigBphysMonitoring-00-00-69 Former-commit-id: d4a384461bca2c1793176330f869d074c8ae9a13
-
Edward Moyse authored
* Enabling CaloRinger by default * tag RecExConfig-00-03-75 2016-11-18 Edward.Moyse@cern.ch * RecFlags.py: Adding CaloRinger * tag RecExConfig-00-03-73 2016-11-05 James Frost <james.frost@ cern.ch> * python/AutoConfiguration.py - Fix beam energy settigns for hipXTeV project tags * tag RecExConfig-00-03-72 2016-11-03 James Frost <james.frost@ cern.ch> * python/AutoConfiguration.py - Add data16_hip, data16_hip5TeV, data16_hip8TeV to known Pb-p project tag. * tag RecExConfig-00-03-71 Former-commit-id: 2523c48feda4e0eda940c40bf6915eab01209082
-
Tomasz Bold authored
* typo fixed in 2.5% cut * TrigHIHypo-00-00-91 2016-11-18 Tomasz Bold * inserted new Vn cuts calibration for 8 TeV * TrigHIHypo-00-00-90 2016-11-17 Tomasz Bold * inserted new Vn cuts calibration * TrigHIHypo-00-00-89 Former-commit-id: 5984484a5fd9a3702298e2bc3d19d4ca56d8bf3a
-
Edward Moyse authored
* Adding CaloRinger objects to AOD and ESD * Tagging as RecExPers-00-03-22-06 2016-10-05 Mark Hodgkinson * share/RecoOutputESDList_jobOptions.py, share/RecoOutputAODList_jobOptions.py: Bug fix to change :: to : * tagged as RecExPers-00-03-22-05 2016-10-05 Mark Hodgkinson * share/RecoOutputESDList_jobOptions.py, share/RecoOutputAODList_jobOptions.py: Change rec.doHeavyIon(): to rec.doHeavyIon() or rec.doHIP(): * tagged as RecExPers-00-03-22-04 2016-10-05 Mark Hodgkinson * share/RecoOutputESDList_jobOptions.py: Updated ZDC item list as instructed by Peter Steinberger * tagged as RecExPers-00-03-22-03 2016-10-05 Mark Hodgkinson * Merged RecExPers-00-03-22-02 onto RecExpers-00-03-022-branch Former-commit-id: 665550db2b7079bb5e0ebe3442ef485ec7f4db0e
-