Skip to content
Snippets Groups Projects
This project is mirrored from https://gitlab.cern.ch/atlas/athena.git. Pull mirroring updated .
  1. Aug 08, 2015
  2. Jul 21, 2015
    • Atlas-Software Librarian's avatar
    • Atlas-Software Librarian's avatar
      'CMakeLists.txt' (GeneratorObjectsTPCnv-00-06-10) · 756d5d5f
      Atlas-Software Librarian authored
      2015-07-20 Will Buttinger <will@cern.ch>
            * src/McEventCollectionCnv_p4.cxx, src/McEventCollectionCnv_p5.cxx : moved HepMCWeightSvc to new package
            * Tagging as  GeneratorObjectsTPCnv-00-06-10
      
      2015-07-14  John Chapman  <John.Chapman@cern.ch>
      	* src/McEventCollectionCnv_p4.cxx,
      	GeneratorObjectsTPCnv/McEventCollectionCnv_p4.h - Using
      	HepMCWeightSvc to store weight names in metadata, as this version
      	is still used in a few places. AGENE-984
      	* Tagging as GeneratorObjectsTPCnv-00-06-09
      
      2015-06-25 Will Buttinger <will@cern.ch>
      	* src/McEventCollectionCnv_p5.cxx,
      	GeneratorObjectsTPCnv/McEventCollectionCnv_p5.h - Using
      	HepMCWeightSvc to store weight names in metadata. AGENE-984
      	* Tagging as GeneratorObjectsTPCnv-00-06-08
      756d5d5f
    • James Robinson's avatar
      Fixed outputTXT issue. Fix for NNLOPS-enabled processes. Integration parameter... · 2197ee88
      James Robinson authored
      Fixed outputTXT issue. Fix for NNLOPS-enabled processes. Integration parameter updates. (PowhegControl-00-02-13)
      
      2015-07-10 James Robinson <james.robinson@cern.ch>
      	* Fixed issue where NNLOPS-enabled processes could not be run without NNLOPS
      	* Set remnant parameters to -1 by default
      	* Fixed incompatibility between multicore and multiweight running
      	* Fixed output file name setting
      
      2015-06-29 James Robinson <james.robinson@cern.ch>
      2197ee88
    • Will Buttinger's avatar
      'Moved HepMCWeightSvc to its own package' (EvgenProdTools-00-02-24) · 1086c7ad
      Will Buttinger authored
            * Moved HepMCWeightSvc to its own package (Generators/HepMCWeightSvc)
            * tagging as EvgenProdTools-00-02-24
      
      2015-07-13 Will Buttinger <will@cern.ch>
              * src/HepMCWeightSvc.cxx: if the weightname map is the default {'0':0}, then don't bother writing it!
              * tagging EvgenProdTools-00-02-23
      
      2015-07-10 Will Buttinger <will@cern.ch>
              * src/HepMCWeightSvc.cxx: Added missing initialization of flag ... thank you John Chapman for finding this!
              * tagging EvgenProdTools-00-02-22
      1086c7ad
    • Zach Marshall's avatar
    • Elmar Ritsch's avatar
    • Elmar Ritsch's avatar
      using Reflex dictionary representation of AtlasDetDescr::AtlasRegion enum for... · 2a7dac24
      Elmar Ritsch authored
      using Reflex dictionary representation of AtlasDetDescr::AtlasRegion enum for ISF_ParticlePositionFilter Python configuration (ISF_HepMC_Tools-00-05-00)
      
      	* python/ISF_HepMC_ToolsConfig.py - using Reflex dictionary
      	representation of AtlasDetDescr::AtlasRegion enum
      	for ISF_ParticlePositionFilter Python configuration
      	* tag as ISF_HepMC_Tools-00-05-00
      
      2015-07-09  Elmar Ritsch <elmar.ritsch@cern.ch>
      	* Adding missing files LLPTruthStrategy.h/cxx
      	* tag as ISF_HepMC_Tools-00-04-06
      
      2015-07-09  Elmar Ritsch <elmar.ritsch@cern.ch>
      	* Adding 'ISF_LLPTruthStrategy' confgetter configuration
      	* Fixing typo in LLPTruthStrategy.cxx
      	* tag as ISF_HepMC_Tools-00-04-05
      
      2015-07-09  Elmar Ritsch <elmar.ritsch@cern.ch>
      	* Initial implementation of ISF LLPTruthStrategy - is based on AtlasG4
      	implementation in G4TruthStrategies package (ATLASSIM-1931)
      	* tag as ISF_HepMC_Tools-00-04-04
      
      2015-06-22  Robert Harrington <roberth@cern.ch>
      ...
      (Long ChangeLog diff - truncated)
      2a7dac24
    • Elmar Ritsch's avatar
      making end-vertex writing configurable per detector region (ATLASSIM-2123) +... · 6c82212c
      Elmar Ritsch authored
      making end-vertex writing configurable per detector region (ATLASSIM-2123) + fixing accidental overwrite of ISF_MC12PlusTruthService CfgGetter DB entry (ISF_HepMC_Services-00-07-00)
      
      	* python/ISF_HepMC_ServicesConfigDb.py - fixing accidental overwrite of
      	ISF_MC12PlusTruthService CfgGetter DB entry
      	* src/HepMC_TruthSvc.h/cxx, python/ISF_HepMC_ServicesConfig.py - making
      	end-vertex writing configurable per detector region (ATLASSIM-2123)
      	* tag ISF_HepMC_Services-00-07-00
      
      2015-07-10  John Chapman  <John.Chapman@cern.ch>
      	* python/ISF_HepMC_ServicesConfig.py,
      	python/ISF_HepMC_ServicesConfigDb.py - add CfgGetter method for
      	ISF_MC12LLPTruthService, which should resolve ATLASSIM-1931.
      	* tag ISF_HepMC_Services-00-06-02
      
      2015-07-01  Zach Marshall <ZLMarshall@lbl.gov>
      	* Removing much of the special handling of barcodes for Q-S particle
      	simulation.  This implements the new notion of what the truth record
      	should look like, following ATLASSIM-526
      	* tag ISF_HepMC_Services-00-06-01
      
      2015-06-17  John Chapman  <John.Chapman@cern.ch>
      
      ...
      (Long ChangeLog diff - truncated)
      6c82212c
    • John Derek Chapman's avatar
      python/BarcodeServicesConfig.py - add getMC12LLPBarcodeSvc for the new MC12LLP... · 38e0dda1
      John Derek Chapman authored
      python/BarcodeServicesConfig.py - add getMC12LLPBarcodeSvc for the new MC12LLP Truth Strategy for ATLASSIM-1931. Add barcodeOffsetForTruthStrategy method to look up barcode offsets in a dictionary for ATLASSIM-2114. python/BarcodeServicesConfigDb.py - register getMC12LLPBarcodeSvc method. ATLASSIM-1931. Tagging as BarcodeServices?-00-01-03 (BarcodeServices-00-01-03)
      38e0dda1
    • John Derek Chapman's avatar
      share/skeleton.EVGENtoHIT_ISF.py - attempt to make the setting of barcode... · ecf4d094
      John Derek Chapman authored
      share/skeleton.EVGENtoHIT_ISF.py - attempt to make the setting of barcode offsets in HITS file metadata more robust. ATLASSIM-2114. Tagging: SimuJobTransforms-00-28-13-07 (SimuJobTransforms-00-28-13-07)
      
      	* share/skeleton.EVGENtoHIT_ISF.py - attempt to make the setting
      	of barcode offsets in HITS file metadata more
      	robust. ATLASSIM-2114
      	* Tagging: SimuJobTransforms-00-28-13-07
      
      2015-06-19  John Chapman  <John.Chapman@cern.ch>
      
      	* python/SimTransformUtils.py (addSimulationSubstep): only run the
      	skipEvents check on the EVNT input during overlay input simulation
      	jobs. ATLASIM-492
      	* Tagging: SimuJobTransforms-00-28-13-06
              * bad tag
      	* Tagging: SimuJobTransforms-00-28-13-05
      
      2015-05-22  John Chapman  <John.Chapman@cern.ch>
      
      	* python/simTrfArgs.py, scripts/Digi_tf.py,
      	share/skeleton.HITtoRDO.py - remove all uses of tmpRDO and
      	tmpRDO_FILT. ATLMCPROD-1302
      ...
      (Long ChangeLog diff - truncated)
      ecf4d094
    • jhenders's avatar
      Adding VBFHbbEtaSortingFilter (GeneratorFilters-00-03-24) · c2e79f45
      jhenders authored
              * Add VBFHbbEtaSortingFilter - ATLMCPROD-1840
              * Tagging as GeneratorFilters-00-03-24
      c2e79f45
    • Zach Marshall's avatar
      Moving to _p1 to add new models; AGENE-990 (MadGraph-00-01-20) · 851935cf
      Zach Marshall authored
      	* Moving to _p1 to add new models; AGENE-990
      	* Tagging: MadGraph-00-01-20
      851935cf
    • Edoardo Maria Farina's avatar
      Migration of preinclude job options to use TrackRecordGenerator (SimulationJobOptions-00-06-09-07) · cffd88cd
      Edoardo Maria Farina authored
      	* Tagging: SimulationJobOptions-00-06-09-07
      	* Migration of the following job options to use TrackRecordGenerator:
      	* share/cosmics/preInclude.TRsmear10.py
      	* share/susy/preInclude.ReadStoppedParticles.py
      	* share/cavern/preInclude.G4ReadCavern.py
      
      2015-07-07  John Chapman  <John.Chapman@cern.ch>
      
      	* Tagging: SimulationJobOptions-00-06-09-06
      	* share/g4/preInclude.ParticleID.py - set ParticleID simFlag if
      	available. ATLASSIM-2070
      
      2015-07-06  John Chapman  <John.Chapman@cern.ch>
      
      	* Tagging: SimulationJobOptions-00-06-09-05
      	* share/specialConfig/preInclude.AMSB.py: updates for MC15 obo
      	Shimpei Yamamoto. ATLASSIM-2081.
      cffd88cd
    • Zach Marshall's avatar
      Allowing decays in SUSY_SM_Generation and adding a catch for allowing an... · 3c1a793a
      Zach Marshall authored
      Allowing decays in SUSY_SM_Generation and adding a catch for allowing an import model statement in the process definition (MadGraphControl-00-05-14)
      
      	* Allowing decays in SUSY_SM_Generation and adding a catch for allowing an
      	import model statement in the process definition
      	* Tagging: MadGraphControl-00-05-14
      3c1a793a
    • Ewelina Maria Lobodzinska's avatar
      remove chargino from a list of noninteracting particles (TruthUtils-02-00-09-01) · a2ba6805
      Ewelina Maria Lobodzinska authored
              * tagging TruthUtils-02-00-09-01
              * remove chargino (10000024) from noninteracting particles
      a2ba6805
    • Ewelina Maria Lobodzinska's avatar
  3. Jul 06, 2015
Loading