Skip to content
Snippets Groups Projects
  1. Feb 03, 2017
  2. Feb 01, 2017
    • Graeme Stewart's avatar
      External/AtlasEigen deleted from 21.0 · 389b56e8
      Graeme Stewart authored
      389b56e8
    • Simone Michele Mazza's avatar
      fixed minor memory leak (IsolationCorrections-00-01-27) · b6219732
      Simone Michele Mazza authored
      	* Fixed minor memory leak (JIRA ATLASG-973)
      	* Tagging IsolationCorrections-00-01-27
      
      2017-01-24 ludovica aperio bella <ludovica@cern.ch>
      	* Adding data in calibpath
      	* Tagging IsolationCorrections-00-01-26
      
      2017-01-11  scott snyder  <snyder@bnl.gov>
      
      	* Tagging IsolationCorrections-00-01-25.
      	* Fix for standalone build.
      
      2016-12-27  scott snyder  <snyder@bnl.gov>
      
      	* Tagging IsolationCorrections-00-01-24.
      	* Tool handle constness fixes.
      	* Tagging IsolationCorrections-00-01-23.
      	* IsolationCorrections/IsolationCorrectionTool.h: Fix compilation
      	warnings: missing override keywords.
      
      ...
      (Long ChangeLog diff - truncated)
      b6219732
    • Steven Schramm's avatar
      Fixed memory leak in trimmed jet triggers (TrigHLTJetRec-00-00-56) · 0630ec00
      Steven Schramm authored
      2017-01-26 Steven Schramm
      	* TrigHLTJetRec-00-00-56
         	* src/TrigHLTJetRecGroomer.cxx: fixed memory leak
      
      2016-12-10 Steven Schramm
      	* Adding base wrapper for SoftKiller
      	* No actual SK functionality, but shell to add SK in place
      	* python/TrigHLTJetRecConfig.py: Added SoftKiller configuration class
      	* TrigHLTJetRec/TrigHLTSoftKiller.h: Added SoftKiller base class
      	* src/TrigHLTSoftKiller.cxx: Added SoftKiller base class implementation
      	* src/components/TrigHLTJetRec_entries.cxx: Added SoftKiller to algs
      0630ec00
    • Guillaume Unal's avatar
      change Warning message to Info in LArCellHVCorr (LArCellRec-02-13-15) · 4177ba01
      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
      
      23-01-2017 Pavol Strizenec Mpavol @ mail.cern.ch>
      	* merged with branch LArCellRec-02-12-94-branch used during 2016 datataking
      	* tag LArCellRec-02-13-14
      	* following changes were there:
      	------------------------------------------------------------
      	2016-10-11 Emma Kuwertz <emma.sian.kuwertz@cern.ch>
      		* Tagging LArCellRec-02-12-94-16
      
      	2016-10-07 Emma Kuwertz <emma.sian.kuwertz@cern.ch>
      		* Adding MNB FEB list to be configurable in job options
      
      	5-08-2016 Pavol Strizenec <pavol @ mail.cern.ch>
      		* fixing typo for IW front wheel FEB exclusion
      		* tag LArCellRec-02-12-94-15
      
      	3-08-2016 Pavol Strizenec <pavol @ mail.cern.ch>
      ...
      (Long ChangeLog diff - truncated)
      4177ba01
    • John Derek Chapman's avatar
      python/LArG4FastSimulationConfig.py (getFCALFastShower, getFCAL2FastShower):... · 05f32644
      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)
      05f32644
    • Ksenia Gasnikova's avatar
      src/FCALDistEtaEnergyShowerLib.cxx fixing inconsistency for particle energy... · bcb4e066
      Ksenia Gasnikova authored
      src/FCALDistEtaEnergyShowerLib.cxx fixing inconsistency for particle energy definition (LArG4ShowerLib-01-00-11)
      
      	* Tagging LArG4ShowerLib-01-00-10.
      	* Comply with ATLAS naming conventions.  Pass large objects by
      	const reference, not by value.
      bcb4e066
    • Guillaume Unal's avatar
      Fix for incorrect interpration of HV mapping for endcap presampler (LArHV-00-00-36) · 459ea028
      Guillaume Unal authored
      	* src/EMECPresamplerHVManager.cpp   Fix for incorrect interpration of HV mapping for endcap presampler:
                 There are 32 modules in phi (0-31)
                 each module has 2 cell in phi, in the mapping database this is referred by "gapIndex"
                 0 is on the low phi side (in the ATLAS frame)
                 1 in on the  high phi side
                 so in total 64 sectors in phi given by 2*phiIndex+gapIndex
                  the two gap of these sectors are powered by the same line and have the same HV
             (while in the previous code, there were 32 sectors for HV in phi, with the two gaps powered by the two different HV lines)
               * tag LArHV-00-00-36
      459ea028
    • William Axel Leight's avatar
      MuonCreatorTool: MuTag parameters are now filled correctly (MuonCombinedBaseTools-01-06-28-05) · 65b2cbb0
      William Axel Leight authored
      	* MuTag parameters are now correctly filled
      	* Tagging as MuonCombinedBaseTools-01-06-28-05
      
      2017-01-25 Will Leight
      	* Removing WARNING, see ATLASRECTS-3868
      	* Tagging as MuonCombinedBaseTools-01-06-28-04
      
      2017-01-19 Will Leight
      	* Adding additional protections to addMSIDScatteringAngles
      	* Tagging as MuonCombinedBaseTools-01-06-28-03
      
      2017-01-19 Will Leight
      	* Fixed bug in addMSIDScatteringAngles, removed leftover cout
      	* Tagging as MuonCombinedBaseTools-01-06-28-02
      
      2017-01-18 Will Leight
      	* Added scattering angles from MS-ID scatterers as auxdata
      	* Tagging as MuonCombinedBaseTools-01-06-28-01
      
      2017-01-16 Will Leight
      ...
      (Long ChangeLog diff - truncated)
      65b2cbb0
    • Hass Abouzeid's avatar
      updates to DRAW outputs and reprocessing test (Tier0ChainTests-00-03-32) · 37e39f48
      Hass Abouzeid authored
      	* Updated reprocessing test
      	* Added DRAW_TOPSLMU output
      
      2017-01-06 Hass AbouZeid <hass.abouzeid@cern.ch>
      	* Changed new tests to long queue
      	* Changed reprocessing test AMI tag f735 -> r8966
      	* Tagging Tier0ChainTests-00-03-31
      
      2017-01-04 Hass AbouZeid <hass.abouzeid@cern.ch>
      	* Added reprocessing test and new derived output test (will replace old one eventually)
      	* Tagging Tier0ChainTests-00-03-30
      
      2016-11-28 Hass AbouZeid <hass.abouzeid@cern.ch>
      	* Added DAOD outputs to tct_recotrf.py script and ability to drop them
      	* Modified test xml to drop newly created DAODs, as to not change other tests unintentionaly
      	* Changed default derived outputs (updated to current f-tag config)
      	* Added ability to do MP in tct_recotrf.py script
      37e39f48
    • Hass Abouzeid's avatar
      fixing compilation issues in rel21 (PrimaryDPDMaker-01-00-18) · e5bec2ad
      Hass Abouzeid authored
      	* Fix for rel21 compilation
      	* Tagging as PrimaryDPDMaker-01-00-18
      
      2016-12-17 Christian Ohm <christian.ohm@cern.ch>
      	* Update of DRAW_TOPSLMU, validated and final for Tier-0 test
      	* Tagging as PrimaryDPDMaker-01-00-17
      
      2016-12-10 Christian Ohm <christian.ohm@cern.ch>
      	* Update of DRAW_TOPSLMU (not validated yet)
      
      2016-12-10 Christian Ohm <christian.ohm@cern.ch>
      	* Fix configurability of DRAW_BCID[1,2]
      	* Tagging as PrimaryDPDMaker-01-00-16
      
      2016-12-09 Christian Ohm <christian.ohm@cern.ch>
      	* Tagging as PrimaryDPDMaker-01-00-15
      
      2016-12-06 Christian Ohm <christian.ohm@cern.ch>
      	* Fix to make the AcceptBCIDs (RejectBCIDs) lists for DRAW_BCID1 (DRAW_BCID2)
      	  configurable via preExec
      ...
      (Long ChangeLog diff - truncated)
      e5bec2ad
    • Geoffrey Gilles's avatar
      Change default vertexClusteringProbabilityCut (InDetSecVxFinderTool-01-01-25) · cc7cdbcd
      Geoffrey Gilles authored
      	* Change default vertexClusteringProbabilityCut
      	* Tagging as: InDetSecVxFinderTool-01-01-25
      
      2017-01-24 Geoffrey Gilles <geoffrey.gilles@cern.ch>
      	* Set Marco's optimized dependent mass cut values
      	* Tagging as: InDetSecVxFinderTool-01-01-24
      
      2017-01-20 Geoffrey Gilles <geoffrey.gilles@cern.ch>
      	* fixing missing properties related to dependent mass cut
      	* Tagging as: InDetSecVxFinderTool-01-01-23
      
      2017-01-18 Giacinto Piacquadio <giacinto.piacquadio@stonybrook.edu>
      	* going back to old cuts for additional track for JetFitter selection
      	(requested by Valerio)
      	* Tagging as: InDetSecVxFinderTool-01-01-22
      
      2016-11-23 Giacinto piacquadio <giacinto.piacquadio@stonybrook.edu>
      	* re-adding changes for mass dependent cuts (+ Marco Battaglia's changes)
      	* Tagging as: InDetSecVxFinderTool-01-01-21
      
      ...
      (Long ChangeLog diff - truncated)
      cc7cdbcd
    • Christopher John Mcnicol's avatar
      'Updated caching of algorithm names' (TrigCostMonitor-01-20-19) · 4de7b856
      Christopher John Mcnicol authored
      	* Add caching for Algorithm names
      	* Tag TrigCostMonitor-01-20-19
      4de7b856
    • Alejandro Alonso Diaz's avatar
      Restore RefitPrds? flag in TrkAmbiguityProcessor? to True (InDetRecExample-03-01-05-05) · bcf7817f
      Alejandro Alonso Diaz authored
      2016-01-25 Alex Alonso
      	* Fix for TrkAmbiguityProcessor after latest changes.
      	* Tagging as: InDetRecExample-03-01-05-05
      
      2016-01-23 Alex Alonso
      	* Add new config flags to use different various track fitter until one creates valid
      	covariance matrices. See ATLASRECTS-3555
              * Migrate the Rel 20.7 changes for low Pt to rel 21. Requires
      	TrkAmbiguityProcessor-01-00-14-02
      	* Tagging as: InDetRecExample-03-01-05-04
      
      2016-01-10 Goetz Gaycken
      	* Reverted removal of cut level 13, but now cut level 13
      	  will only activate calo seed TRT segment finding if the
      	  calorimeter is available.
      2016-12-16 Alex Alonso
      	* OBO Alex Kastanas. Fix the configuration for Global Monitoring
      	accordligy to new tag: InDetGlobalMonitoring-00-10-01
      	* Tagging as InDetRecExample-03-01-04
      	* Tagging as InDetRecExample-03-01-03
      ...
      (Long ChangeLog diff - truncated)
      bcf7817f
    • Xiaohu Sun's avatar
      double timelimit in atn (RecJobTransformTests-00-03-07) · c770a876
      Xiaohu Sun authored
          * double the timelimit of RECOSHIFT_Reco_MC15_13TeV_nopileup
      	* Tagging as RecJobTransformTests-00-03-07
      
      2017-01-15 Xiaohu.Sun@cern.ch
          * retire tests data12_8TeV_noXXX
      	* q122 remove incorrect DB conditionsTag
      	* add new test DigiMReco_tf_FCT_MC15c
      	* update geometry and condition for mc12XXX
      	* Tagging as RecJobTransformTests-00-03-06
      c770a876
    • Mark Hodgkinson's avatar
      2017-01-24 Jochen Meyer · 4c037f52
      Mark Hodgkinson authored
              * RecoUsefulFlags.py: adjust for move of muonCalibFlags to MuonCnvExample in 2013
              * Tagging RecExCommon-00-14-73 (RecExCommon-00-14-73)
      
      	* RecoUsefulFlags.py: adjust for move of muonCalibFlags to MuonCnvExample in 2013
      	* Tagging RecExCommon-00-14-73
      
      2017-01-23 Mark Hodgkinson
      	* share/RecExCommon_topOptions.py; Add thinning of CaloCluster for AOD reduction task force
      	* Tagging RecExCommon-00-14-72
      
      2017-01-23 Mark Hodgkinson
      	* share/RecExCommon_topOptions.py: Remove deprecated include of DetectorStatus/DetStatusSvc_CondDB.py
      	* ATLASRECTS-3849
      	* Tagging RecExCommon-00-14-71
      
      	* share/RecExCommon_topOptions.py: Apply patch file from James Catmore to implement AOD reduction task force updates
      	* Tagging RecExCommon-00-14-70
      
      2017-01-07  Vakho Tsulaia  <tsulaia@cern.ch>
      	* Enabling CondSvc and CondInputLoader in RecExCommon_topOptions.py
      	* Tagging RecExCommon-00-14-69
      4c037f52
    • Savanna Shaw's avatar
      Fix bug in ms iso logic (TrigMuonHypo-00-02-49-01) · db217a32
      Savanna Shaw authored
      	* Fix bug in msonly iso logic
      	* TrigMuonHypo-00-02-49-01
      
      2017-01-24 Savanna Shaw
      	* Allow MS-only isolated muons
      	* TrigMuonHypo-00-02-49-00
      db217a32
    • Savanna Shaw's avatar
      Fix naming bug in msonly isolation (TrigMuonEF-00-04-85) · f105b14d
      Savanna Shaw authored
      	* Fix naming bug in msonly isolation
      	* TrigMuonEF-00-04-85
      
      2017-01-24 Savanna Shaw
      	* Include possibilty to apply isolation to MS-only muons
      	* TrigMuonEF-00-04-84
      f105b14d
    • Mark Sutton's avatar
      update offline electron selection (TrigInDetAnalysisExample-00-04-04) · 9a67ecfe
      Mark Sutton authored
              * TrigInDetAnalysisExample-00-04-04
              * update offline electron selection
      
      2017-01-24 sutt < sutt @ cern.ch >
              * TrigInDetAnalysisExample-00-04-03
              * extend offline electron selection
      
      2017-01-24 sutt < sutt @ cern.ch >
              * TrigInDetAnalysisExample-00-04-02
              * extend offline electron selection
      
      2017-01-18 sutt < sutt @ cern.ch >
              * TrigInDetAnalysisExample-00-04-01
              * add electron offline raw track capability
      
      2016-12-20 sutt < sutt @ cern.ch >
              * TrigInDetAnalysisExample-00-04-00
              * promote local printout and fix tag
      
      2016-12-20 sutt < sutt @ cern.ch >
      ...
      (Long ChangeLog diff - truncated)
      9a67ecfe
    • Jochen Meyer's avatar
      WARNING reduction (MuonCombinedTrackFindingTools-00-01-05-01) · 3a0e1eda
      Jochen Meyer authored
      	* no MuonRecoValidationTool in MuonStauRecoTool by default
      	  (WARNING reduction ATLASRECTS-3853)
      	* Tagging MuonCombinedTrackFindingTools-00-01-05-01
      3a0e1eda
    • Jochen Meyer's avatar
      WARNING reduction (MuonLayerSegmentMakerTools-00-00-07) · 586f428d
      Jochen Meyer authored
      	* no MuonRecoValidationTool in MuonLayerSegmentFinderTool by default
      	  (WARNING reduction ATLASRECTS-3853)
      	* tagging MuonLayerSegmentMakerTools-00-00-07
      
      07-12-2016 Edward Moyse
      	* Had to make IMuonRecoValidationTool mutable for const tool migration. Redesign needed.
      	* tagging MuonLayerSegmentMakerTools-00-00-06
      
      23-08-2016 Jochen Meyer
      	* fixing compiler warnings
      	* tagging MuonLayerSegmentMakerTools-00-00-05
      586f428d
    • Jochen Meyer's avatar
      WARNING reduction (MuonPrepRawDataProviderTools-00-00-11) · b0140241
      Jochen Meyer authored
      	* no MuonRecoValidationTool in MuonPRDSelectionTool by default
      	  (WARNING reduction ATLASRECTS-3853)
      	* MuonPrepRawDataProviderTools-00-00-11
      
      2016-12-07 Edward.Moyse@cern.ch
      	* Fixes for const tools
      	* Currently made reco tool mutable - rethink this.
      	* MuonPrepRawDataProviderTools-00-00-10
      b0140241
    • Alejandro Alonso Diaz's avatar
      Use different various track fitter until one creates valid (TrkAmbiguityProcessor-01-00-14-02) · 9314a4e8
      Alejandro Alonso Diaz authored
      2017-01-21 Alex Alonso
          * Migrate the Rel 20.7 changes for low Pt to rel 21:
          * Use different various track fitter until one creates valid
          *     covariance matrices (ATLASRECTS-3555).
               * Tagging TrkAmbiguityProcessor-01-00-14-02
      9314a4e8
    • Christos Anastopoulos's avatar
      ATLASRECTS-3867 (egammaTools-01-02-31) · 9b6f65ba
      Christos Anastopoulos authored
      	* ATLASRECTS-3867
      	* Tagging egammaTools-01-02-31
      
      2017-01-23 Christos Anastopoulos <Christos.Anastopoulos@cern.ch>
      
      	* ATLASRECTS-3860
      	* Avoid using the Lar tool for Tile cells
      	* Tagging egammaTools-01-02-30
      
      2017-01-23 David Di Valentino <david.di.valentino@cern.ch>
      	* Tagging egammaTools-01-02-29
      
      2017-01-16 David Di Valentino <david.di.valentino@cern.ch>
      	* Modify topocluster copying for crack to either/or on EMfrac, EM Et
      	* Improves seed finding for cases of highly fragmented clusters
      9b6f65ba
    • Noam Tal Hod's avatar
      'moving g22/e22 to g24/e24 due to L1 change (ATR-15720)' (TriggerMenu-00-21-12) · 1ed0ec86
      Noam Tal Hod authored
      2017-01-24 Noam Tal Hod
      	* moving g22/e22 to g24/e24 due to L1 change (ATR-15720)
      	* affects MC+Physics pp v7
      	* TriggerMenu-00-21-12
      
      2017-01-24 Emma Torro
      	* Adding 2mu+e exotrics trigger seeded by L1_EM8VH_MU15 (ATR-15724)
      	* affects MC pp v7
      	* requires TriggerMenuXML-04-02-84
      	* TriggerMenu-00-21-11
      
      2017-01-23 Nils Ruthmann
      	* Removing obsolete file (ATR-15714)
      	* TriggerMenu-00-21-10
      2017-01-23 Nils Ruthmann
      	* Applying jet menu developements (ATR-15714)
      	* TriggerMenu-00-21-09
      
      2017-01-19 Emma Torro
      	* adding further multi-muon chains (ATR-15704)
      ...
      (Long ChangeLog diff - truncated)
      1ed0ec86
    • Emma Torro Pastor's avatar
      adding L1_EM8VH_MU15 (ATR-15724) (TriggerMenuXML-04-02-84) · 82839fb9
      Emma Torro Pastor authored
      	* adding L1_EM8VH_MU15 (ATR-15724)
      	* affects MC pp v7
      	* associated with TriggerMenu-00-21-11
      	* TriggerMenuXML-04-02-84
      
      2017-01-17 Emma Torro
      	* adding L1_4MU4 to LVL1 MC pp v7 (ATR-15704)
      	* affects only MC v7
      	* associated with TriggerMenu-00-21-06
      	* TriggerMenuXML-04-02-83
      
      2017-01-16 Daniele Zanzi
      	* fix of FTK L1 menu for taus (ATR-15620,ATR-15648)
      	* affects only v7
      	* associated with TriggerMenu-00-21-05
      	* TriggerMenuXML-04-02-82
      
      2017-01-12 Elisabetta Pianori
      	* Add FKT L1 items (ATR-15620)
      	* affects only v7
      ...
      (Long ChangeLog diff - truncated)
      82839fb9
    • Ambrosius Thomas Vermeulen's avatar
Loading