Skip to content
Snippets Groups Projects
  1. May 09, 2016
    • Elmar Ritsch's avatar
      Merge changes from MCTruth-00-02-00->MCTruth-00-02-00-03 into trunk.... · 8ac3a284
      Elmar Ritsch authored
      Merge changes from MCTruth-00-02-00->MCTruth-00-02-00-03 into trunk. ATLASSIM-2701 : Add pointer to primary (generator) MC truth particle to VTrackInformation. Critical for fix of incorret calibration hits assignment. ATLASSIM-2456 + Introduce more appropriate naming for pointer to base ISFParticle in various TrackInformation classes. (MCTruth-00-04-00)
      
      	* Merge changes from MCTruth-00-02-00->MCTruth-00-02-00-03 into trunk.
      	ATLASSIM-2701 :
      		* Add pointer to primary (generator) MC truth particle to
      		VTrackInformation. Critical for fix of incorret calibration hits
      		assignment. ATLASSIM-2456
      		* Introduce more appropriate naming for pointer to base ISFParticle
      		in various TrackInformation classes.
      	* tagging MCTruth-00-04-00
      
      2015-09-15  John Chapman  <John.Chapman@cern.ch>
      	* Removed MCTruth/CosmicTRSD.h, src/CosmicTRSD.cxx,
      	MCTruth/TrackRecorderSD.h, src/TrackRecorderSD.cxx - Merged into
      	TrackWriteFastSim/TrackWriteFastSD. ATLASSIM-2144. Requires
      	TrackWriteFastSim-00-03-00 or later.
      	* Removed MCTruth/TruthStrategy.h, src/TruthStrategy.cxx,
      	MCTruth/TruthStrategyManager.h, src/TruthStrategyManager.cxx,
      	MCTruth/MCTruthSteppingAction.h, src/MCTruthSteppingAction.cxx,
      	MCTruth/AtlasTrajectory.h, src/AtlasTrajectory.cxx,
      	src/components, python - moved to MCTruthBase. Requires
      	MCTruthBase-00-01-01 onwards. ATLASSIM-2144
      ...
      (Long ChangeLog diff - truncated)
      8ac3a284
    • Elmar Ritsch's avatar
      Merge changes from ISF_Geant4Tools-00-02-37-18->ISF_Geant4Tools-00-02-37-23... · 2d2f7c51
      Elmar Ritsch authored
      Merge changes from ISF_Geant4Tools-00-02-37-18->ISF_Geant4Tools-00-02-37-23 into ISF_Geant4Tools-00-05-03-branch.  ATLASSIM-2701 :  Store non-regenerated particle barcode in SD hits produced from regenerated particles in ATLFASTII/PassBackG4 setup (=legacy behaviour). Makes use of the rewritten ISF TruthBinding implementation. ATLASSIM-2483 + Store primary particle barcodes in SD hits produced from regenerated particles (AtlasG4 behaviour). ATLASSIM-2483 + Fix ERROR caused by TruthIncidents outside detector volume occurring in LLP simulation. TrackProcessorUserActionFullG4 now uses ISF_GeoIDSvc to resolve detector region (=geoID) in case where G4Step is done in gap between G4 daughter volumes. (ATLASSIM-2385) + Associate every G4Track with the corresponding primary (generator)  particle in the MC truth and with the most recent ISFParticle instance. Is critical fix for incorrectly assigned calibration hits (ATLASSIM-2456) + fixing incorrect linking between ISFParticles and TruthBinding where particles interacted in the same G4Step where they get returned to the ISF (ATLASSIM-2292) (ISF_Geant4Tools-00-05-03-01)
      
      2016-03-31  Elmar Ritsch  <Elmar.Ritsch@cern.ch>
      
      	* Merge changes from ISF_Geant4Tools-00-02-37-18->ISF_Geant4Tools-00-02-37-23 into
      	ISF_Geant4Tools-00-05-03-branch.  ATLASSIM-2701 :
      		** Store non-regenerated particle barcode in SD hits produced from regenerated
      		particles in ATLFASTII/PassBackG4 setup (=legacy behaviour). Makes use of
      		the rewritten ISF TruthBinding implementation. ATLASSIM-2483
      		** Store primary particle barcodes in SD hits produced from regenerated
      		particles (AtlasG4 behaviour). ATLASSIM-2483
      		** Fix ERROR caused by TruthIncidents outside detector volume occurring in
      		LLP simulation. TrackProcessorUserActionFullG4 now uses ISF_GeoIDSvc to
      		resolve detector region (=geoID) in case where G4Step is done in gap between
      		G4 daughter volumes. (ATLASSIM-2385)
      		** Associate every G4Track with the corresponding primary (generator)
      		particle in the MC truth and with the most recent ISFParticle instance.
      		Is critical fix for incorrectly assigned calibration hits (ATLASSIM-2456)
      		** src/TrackProcessorUserActionPassBack.h/cxx: fixing incorrect linking
      		between ISFParticles and TruthBinding where particles interacted in the
      		same G4Step where they get returned to the ISF (ATLASSIM-2292)
      	* Tagging: ISF_Geant4Tools-00-05-03-01
      ...
      (Long ChangeLog diff - truncated)
      2d2f7c51
    • Elmar Ritsch's avatar
      Merge changes from G4AtlasAlg-00-04-02-01->G4AtlasAlg-00-04-02-04 into... · 335e321d
      Elmar Ritsch authored
      Merge changes from G4AtlasAlg-00-04-02-01->G4AtlasAlg-00-04-02-04 into G4AtlasAlg-00-04-13-branch. ATLASSIM-2701 : In case of ISF simulation, do not attach any TrackInformation nor TrackBarcodeInfo to new G4Tracks.  Relevant for reproducing legacy SD barcode behaviour as in AtlasG4. ATLASSIM-2483 + Remove ISF-specific handling of TrackInformation. ATLASSIM-2456 (G4AtlasAlg-00-04-13-05)
      
      	* Tagging: G4AtlasAlg-00-04-13-05
      	* Merge changes from G4AtlasAlg-00-04-02-01->G4AtlasAlg-00-04-02-04 into
      	G4AtlasAlg-00-04-13-branch. ATLASSIM-2701 :
      		** src/AthenaStackingAction.cxx: In case of ISF simulation, do not attach
      		any TrackInformation nor TrackBarcodeInfo to new G4Tracks.  Relevant for
      		reproducing legacy SD barcode behaviour as in AtlasG4. ATLASSIM-2483
      		** src/AthenaStackingAction.cxx: Remove ISF-specific handling of
      		TrackInformation (ATLASSIM-2456)
      
      2016-03-11  John Chapman  <John.Chapman@cern.ch>
      	* python/G4AtlasAlgConfig.py (getAthenaTrackingAction): Fix
      	copy-paste error.
      	* tagging: G4AtlasAlg-00-04-13-04
      
      2015-11-19  John Chapman  <John.Chapman@cern.ch>
      	* python/G4AtlasAlgConfig.py - set KillAllNeutrinos property in
      	AthenaStackingAction CfgGetter method. ATLASSIM-1752
      	* G4AtlasAlg/G4AtlasAlg.h, src/G4AtlasAlg.cxx - use standard
      	member variable naming conventions.
      ...
      (Long ChangeLog diff - truncated)
      335e321d
    • Elmar Ritsch's avatar
      Migrate NativeFastCaloSimSvc to rewritten and simplified ISF TruthBinding... · 02c0e5bc
      Elmar Ritsch authored
      Migrate NativeFastCaloSimSvc to rewritten and simplified ISF TruthBinding implementation. Relevant for reproducing legacy SD barcode behaviour as in AtlasG4. ATLASSIM-2483  --  Merge changes from ISF_FastCaloSimParametrization-00-01-13-19->ISF_FastCaloSimParametrization-00-01-13-20 into ISF_FastCaloSimParametrization-00-03-02-branch (ISF_FastCaloSimParametrization-00-03-02-02)
      
      2016-03-31  Elmar Ritsch  <Elmar.Ritsch@cern.ch>
      	* Merge changes from ISF_FastCaloSimParametrization-00-01-13-19->ISF_FastCaloSimParametrization-00-01-13-20
      	into ISF_FastCaloSimParametrization-00-03-02-branch:
      		** Migrate NativeFastCaloSimSvc to rewritten and simplified ISF TruthBinding
      		implementation. Relevant for reproducing legacy SD barcode behaviour
      		as in AtlasG4. ATLASSIM-2483
      	* Tagging ISF_FastCaloSimParametrization-00-03-02-02
      
      2016-03-16  John Chapman  <John.Chapman@cern.ch>
      
      	* Reverting untagged (non-compiling) changes made between
      	ISF_FastCaloSimParametrization-00-03-01 and
      	ISF_FastCaloSimParametrization-00-03-02.
      	* Tagging ISF_FastCaloSimParametrization-00-03-02-01
      
      2016-03-08  scott snyder  <snyder@bnl.gov>
      
      	* Comply with ATLAS naming conventions.
      	* Fix some warnings.
      	* Root/LinkDef.h: Remove dictionary entry for CaloSampling ---
      ...
      (Long ChangeLog diff - truncated)
      02c0e5bc
    • Nicholas Styles's avatar
      fix to requirements file (InDetEventCnvTools-02-01-07) · d5dfb03e
      Nicholas Styles authored
      	* Fix to requirements file
      	* Tagged as  InDetEventCnvTools-02-01-07
      
      2015-08-28 Anthony Morley
        * Protect against any subdetector not being present
        * Note a segfault will occur if you have a hit on track in a sepcific
      	detector and that detector does not have a detector manager present in the
      	detStore -- this should never occur
        * replaced detector specific ID helpers withe the ATLAS one
        * InDetEventCnvTools-02-01-06
      d5dfb03e
    • Ryan Mackenzie White's avatar
      dielectron trig name (TrigEgammaMonitoring-00-01-67) · ce126905
      Ryan Mackenzie White authored
      	* Fix in diectron trigger name
      	* TrigEgammaMonitoring-00-01-67
      
      2016-03-23 Ryan White <ryan.white@cern.ch>
      	* Significant fixes in config
      	* TrigEgammaMonitoring-00-01-66
      
      2016-03-21 Ryan White <ryan.white@cern.ch>
      	* Startup configuration for 2016
      	* TrigEgammaMonitoring-00-01-65
      
      2016-02-11 Ryan White <ryan.white@cern.ch>
      	* Revert --
      	* TrigEgammaMonitoring-00-01-64
      
      2016-02-10 Ryan White <rayn.white@cern.ch>
      	* Add config make tool names consistent with other MaM packages
      	* TrigEgammaMonitoring-00-01-63
      
      2016-02-08 Ryan White <ryan.white@cern.ch>
      ...
      (Long ChangeLog diff - truncated)
      ce126905
    • Aaron Angerami's avatar
      tagging HIJetRec-01-00-21 (HIJetRec-01-00-21) · 1b9c1973
      Aaron Angerami authored
      	* Tagging HIJetRec-01-00-21
      	* Changing HIJetRec_jobOptions.py to prevent duplicate scheduling of truth jets in ESD re-reco
      
      2016-03-16 Aaron Angerami <angerami@cern.ch>
      	* Tagging HIJetRec-01-00-20
      	* Changing behavior of extra truth modifiers to work in HI and HIP modes
      
      2016-02-23 Aaron Angerami <angerami@cern.ch>
      	* Tagging HIJetRec-01-00-19
      	* Changing Default scheme to cell based, had been erroneously switched to cluster based
      
      2016-02-17 Aaron Angerami <angerami@cern.ch>
      	* Tagging HIJetRec-01-00-18
      	* Changing HIClusterPseudoJetGetter to use changes in base class in JetRec
      
      2016-02-10 Aaron Angerami <angerami@cern.ch>
      	* Tagging HIJetRec-01-00-17
      	* Adding HIClusterPseudoJetGetter to handle neg E/ghost issue
      	* Fix handling of neg E/out of bounary cells in HIJetSubtractorToolBase/HIJetCellSubtractorTool/HIJetClusterSubtractorTool
      	* Changing default subtractor to be cluster based, switching on origin correction by default
      ...
      (Long ChangeLog diff - truncated)
      1b9c1973
    • Aaron Angerami's avatar
      tagging HIRecExample-01-00-16 (HIRecExample-01-00-16) · f723e85f
      Aaron Angerami authored
      	* adding hip_ESDReReco.py for PreInclude in ESD re-reconstruction
      	* tag HIRecExample-01-00-16
      2016-03-08  Andrzej Olszewski <Andrzej.Olszewski@ifj.edu.pl>
      	* modified heavyion_flagsESD.py and hip_flagsESD.py
      	* adding InDetFlags.perigeeExpression set to Vertex
      	* tag HIRecExample-01-00-15
      2016-01-28  Andrzej Olszewski <Andrzej.Olszewski@ifj.edu.pl>
      	* modified share/hip_flagsAOD.py for AODFULL
      	* tag HIRecExample-01-00-14
      2016-01-28  Andrzej Olszewski <Andrzej.Olszewski@ifj.edu.pl>
      	* update with 2015 reconstruction options
      	* modified HIEarlyIncludes.py, heavyion_flagsAOD.py, heavyion_postOptionsESD.py, heavyion_flagsESD.py, hip_flagsESD.py
      	* tag HIRecExample-01-00-13
      f723e85f
    • Siarhei Harkusha's avatar
      switched off time correction by default (TileRecUtils-00-09-68) · ec7bbb5a
      Siarhei Harkusha authored
      	* python/TileRecFlags.py: switched off time correction by default
      	* Tagging TileRecUtils-00-09-68
      
      2016-03-22  scott snyder  <snyder@bnl.gov>
      
      	* Tagging TileRecUtils-00-09-67.
      	* Really fix warning.
      
      2016-03-21  scott snyder  <snyder@bnl.gov>
      
      	* Tagging TileRecUtils-00-09-66.
      	* Fix warning.
      	* Tagging TileRecUtils-00-09-65.
      	* Fix coverity warnings.
      
      2016-03-15  Siarhei Harkusha  <Siarhei.Harkusha@cern.ch>
      
      	* src/TileRawChannelBuilder: put to svn code implemented by Tigran Mkrtchyan for time correction
      	* src/TileRawChannelBuilderOptFilter: put to svn code implemented by Tigran Mkrtchyan for using time correction
      ...
      (Long ChangeLog diff - truncated)
      ec7bbb5a
    • Andy Buckley's avatar
      'Update to MCUtils 1.2.1' (MCUtils-01-02-01) · 46aa6b7a
      Andy Buckley authored
      	* Tagging: MCUtils-01-02-01
      
      	* Update to MCUtils 1.2.1
      46aa6b7a
    • Alaettin Serhan Mete's avatar
      METRegionsTool INFO to DEBUG (METReconstruction-00-02-05-04) · b353e36e
      Alaettin Serhan Mete authored
      	* INFO to DEBUG
      
      2016-03-18 AS Mete <amete@cern.ch>
      	* Tagging METReconstruction-00-02-05-03 for METRegions fixing the nightly issue
      
      2016-03-14 AS Mete <amete@cern.ch>
      	* Tagging METReconstruction-00-02-05-02 for METRegions debugging in nightly
      
      2016-03-08 TJ Khoo <khoo@cern.ch>
      	* Prevent crash due to no PV in debug message
      	* Tagged METReconstruction-00-02-05-01
      b353e36e
    • Douglas Raymond Davis's avatar
      emulation implementation (TRT_ConditionsServices-01-01-07) · 01c3754f
      Douglas Raymond Davis authored
      	* emulation implementation
      	* src/TRT_StrawStatusSummarySvc.cxx
      	* tag as TRT_ConditionsServices-01-01-07
      
      2016-03-07 Matthias Danninger
      	* Update code to support new dynamic global alignment folder scheme
      	* tag as TRT_ConditionsServices-01-01-06
      
      2016-02-13 Peter Hansen <phansen@nbi.dk>
      	* wrong revision number was tagged
      	* tag as TRT_ConditionsServices-01-01-05
      
      2016-02-12 Peter Hansen <phansen@nbi.dk>
      	* Fixed formal errors in TRT_StrawNeighbourSvc (ATLASRECTS 2845)
      	* tag as TRT_ConditionsServices-01-01-04
      
      2016-01-22 Attila Krasznahorkay <Attila.Krasznahorkay@cern.ch>
      	* Turned the package's library into a dual-use library, as that's
      	  the only way tha the properties of this package can be propagated
      	  correctly in the CMake nightly.
      ...
      (Long ChangeLog diff - truncated)
      01c3754f
    • William Axel Leight's avatar
      Added ME track Eloss (xAODMuon-00-17-06) · 8df2f535
      William Axel Leight authored
      	* Added ME track Eloss
      	* Tagging as xAODMuon-00-17-06
      
      2015-02-01 Will Leight
      	* First attempt at adding parameters of the original ME track
      	* Tagging as xAODMuon-00-17-05
      8df2f535
    • Tony Tong's avatar
      add slim segment plot (MuonHistUtils-00-03-28) · dcd29440
      Tony Tong authored
      	* Comply with ATLAS naming conventions
      	* Tagging MuonHistUtils-00-03-27
      dcd29440
    • Lukas Alexander Heinrich's avatar
      typeless holders and cmake addition (TrigNavigation-00-06-13) · 5339085f
      Lukas Alexander Heinrich authored
      	* Added a hand-written CMakeLists.txt file to the package,
      	  to set up its unit tests correctly.
      	* Removed the DataModel dependence from the package, and replaced
      	  it with dependencies on just AthContainers and AthLinks.
      	* Not tagging yet, as I'm not sure what plans Tomasz has with the
      	  package.
      
      2016-02-08 Tomasz Bold
      	* printouts (deactivated) for caching debugging
      	* code fix for coverity, ATR-13318
      	* tagging TrigNavigation-00-06-12
      
      2015-12-14  scott snyder  <snyder@bnl.gov>
      
      	* Tagging TrigNavigation-00-06-11.
      	* Comply with ATLAS naming conventions.
      
      2016-03-04 Lukas Heinrich
              * read-only holders as fix for ATR-13116
      	* merge
      ...
      (Long ChangeLog diff - truncated)
      5339085f
    • Elmar Ritsch's avatar
      Store non-regenerated particle barcode in entry layers (reproducing legacy... · ec42ad9e
      Elmar Ritsch authored
      Store non-regenerated particle barcode in entry layers (reproducing legacy AtlasG4 behaviour). ATLASSIM-2483 (ISF_Geant4CommonTools-00-03-09)
      
      	* Store non-regenerated particle barcode in entry layers (reproducing
      	legacy AtlasG4 behaviour). ATLASSIM-2483
      	* Tag as ISF_Geant4CommonTools-00-03-09
      ec42ad9e
    • Elmar Ritsch's avatar
      Undo HepMCParticleLink changes from tags ISF_HepMC_Tools-00-05-04-01 & 02 +... · 434762df
      Elmar Ritsch authored
      Undo HepMCParticleLink changes from tags ISF_HepMC_Tools-00-05-04-01 & 02 + Migrate GenEventStackFiller to rewritten and simplified ISF TruthBinding implementation. Relevant for reproducing legacy SD barcode behaviour as in AtlasG4. ATLASSIM-2483 (ISF_HepMC_Tools-00-05-04-21)
      
      	* Undo HepMCParticleLink changes from tags ISF_HepMC_Tools-00-05-04-01 & 02
      	* Migrate GenEventStackFiller to rewritten and simplified ISF TruthBinding
      	implementation. Relevant for reproducing legacy SD barcode behaviour
      	as in AtlasG4. ATLASSIM-2483
      	* Tag as ISF_HepMC_Tools-00-05-04-21
      
      2016-01-06  Olivier Arnaez  <Olivier.Arnaez@cern.ch>
      	* GenEventStackFiller: setting correct eventIndex to the event
      	* tag as ISF_HepMC_Tools-00-05-04-02
      
      2015-12-08  Olivier Arnaez  <Olivier.Arnaez@cern.ch>
      
      	* GenEventStackFiller: merge McEventCollections if OutputMcEventCollection==OutputPileupMcEventCollection
      	* GenEventStackFiller: adding EBC_EVCOLL (see HepMcParticleLink) to signature of mcEventCollLooper to initialize HMPL objects associated to ISFParticles properly (i.e. pointing to the right McEventCollection)
      	* GenEventStackFiller: passing full HPML object to new ISFParticles
      	* tag as ISF_HepMC_Tools-00-05-04-01
      434762df
    • Jack Cranshaw's avatar
      Fix io_reinit to reset inputcollection property (ByteStreamCnvSvc-01-34-24-09) · 9a623940
      Jack Cranshaw authored
      	* ByteStreamCnvSvc-01-34-24-09
      	* EventSelectorByteStream.cxx
      	* Fix io_reinit to reset inputcollection property
      
      2016-02-08 Jack Cranshaw <cranshaw@anl.gov>
      	* ByteStreamCnvSvc-01-34-24-08
      	* Fixes for clang complaints and new ref file
      
      2016-02-08 Jack Cranshaw <cranshaw@anl.gov>
      	* ByteStreamCnvSvc-01-34-24-07
      	* Reactivate sequential reads
      	* ByteStreamEventStorageInputSvc.cxx
      9a623940
    • Elmar Ritsch's avatar
      Unmerge recent merge from ISF_Tools-00-04-08-branch + Migrate ParticleHelper... · 1e5d7df6
      Elmar Ritsch authored
      Unmerge recent merge from ISF_Tools-00-04-08-branch + Migrate ParticleHelper to rewritten and simplified ISF TruthBinding implementation. Relevant for reproducing legacy SD barcode behaviour as in AtlasG4. ATLASSIM-2483 (ISF_Tools-00-05-00)
      
      	* Unmerge recent merge from ISF_Tools-00-04-08-branch
      	* Migrate ParticleHelper to rewritten and simplified ISF TruthBinding
      	implementation. Relevant for reproducing legacy SD barcode behaviour
      	as in AtlasG4. ATLASSIM-2483
      	* Tag as ISF_Tools-00-05-00
      
      2016-01-20  Olivier Arnaez  <Olivier.Arnaez@cern.ch>
              * Merging trunk with ISF_Tools-00-04-08-branch
      	* tag as ISF_Tools-00-04-09
      
      2015-12-16  Olivier Arnaez  <Olivier.Arnaez@cern.ch>
      	* src/ParticleHelper.cxx: cloning HepMcParticleLink when creating new ISFParticle
      	* tag as ISF_Tools-00-04-08-02
      
      2015-12-08  Olivier Arnaez  <Olivier.Arnaez@cern.ch>
      	* src/ParticleHelper.cxx: propagating full HepMcParticleLink when updating ISFParticles
      	* ParticleHelper: adding possibility to provide full HepMcParticleLink information in createParticle signatures
      	* cmt/requirements: adding use of Generators/GeneratorObjects
      	* ATLASSIM-2430
      	* tag as ISF_Tools-00-04-08-01
      ...
      (Long ChangeLog diff - truncated)
      1e5d7df6
    • Elmar Ritsch's avatar
      Migrate ConeSimSelector and TruthAssocSimSelector to rewritten and simplified... · ea5b9867
      Elmar Ritsch authored
      Migrate ConeSimSelector and TruthAssocSimSelector to rewritten and simplified ISF TruthBinding. Relevant for reproducing legacy SD barcode behaviour as in AtlasG4. ATLASSIM-2483 (ISF_SimulationSelectors-00-04-00)
      
      	* Migrate ConeSimSelector and TruthAssocSimSelector to rewritten
      	and simplified ISF TruthBinding. Relevant for reproducing legacy SD barcode
      	behaviour as in AtlasG4. ATLASSIM-2483
      	* Tag as ISF_SimulationSelectors-00-04-00
      ea5b9867
    • Elmar Ritsch's avatar
      Unmerge recent merge from ISF_Interfaces-00-04-02-branch + Move to new... · c7dd0257
      Elmar Ritsch authored
      Unmerge recent merge from ISF_Interfaces-00-04-02-branch + Move to new TruthBinding implementation (from ATLASSIM-2483) (ISF_Interfaces-00-05-00)
      
      	* Unmerge recent merge from ISF_Interfaces-00-04-02-branch
      	* Move to new TruthBinding implementation (from ATLASSIM-2483)
      	* Tag as ISF_Interfaces-00-05-00
      
      2015-12-09  Olivier Arnaez  <Olivier.Arnaez@cern.ch>
              * Merged with ISF_Interfaces-00-04-02-branch
             * tag as ISF_Interfaces-00-04-03
      c7dd0257
    • Andrew Haas's avatar
      'Coverity and mem leak' (InDetOverlay-00-06-03) · cb5d1f90
      Andrew Haas authored
      	* src/InDetOverlay.cxx - fix Coverity 106227, and no more
      	retrievePrivateCopy for data RDO containers - fixes serious mem leak
      	* tagging InDetOverlay-00-06-03
      
      2016-03-11  Tanya Kharlamova <Tatyana.Kharlamova@cern.ch>
      	* src/InDetOverlay.cxx - getStrip() method removal. ATLASSIM-2635
      	* tagging InDetOverlay-00-06-02
      
      2015-03-23  John Chapman  <John.Chapman@cern.ch>
      
      	* src/InDetOverlay.cxx - fix for Coverity defects 12379 and
      	12586. Whitespace clean-up.
      	* tagging InDetOverlay-00-06-01
      cb5d1f90
    • Douglas Raymond Davis's avatar
      fix gas type checking (TRT_DriftCircleTool-04-00-03) · b2ef4137
      Douglas Raymond Davis authored
      	* src/TRT_DriftCircleTool.cxx - fix gas type checking
      	  argon is == Argon or == Dead (not != Good)
      	* tag as TRT_DriftCircleTool-04-00-03
      b2ef4137
    • Douglas Raymond Davis's avatar
      fix gas type checking (InDetTrackSummaryHelperTool-02-00-11) · a25f4812
      Douglas Raymond Davis authored
      	* src/InDetTrackSummaryHelperTool.cxx
      	  fix gas type checking, argon is == Argon or == Dead (not != Good)
      	* tagged as InDetTrackSummaryHelperTool-02-00-11
      a25f4812
    • Douglas Raymond Davis's avatar
      emulation implementation (TRT_ConditionsData-00-00-52) · 73e5d38d
      Douglas Raymond Davis authored
      	* TRT_ConditionsData/StrawStatus.h
      	  new gas types in the status enum
      	* tagging TRT_CondtionsData-00-00-52
      73e5d38d
    • Douglas Raymond Davis's avatar
      Emulation implementation (TRT_Digitization-01-01-15) · d9bf02ae
      Douglas Raymond Davis authored
      	* Implementation of emulation capabilities.
      	src/ProcessingOfStraw.cxx - reduce TR efficiency
      	if emulation gas type
      	src/ProcessingOfStraw.h - new function args for
      	if the gas is emulation type
      	src/TRTDigitizationTool - tell Straw processor if
      	gas is emulation type
      	src/TRTNoise.cxx - return new emulation types
      	src/TRTDigCondBase.cxx - return new emulation types
      	* Tagged as TRT_Digitization-01-01-15
      d9bf02ae
    • Mark Hodgkinson's avatar
      2016-03-10 Mark Hodgkinson · 8f341614
      Mark Hodgkinson authored
              * Root/PFlowPseudoJetGetter.cxx: Bug fix to avoid unphysical weights applied to charged PFO in non-dense environments
              * Tag as JetRecTools-00-03-32 (JetRecTools-00-03-32)
      
      	* Root/PFlowPseudoJetGetter.cxx: Bug fix to avoid unphysical weights applied to charged PFO in non-dense environments
      	* Tag as JetRecTools-00-03-32
      8f341614
    • Masahiro Tanaka's avatar
      Fixed FPE reported in jira ATR-13343 (TrigL2MuonSA-00-03-21-01) · a22c3234
      Masahiro Tanaka authored
      2016-03-10 Masahiro Tanaka<mtanaka@hep.phys.titech.ac.jp>
      	* Tagged as 00-03-21-01
      	* Fixed FPE reported in jira ATR-13343
      
      2016-03-10 Masahiro Tanaka<mtanaka@hep.phys.titech.ac.jp>
      	* Tagged as 00-03-21-00
      	* Fixed minor bug reported in jira ATR-13327
      
      2016-02-20 Masaki Ishitsuka <ishitsuka@hep.phys.titech.ac.jp>
      	* tagging 00-03-21
      	* Fixed coverity defects reported in JIRA ATR 13424
      
      2016-02-19 Yohei Noguchi <yohei.noguchi@cern.ch>
      	* Tagged as 00-03-20
      	* modified to do seeded decoding for CSC
      
      2016-02-19 Takuya Honda <takuya.honda@cern.ch>
      	* Tagged as 00-03-19
      	* Fixed defects reported in jira ATR-13412
      
      ...
      (Long ChangeLog diff - truncated)
      a22c3234
    • Sabine Elles's avatar
      MC16 20.3.X.Y, 20.7.X.Y - disableDCS=false, no ITk (PixelGeoModel-00-09-56) · 6097213d
      Sabine Elles authored
      	* Basis for MC16 production : 20.3.X.Y and 20.7.X.Y compliant  (no ITK updates in this package)
      	* Add IBL fwd service description - CAD & S. Menke's model
      	* Modify requirement file : check if GeoTorus.h file is defined in GeoModelKernel
      	* Merge with latest developement made for InDetReadoutGeometry : alignement vs time
      	* Set disabelDCS flag back to false  (but did not remove the flag)
      	* No ITk updates inlcuded  - these are collected in 00-09-55 branch
      	      ( to be merged with the MC16 20.20 and 21. release )
      	* TAG as PixelGeoModel-00-09-56
      
      2015-10-01 Sabine Elles
      	* Add IBL fwd service description class
      	* TAG as PixelGeoModel-00-09-53
      6097213d
    • John Derek Chapman's avatar
      python/InDetGM.py: Autosetup to run Argon/Krypton simulation for the TRT.... · 693ce2ff
      John Derek Chapman authored
      python/InDetGM.py: Autosetup to run Argon/Krypton simulation for the TRT. Requires TRT_GeoModel-00-02-67 or later. ATLASRECTS-2725. AtlasGeoModel-00-03-42 (AtlasGeoModel-00-03-42)
      
      	* python/InDetGM.py: Autosetup to run Argon/Krypton simulation for
      	the TRT. Requires TRT_GeoModel-00-02-67 or later. ATLASRECTS-2725
      	* AtlasGeoModel-00-03-42
      
      2016-03-07  John Chapman  <John.Chapman@cern.ch>
      	* python/GeoModelInit.py - fix try/except block for
      	AthSimulationBase.
      	* AtlasGeoModel-00-03-41
      693ce2ff
    • Andrea Sciandra's avatar
      Passing from xAOD::JetFlavourLabelType::GAFinalHadron to xAOD::ConeFinalParton... · 580943c0
      Andrea Sciandra authored
      Passing from xAOD::JetFlavourLabelType::GAFinalHadron to xAOD::ConeFinalParton flavor label info (JetTagDQA-00-00-18)
      580943c0
    • Daniele Zanzi's avatar
      fix for highpt tau chains (TrigTauHypo-00-06-74) · 5f471b95
      Daniele Zanzi authored
              * fix for highpt chains
      	* tag as TrigTauHypo-00-06-74
      
      2016-02-26 Daniele Zanzi <daniele . zanzi @ cern.ch>
      	* modified EFTauMVHypo for highpt chains
      	* tag as TrigTauHypo-00-06-73
      5f471b95
    • Sanya Solodkov's avatar
      updates in JO for 2016 (TileRecEx-00-04-47) · c0b64b8e
      Sanya Solodkov authored
      	* share/jobOptions_TileCalibRec.py: added possibility
                to auto set up InputDirectory for 2016 year data also;
      	  updated conditions.
      	* Tagging TileRecEx-00-04-47
      
      2015-11-25  Shannon Towey <Shannon.Towey@cern.ch>
      
      	* share/jobOptions_TileCalibRec.py: added protection for stuck bits
      	probability tool.
      	* Tagging TileRecEx-00-04-46
      
      2015-11-25  Shannon Towey  <Shannon.Towey@cern.ch>
      
      	* share/jobOptions_TileCalibRec.py: added possibility to save stuck
      	bits probabilities to CIS calibration ntuple
      	* Tagging TileRecEx-00-04-44
      
      2015-11-12  Siarhei Harkusha  <Siarhei.Harkusha@cern.ch>
      
      ...
      (Long ChangeLog diff - truncated)
      c0b64b8e
    • Susumu Oda's avatar
      Add the setDecodedROD method of SCT_ByteStreamErrorSvc to record which RODs... · 8f2e205c
      Susumu Oda authored
      Add the setDecodedROD method of SCT_ByteStreamErrorSvc to record which RODs are decoded to know which RODs are out. (SCT_RawDataByteStreamCnv-00-03-40)
      
      	* Add the setDecodedROD method of SCT_ByteStreamErrorSvc
      	  to record which RODs are decoded to know which RODs are out.
      	  Requires SCT_ConditionsServices-00-04-40.
      	  https://its.cern.ch/jira/browse/ATLASRECTS-2932
      	* Tag as SCT_RawDataByteStreamCnv-00-03-40
      
      2016-02-15 Susumu Oda <Susumu.Oda@cern.ch>
      	* Lower the message level of missing link header from ERROR to WARNING (src/SCT_RodDecoder.cxx).
      	  https://its.cern.ch/jira/browse/ATLASRECTS-2560
      	* Tag as SCT_RawDataByteStreamCnv-00-03-39
      8f2e205c
    • Lorenz Hauswald's avatar
      NUMVERTICES trigger patch (TauDiscriminant-02-00-03-01) · fb5ee13f
      Lorenz Hauswald authored
      	* patch for trigger: no NUMVERTICES calculation for trigger
      	* remove doTrigger option (use inTrigger from base class instead)
      	* tagging 02-00-03-01
      fb5ee13f
    • Ioannis Nomidis's avatar
      Added Z mass plots and cuts on CaloTags (MuonPhysValMonitoring-00-01-18) · d009a16c
      Ioannis Nomidis authored
      	* Added Z mass plots, added cuts on CaloTags
      	* Removed dependency on muonResonanceTools
      	* tagging MuonPhysValMonitoring-00-01-18
      
      2016-01-27 Marilea Reale <marilea.reale@cern.ch>
      	* Trigger updates
      	* tagging MuonPhysValMonitoring-00-01-17
      d009a16c
    • Sasha Mazurov's avatar
      * src/L1TopoByteStream{xAOD,Aux}Cnv: Converterts to xAOD objects · e6830299
      Sasha Mazurov authored
      	  (Event/xAOD/xAODTrigL1Calo/xAODTrigL1Calo/versions/L1TopoRawData_v1.h)
      * share/ReadLVL1CaloBSRun2_jobOptions.py: register converters (included from Trigger/TrigT1/TrigT1CaloByteStream/share/ReadLVL1CaloBSRun2_jobOptions.py) (L1TopoRDO-00-00-10)
      
      	* L1TopoRDO/L1TopoRDO.h: add getError() method that return errors' bit vector
      	* L1TopoRDO-00-00-10
      e6830299
    • R D Schaffer's avatar
      remove virtual from destructor from Node to save memory (egammaMVACalib-01-01-04) · 05366547
      R D Schaffer authored
      	* tagging egammaMVACalib-01-01-04
      	* egammaMVACalib/Node.h (egammaMVACalibNmsp): remove virtual from destructor to save memory
      
      2016-01-16 Christos Anastopoulos <Christos.Anastopoulos@cern.ch>
      
      	* Fix the test code , to my best knowledge
      	* tagging egammaMVACalib-01-01-03
      05366547
    • Viviana Cavaliere's avatar
      port HIV3 updates from TriggerMenu-00-15-84 to the 82-branch (ATR-13069) (TriggerMenu-00-15-82-04) · 7c4b7358
      Viviana Cavaliere authored
      	* Ported changes for HIV3 menu from TriggerMenu-00-15-84 (ATR-13069)
      	* Requires: TrigEgammaHypo-01-01-48
      	* TriggerMenu-00-15-82-04
      
      2016-02-18  Frank Winklmeier  <fwinkl@cern>
      	* python/menu/Physics_HI_v3.py: Disable Calo offset corretion for HI menus (ATR-13323)
      	* Requires: TriggerJobOpts-00-05-15
      	* TriggerMenu-00-15-82-03
      
      2016-02-04  Arantxa Ruiz Martinez  <aranzazu.ruiz.martinez@cern.ch>
      	* Fix in generateCombinedChainDefs.py (ATR-13319)
      	* TriggerMenu-00-15-82-02
      
      	* g22_tight added to MC_pp_v6 (ATR-13314)
      	* TriggerMenu-00-15-82-01
      7c4b7358
    • Mark Hodgkinson's avatar
      2016-02-23 Mark Hodgkinson · 50ce0b45
      Mark Hodgkinson authored
              * eflowRec/eflowTrackCaloPoints.h, src/eflowTrackCaloPoints.cxx - fix bug in toggle of EM2 barrel/endcap
              * Tag as eflowRec-00-05-36-10 (eflowRec-00-05-36-10)
      
      	* eflowRec/eflowTrackCaloPoints.h, src/eflowTrackCaloPoints.cxx - fix bug in toggle of EM2 barrel/endcap
      	* Tag as eflowRec-00-05-36-10
      50ce0b45
Loading