Skip to content
Snippets Groups Projects
  1. Nov 13, 2015
  2. Nov 03, 2015
  3. Oct 21, 2015
    • Atlas-Software Librarian's avatar
      'CMakeLists.txt' (ISF_Geant4CommonTools-00-03-08) · 25832f83
      Atlas-Software Librarian authored
      	* src/EntryLayerTool.cxx: minor code style improvements (ATLASSIM-2263)
      	* Tagging: ISF_Geant4CommonTools-00-03-08
    • Atlas-Software Librarian's avatar
      'CMakeLists.txt' (ISF_Interfaces-00-04-02) · f4446c3a
      Atlas-Software Librarian authored
      	* Removing IParticleBroker::registerParticle(..) method from
      	IParticleBroker.h interface (ATLASSIM-2263)
      	* tag as ISF_Interfaces-00-04-02
      f4446c3a
    • Atlas-Software Librarian's avatar
    • Elmar Ritsch's avatar
      removing std::map to associate G4Tracks with ISFParticles (ATLASSIM-2263,... · b4a6ed0e
      Elmar Ritsch authored
      removing std::map to associate G4Tracks with ISFParticles (ATLASSIM-2263, ATLASSIM-1868) (ISF_Geant4Tools-00-02-37-18)
      
      	* Tagging: ISF_Geant4Tools-00-02-37-18
      	* removing std::map to associate G4Tracks with ISFParticles
      	(ATLASSIM-2263, ATLASSIM-1868)
      		** the map was replaced by code in the TrackProcessorUserActionBase
      		which calls ISF::ISFG4Helpers::linkG4TrackToISFParticle(..) for all
      		new G4Tracks to propergate the ISFParticle pointer of the parent
      		G4Track to all its G4 secondaries
      
      2015-10-13  Elmar Ritsch  <Elmar.Ritsch@cern.ch>
      
      	* Tagging: ISF_Geant4Tools-00-02-37-17
      	* cmt/requirements - disabling C++ debug flags
      
      2015-10-13  Elmar Ritsch  <Elmar.Ritsch@cern.ch>
      
      	* Tagging: ISF_Geant4Tools-00-02-37-16
      	* python/ISF_Geant4ToolsConfig(Db).py - removing obsolete
      	'QuasiStableG4TrackProcessorUserAction' configuration (switched to
      	'FullG4TrackProcessorUserAction' instead)
      ...
      (Long ChangeLog diff - truncated)
      b4a6ed0e
    • Ewelina Maria Lobodzinska's avatar
    • John Derek Chapman's avatar
      share/g4/preInclude.ParticleID.py - revert change in... · aa0010d3
      John Derek Chapman authored
      share/g4/preInclude.ParticleID.py - revert change in SimulationJobOptions-00-06-09-09, as this branch is now only for 19.2.X.Y. share/specialConfig/preInclude.Rhadrons.py - updates obo Sascha Mehlhase. ATLASSIM-2275. Tagging: SimulationJobOptions-00-06-09-11 (SimulationJobOptions-00-06-09-11)
      
      	* Tagging: SimulationJobOptions-00-06-09-11
      	* share/g4/preInclude.ParticleID.py - revert change in
      	SimulationJobOptions-00-06-09-09, as this branch is now only for
      	19.2.X.Y.
      	* share/specialConfig/preInclude.Rhadrons.py - updates obo Sascha
      	Mehlhase. ATLASSIM-2275
      
      2015-10-04  Zach Marshall <ZLMarshall@lbl.gov>
      
      	* Tagging: SimulationJobOptions-00-06-09-10
      	* Back-port of flux recording fragment
      
      2015-09-21  John Chapman  <John.Chapman@cern.ch>
      
      	* Tagging: SimulationJobOptions-00-06-09-09
      	* share/g4/preInclude.ParticleID.py (particleid_setupcalos):
      	remove call to LArG4GlobalOptions.SetDoCalibHitParticleID
      	method. ATLASSIM-2070.
      
      ...
      (Long ChangeLog diff - truncated)
      aa0010d3
    • John Derek Chapman's avatar
      src/RHadronProcessDefinition.cxx - add additional PDGIDs to... · 0e765022
      John Derek Chapman authored
      src/RHadronProcessDefinition.cxx - add additional PDGIDs to standardpdgidtodecay vector. ATLASSIM-2275. src/FullModelReactionDynamics.cxx - GetDefinition() returns a const G4ParticleDefinition in G4 10.1. ATLASSIM-1751 (Compatible with G4 9.6.) RHadrons/FullModelHadronicProcess.hh - define GHADLISTSIZE for G4 versions before G4 10.1, as G4ReactionDynamics.hh has been removed in G4 10.1 (seems to be compatible with G4 9.6). ATLASSIM-1751 Tagging RHadrons-00-00-65-01 (RHadrons-00-00-65-01)
      0e765022
    • Elmar Ritsch's avatar
      now retrieving ISFParticle extraBarcode directly from ISFParticle instance,... · 54cce7a3
      Elmar Ritsch authored
      now retrieving ISFParticle extraBarcode directly from ISFParticle instance, not from attached ParticleUserInformation object (goes with ISF_Event-00-08-03, see ATLASSIM-2263) (ISF_SimulationSelectors-00-03-00)
      
      	* src/PileupSimSelector.cxx - now retrieving ISFParticle extraBarcode directly
      	from ISFParticle instance, not from attached ParticleUserInformation object
      	(goes with ISF_Event-00-08-03, see ATLASSIM-2263)
      	* tagging as ISF_SimulationSelectors-00-03-00
      54cce7a3
    • Elmar Ritsch's avatar
      moving extra-barcode member variable from ParticleUserInformation into... · 79389d02
      Elmar Ritsch authored
      moving extra-barcode member variable from ParticleUserInformation into ISFParticle class (ATLASSIM-2263) + adding barcode to ISFParticle::dump(..) printout (ISF_Event-00-08-03)
      79389d02
    • Elmar Ritsch's avatar
      removing obsolete m_extraParticles vector (ATLASSIM-2263) (ISF_Services-00-03-21-09) · 34273397
      Elmar Ritsch authored
      	* src/ParticleBrokerDynamicOnReadIn.h/.cxx - removing obsolete
      	m_extraParticles vector (ATLASSIM-2263)
      	* ISF_Services-00-03-21-09
      
      2015-10-08  Elmar Ritsch  <Elmar.Ritsch@cern.ch>
      	* src/ParticleBrokerDynamicOnReadIn.h/.cxx - removing public
      	ISF::ParticleBrokerDynamicOnReadIn::registerParticle(..)
      	method (ATLASSIM-2263)
      	* ISF_Services-00-03-21-08
      
      2015-08-25  John Chapman  <John.Chapman@cern.ch>
      	* python/ISF_ServicesConfig.py (getPileupSimHitService): fix typo.
      	* ISF_Services-00-03-21-07
      
      2015-08-18  John Chapman  <John.Chapman@cern.ch>
      	* python/ISF_ServicesConfig.py, python/ISF_ServicesConfigDb.py -
      	add getNoG4SimHitService for ISF jobs not running Geant4 (as in
      	trunk). Just returns getSimHitService in this branch, but this
      	means that other configuration packages require less branching.
      	* src/SimHitSvc.h, src/SimHitSvc.cxx - some tidying to match
      ...
      (Long ChangeLog diff - truncated)
      34273397
    • Elmar Ritsch's avatar
      Adapting include statements since FCS_StepInfo.h and FCS_StepInfoCollection.h... · 60737658
      Elmar Ritsch authored
      Adapting include statements since FCS_StepInfo.h and FCS_StepInfoCollection.h files moved to ISF_FastCaloSimEvent package (ATLASSIM-2006) (ISF_Geant4UserActions-00-00-14-50)
      60737658
    • Elmar Ritsch's avatar
      Adapting include statements for FCS_StepInfo.h and FCS_StepInfoCollection.h... · ef06a219
      Elmar Ritsch authored
      Adapting include statements for FCS_StepInfo.h and FCS_StepInfoCollection.h since both have moved to ISF_FastCaloSimEvent package (ATLASSIM-2006) (ISF_FastCaloSimParametrization-00-01-07-01)
      ef06a219
    • Andrew Haas's avatar
    • John Derek Chapman's avatar
      Temporary branch for AthSimulationBase reverting the changes in... · 7b2b2f92
      John Derek Chapman authored
      Temporary branch for AthSimulationBase reverting the changes in TileGeoG4SD-00-04-13 and TileGeoG4SD-00-04-14. Tagging TileGeoG4SD-00-04-21-01 (TileGeoG4SD-00-04-21-01)
      7b2b2f92
    • John Derek Chapman's avatar
      cmt/requirements - pick up FCS_StepInfo from ISF_FastCaloSimEvent rather than... · 4966955f
      John Derek Chapman authored
      cmt/requirements - pick up FCS_StepInfo from ISF_FastCaloSimEvent rather than ISF_Event. ATLASSIM-2006. Tagging ISF_AthenaPool-00-00-03 (ISF_AthenaPool-00-00-03)
      4966955f
  4. Oct 05, 2015
    • Atlas-Software Librarian's avatar
    • John Derek Chapman's avatar
      src/TileGeoG4CalibSD.cc - fix to set ParticleID correctly for Tile... · e41caa4b
      John Derek Chapman authored
      src/TileGeoG4CalibSD.cc - fix to set ParticleID correctly for Tile CaloCalibrationHits when running in ISF. ATLASSIM-2248. Tagging TileGeoG4Calib-00-04-12-01 (TileGeoG4Calib-00-04-12-01)
      e41caa4b
    • Elmar Ritsch's avatar
      updating G4Track UserInformation with HepMC representation of regenerated... · cf810426
      Elmar Ritsch authored
      updating G4Track UserInformation with HepMC representation of regenerated particle (see ATLASSIM-2247) (ISF_Geant4Tools-00-02-37-14)
      
      	* src/Geant4TruthIncident.cxx - updating G4Track UserInformation with
      	HepMC representation of regenerated particle (see ATLASSIM-2247).
      	* Tagging: ISF_Geant4Tools-00-02-37-14
      
      2015-08-28  John Chapman  <John.Chapman@cern.ch>
      
      	* src/TrackProcessorUserAction.cxx - drop unnecessary include of
      	MCTruth/TruthStrategyManager.h (see ATLASSIM-2144).
      	* Tagging: ISF_Geant4Tools-00-02-37-13
      cf810426
    • Zach Marshall's avatar
      Moving to MG5_aMC_v2_2_3_p4 for AGENE-1035 (MadGraph-00-01-24-01) · 18eb990c
      Zach Marshall authored
      	* Moving to MG5_aMC_v2_2_3_p4 for AGENE-1035
      	* Tagging: MadGraph-00-01-24-01
      
      ----------------------------------------------------
      BRANCH FOR WORK WITH 2.2.3 BEFORE 2.3.2 IS VALIDATED
      ----------------------------------------------------
      
      2015.08.21  Zach Marshall <ZLMarshall@lbl.gov>
      	* Moving to MG5_aMC_v2_3_2 (several tickets)
      	* Tagging: MadGraph-00-01-24
      
      2015.08.10  Zach Marshall <ZLMarshall@lbl.gov>
      	* Moving to MG5_aMC_v2_3_0 (AGENE-1010 and AGENE-1012)
      	* Tagging: MadGraph-00-01-23
      18eb990c
    • Orel Gueta's avatar
      Changed the printing format of the cross-section to be in scientific notation... · 82a0e26a
      Orel Gueta authored
      Changed the printing format of the cross-section to be in scientific notation and with higher precision. (Herwigpp_i-00-06-20)
      
      	* Tagging: Herwigpp_i-00-06-20
      
      	* src/: Changed the printing format of the cross-section to be in scientific notation and with higher precision.
      82a0e26a
    • Josh McFayden's avatar
      Updating generate_from_gridpack for NLO (MadGraphControl-00-05-24) · 267b0939
      Josh McFayden authored
      	* Updating generate_from_gridpack for NLO
      	* Tagging: MadGraphControl-00-05-24
      
      2015.08.10  Josh McFayden <mcfayden@cern.ch>
      	* Updating arrange_output to use is_NLO_run
      	* Fixing run_name for NLO generate_from_gridpack
      
      2015.08.10  Josh McFayden <mcfayden@cern.ch>
      	* Adding is_NLO_run function and adding real=QCD case
      	* Tagging: MadGraphControl-00-05-23
      
      2015.08.10  Zach Marshall <ZLMarshall@lbl.gov>
      	* Removing unnecessary config code
      	* Tagging: MadGraphControl-00-05-22
      267b0939
  5. Sep 25, 2015
    • James Robinson's avatar
      Restored deprecated generation options. Fixed DYNNLO nominal weight. Increased... · 35f3045c
      James Robinson authored
      Restored deprecated generation options. Fixed DYNNLO nominal weight. Increased number of user-configurable parameters. (PowhegControl-00-02-15)
      
      	* Restored deprecated generateRunCard() and generateEvents() for backwards compatibility
      	* Increased number of user-configurable parameters
      	* Tagged 00-02-15
      
      2015-09-14 James Robinson <james.robinson@cern.ch>
      	* LHEv3 converter now writes out nominal weight
      
      2015-09-10 James Robinson <james.robinson@cern.ch>
      	* Added DYNNLO support - manually forces output into LHEv3 format
      	* Fixed random number bug caused by the fact that iseed supercedes pwgseeds.dat
      	* Tagged 00-02-14
      
      2015-09-01 James Robinson <james.robinson@cern.ch>
      	* Rewrote output handling for robustness against stream blocking
      	* Renaming of strategies and functions (interface is unchanged)
      
      2015-08-28 James Robinson <james.robinson@cern.ch>
      	* Added output tar-ing when outputTXTFile is supplied
      	* Added VBFssWW (validated); ttj, ssWWjj (unvalidated)
      
      ...
      (Long ChangeLog diff - truncated)
    • Ewelina Maria Lobodzinska's avatar
      version 1.54 lcgcmt67c (Epos-01-54-01) · 4024fd6e
      Ewelina Maria Lobodzinska authored
      2015-09-21 E. M. Lobodzinska <ewelina@mail.desy.de>
         * update to version 1.54 (lcgcmt67c)
         * tag as Epos-01-54-01
      
      2015-08-26 E. M. Lobodzinska <ewelina@mail.desy.de>
         * back to version 1.5.3 (new software architecture and fixed requirements) - as 1.5.4 one does not work for gcc48 and
      higher
         * tagged Epos-01-53-03
      
      2015-08-26 E. M. Lobodzinska <ewelina@mail.desy.de>
         * fix for version 1.4 (new software architecture)
         * tagged Epos-01-40-01
      
      2015-06-10 E. M. Lobodzinska <ewelina@mail.desy.de>
         * new version new software infrastructure
         * tag as Epos-01-54-00
      
      2015-06-05 E. M. Lobodzinska <ewelina@mail.desy.de>
         * fix requeirements
         * tag as Epos-01-53-02
      ...
      (Long ChangeLog diff - truncated)
      4024fd6e
    • Ewelina Maria Lobodzinska's avatar
      change jos names in jimmy tests (EvgenJobTransforms-01-02-41) · a29fb826
      Ewelina Maria Lobodzinska authored
              * replace Jimmy with HErwig in JOs names in tests
              * tag as EvgenJobTransforms-01-02-41
      
      2015-09-15 E. M. Lobodzinska <ewelina@mail.desy.de>
              * fix checking of generator names in skeleton.ABtoEVGEN.py
              * tag as EvgenJobTransforms-01-02-40
      
      2015-09-08 E. M. Lobodzinska <ewelina@mail.desy.de>
              * fix checking of generator names in skeleton.GENtoEVGEN.py
              * tag as EvgenJobTransforms-01-02-39
      a29fb826
    • James William Monk's avatar
      improved weight names, JetMatching Hook, GravFlat Hook (Pythia8_i-00-12-02) · a5d98e10
      James William Monk authored
        * Updated weight storage so that names instead of ids are used in the HepMC record
        * tagging Pythia8_i-00-12-02
      
      2015-09-08  James Monk  <jmonk@cern.ch>
        * Added JetMatchingMadGraphHook.cxx for FxFx matching
      
      2015-08-02  James Monk <jmonk@cern.ch>
        *  Updated version of GravFlat UserHook from Jan Stark for 13 TeV running
      a5d98e10
    • Ewelina Maria Lobodzinska's avatar
      fix crmc_set_f parameters (Epos_i-00-01-03) · f001c762
      Ewelina Maria Lobodzinska authored
              * fix the parameters  of crmc_set_f (AGENE-1015)
              * tagging as Epos_i-00-01-03
      
      2015-06-12 E. M. Lobodzinska <ewelina@mail.desy.de>
              *  correct the specification of crmc_set_f - as chenged in crmc 1.54
              * tagging as Epos_i-00-01-02
      
      2015-05-20 E. M. Lobodzinska <ewelina@mail.desy.de>
              * comment out print out
      f001c762
    • Daniel Hayden's avatar
      ATLASOTF-00-03-04 (Rel19) (Powheg-00-03-04) · d1712925
      Daniel Hayden authored
      10-07-15 Daniel Hayden <danhayden0@googlemail.com>
      	* Updated Same as Powheg-00-02-06 (further fixes), but for Rel19.
      	* Tagged Powheg-00-03-04
      d1712925
    • Ewelina Maria Lobodzinska's avatar
      new version for lcgcmt67c (Pythia8-02-10-00) · 153f665d
      Ewelina Maria Lobodzinska authored
        * Update to Pythia 8.210
        * tag as Pythia8-02-10-00
      153f665d
  6. Sep 03, 2015
Loading