Skip to content
Snippets Groups Projects
  1. Sep 15, 2015
    • Antonio Limosani's avatar
      add option to run with root6 (ValgrindRTTJobs-00-01-22) · f5bb1ba7
      Antonio Limosani authored
      	* Put back standard RAW to ESD job
      	* Add smc-check to get valgrind to work with ROOT6
      	* tag ValgrindRTTJobs-00-01-22
      f5bb1ba7
    • Peter Onyisi's avatar
      Fix for different exception types in ROOT 6 PyCool (ATLASRECTS-2245) (DQUtils-00-01-06) · 2fd5e379
      Peter Onyisi authored
      	* Fix for different exception types in ROOT 6 PyCool (ATLASRECTS-2245)
      	* DQUtils-00-01-06
      
      2015-06-04 Peter Onyisi <ponyisi at cern.ch>
      	* Fix lingering EOR_Params
      	* DQUtils-00-01-05
      
      2015-05-11 Peter Onyisi <ponyisi at cern.ch>
      	* Add SOR, EOR to db.py
      	* DQUtils-00-01-04
      
      2015-04-20  scott snyder  <snyder@bnl.gov>
      
      	* Tagging DQUtils-00-01-03.
      	* dict/dictionary.h: Work around compilation warning.
      2fd5e379
    • Elmar Ritsch's avatar
      Moving all header files into src directory + replacing all direct dependencies... · b5645410
      Elmar Ritsch authored
      Moving all header files into src directory + replacing all direct dependencies on Tracking code by calls to the new ITrkExtrapolator interface provided by ISF_TrackingInterfaces (ISF_SimulationSelectors-00-02-00)
      
      	* Moving all header files into src directory
      	* src/ConeSimSelector.h/cxx - replacing all direct dependencies on
      	Tracking code by calls to the new ITrkExtrapolator interface
      	provided by ISF_TrackingInterfaces
      	* tagging as ISF_SimulationSelectors-00-02-00
      
      2015-06-22  Robert Harrington <roberth@cern.ch>
      	* ISF_SimulationSelectorsConfig(Db).py - moved existing
      	getFatrasPileupSelector to getFatrasPileupSelector_noHits,
      	re-tooling FatrasPileupSelector to do simulation with split
      	between hard-scatter and pileup
      	* tagging as ISF_SimulationSelectors-00-01-09
      
      2015-04-28  Richard Hawkings <richard.hawkings@cern.ch>
      	* PileupSimSelector.cxx,h - add parameter PileupBCID to give
      	  list of BCIDs to accept/select
      	* Tagged as ISF_SimulationSelectors-00-01-08
      b5645410
    • Vladimir Lyubushkin's avatar
      use HepMC::GenEvent() instead of GenEvent(); ATLASSIM-2044; tag as... · a72bb9a3
      Vladimir Lyubushkin authored
      use HepMC::GenEvent() instead of GenEvent(); ATLASSIM-2044; tag as FastChainPileup-00-00-06 (FastChainPileup-00-00-06)
      
      	* use HepMC::GenEvent() instead of GenEvent(), ATLASSIM-2044
      	* Tag as FastChainPileup-00-00-06
      
      2015-05-19 Vladimir Lyubushkin <vladimir.lyubushkin@cern.ch>
      	* add initialization for histogramms pointers in constructor
      	* Tag as FastChainPileup-00-00-05
      a72bb9a3
    • Peter Van Gemmeren's avatar
      Better ROOT settings (OutputStreamAthenaPool-00-02-80) · 6239100a
      Peter Van Gemmeren authored
      	* python/MultipleStreamManager.py: Set xAOD to split static aux store
      	(previously hardcoded) in MultipleStreamManager.NewPoolRootStream.
      	* Tagging as OutputStreamAthenaPool-00-02-80
      
      2015-04-23 Will Buttinger <will@cern.ch>
      	* src/AthenaPoolOutputStreamTool.cxx: Added exception for Aux objects, which don't get a CLID in the first event (only when loaded later) because of issues with the way cliddb is generated at compile time. Should allow people to run with TakeItemsFromInput when working with xAOD
      	* Tagging as OutputStreamAthenaPool-00-02-78
      
      2015-03-04 Peter van Gemmeren <gemmeren@anl.gov>
      	* Fixing Compression and AutoFlush settings to
      	MultipleStreamManager.NewPoolRootStream.
      	* Tagging as OutputStreamAthenaPool-00-02-77
      
      2015-02-26 Will Buttinger <will@cern.ch>
              * src/AthenaPoolOutputStreamTool.cxx: Added check of availability of clid before adding to ItemList, when taking list from input
              * Tagging as OutputStreamAthenaPool-00-02-76
      6239100a
    • Sarka Todorova's avatar
      bugfix in navigation (TrkExTools-03-01-32) · b8516972
      Sarka Todorova authored
      	* bugfix for navigation breaks in TimedExtrapolator (imported from -0-00-34-branch)
      	* Tagged as TrkExTools-03-01-32
      b8516972
    • Robert Harrington's avatar
      changes to allow split simulation of hard scatter and pileup (ISF_FatrasServices-00-02-14) · f63c3272
      Robert Harrington authored
      2015-06-22 Robert Harrington <roberth@cern.ch>
      	* ISF_FatrasServicesConfig(Db).py:
      	- added pileup hit creators
      	- modified existing ISF_FatrasPileupSimTool to use new
      	ISF_FatrasPileupSimHitCreatorID,
      	- modified ISF_FatrasPileupSimSvc to use ISF_FatrasPileupSimTool for ID
      	* tagging as ISF_FatrasServices-00-02-14
      
      2015-06-15 Sharka Todorova <sarka.todorova@cern.ch>
      	* remove (I)PhotonConversionSampler ( duplicating (I(PhotonConversionTool
      	* tagging as ISF_FatrasServices-00-02-13
      
      2015-06-12 Sharka Todorova <sarka.todorova@cern.ch>
      	* update for 'old' extrapolation
      	* tagging as ISF_FatrasServices-00-02-12
      
      2015-06-05 Sharka Todorova <sarka.todorova@cern.ch>
      	* cleanup of duplicate eloss tools
      	* tagging as ISF_FatrasServices-00-02-11
      
      ...
      (Long ChangeLog diff - truncated)
      f63c3272
    • Peter Van Gemmeren's avatar
      Better ROOT settings (RecExCommon-00-14-34) · 3f6c0124
      Peter Van Gemmeren authored
      	* share/RecoUtils.py: Set xAOD to split static aux store (previously hardcoded).
      	Modify POOL settings (AutoFlush) for ESD, 100 events causes VMEM
      	increase, reduced to 10. No longer split aux store (reduces branch count).
      	* tagging RecExCommon-00-14-34
      3f6c0124
    • Peter Van Gemmeren's avatar
      Remove split-level overwrite hack (RootStorageSvc-00-04-44) · 02856a31
      Peter Van Gemmeren authored
      	* Tagging RootStorageSvc-00-04-44.
      	* src/RootTreeContainer.cpp: Allow setting of split-level for all
      	static aux store container, by using "Aux." as container name.
      	Remove split-level overwrite hack.
      
      2015-06-22  scott snyder  <snyder@bnl.gov>
      
      	* Tagging RootStorageSvc-00-04-43.
      	* Fix clang warnings.
      
      2015-03-26  Peter van Gemmeren  <gemmeren@anl.gov>
      
      	* Tagging RootStorageSvc-00-04-42.
      	* src/RootDatabase.cpp: Add IOBYTES_WRITTEN and IOBYTES_READ options.
      
      2015-03-11  scott snyder  <snyder@bnl.gov>
      
      	* Tagging RootStorageSvc-00-04-41.
      	* src/RootTreeContainer.cpp (open): Fix coverity warning.
      ...
      (Long ChangeLog diff - truncated)
      02856a31
    • Elmar Ritsch's avatar
      updating regression tests to use new common DCube xml files placed under... · 32286ecb
      Elmar Ritsch authored
      updating regression tests to use new common DCube xml files placed under 'MCProd' in the RTT DCube reference directory (should fix ATLASSIM-2073) + moving old 'MC12' references to 'MCProd' directory for 'G4_minbias_4reco' job (ISF_Validation-00-03-07)
      
      	* test/ISF_Validation_TestConfiguration.xml:
      		** updating regression tests to use new common DCube xml
      		files placed under 'MCProd' in the RTT DCube reference directory
      		(should fix ATLASSIM-2073)
      		** moving old 'MC12' references to 'MCProd' directory for
      		'G4_minbias_4reco' job
      	* tagging ISF_Validation-00-03-07
      
      2015-06-18  Elmar Ritsch  <Elmar.Ritsch@cern.ch>
      	* test/ISF_Validation_TestConfiguration.xml: adding missing
      	<noalarm /> tag to 'G4_minbias_4reco' and
      	'G4_minbias_1sim_Compare_MCProd_G4' postprocessing tests (ATLASSIM-2062)
      	* tagging ISF_Validation-00-03-06
      
      2015-06-17  Elmar Ritsch  <Elmar.Ritsch@cern.ch>
      	* test/ISF_Validation_TestConfiguration.xml: adding <noalarm /> tag
      	to DCubeRunner tests in order to avoid postprocessing errors caused
      	by DCube comparisons (ATLASSIM-2062)
      	* tagging ISF_Validation-00-03-05
      
      ...
      (Long ChangeLog diff - truncated)
      32286ecb
    • John Derek Chapman's avatar
      cmt/requirements - commented out use statement for EventPrimitives as it was... · bf1934e1
      John Derek Chapman authored
      cmt/requirements - commented out use statement for EventPrimitives as it was not required. Tag as ISF_FatrasInterfaces-00-03-07 (ISF_FatrasInterfaces-00-03-07)
      
      	* cmt/requirements - commented out use statement for
      	EventPrimitives as it was not required.
      	* tag as ISF_FatrasInterfaces-00-03-07
      
      2015-06-15 Sarka Todorova <sarka.todorova@cern.ch>
      	  * IPhotonConversionSampler removed ( duplicated IPhotonConversionTool )
      	  * tag as ISF_FatrasInterfaces-00-03-06
      
      2015-05-19 Sarka Todorova <sarka.todorova@cern.ch>
      	  * IParticleDecayer removed ( merged with IParticleDecayHelper )
      	  * IphysicsValidationTool interfaced with TransportEngine
      	  * IPhotonConversionTool : TrackParameters->NeutralParameters
      	  * IProcessSamplingTool : inelastic interaction included
      	  * IHadronicInteractionProcessor : MaterialProperties->Material in the interface
      	  * tag as ISF_FatrasInterfaces-00-03-05
      
      2014-03-18 Noemi Calace < Noemi.Calace -at- cern.ch >
      	  * Changing IPhotonConversionSampler interface
                * tag as ISF_FatrasInterfaces-00-03-04
      
      ...
      (Long ChangeLog diff - truncated)
      bf1934e1
    • Robert Harrington's avatar
      modified python configuration to allow multiple FastShowerCellBuilderTool... · 285a0279
      Robert Harrington authored
      modified python configuration to allow multiple FastShowerCellBuilderTool instances (FastCaloSim-00-01-59)
      
      	* Modified python configuration to allow multiple
      	FastShowerCellBuilderTool instances
      	* tagging as FastCaloSim-00-01-59
      
      2015-04-28 <michael.duehrssen@cern.ch>
      	* Fix for nan appearing in parametrization (https://its.cern.ch/jira/browse/ATLASSIM-1930)
      	* tagging as FastCaloSim-00-01-58
      
      2015-04-14 <zdenek.hubacek@cern.ch>
      	* Fix Uninitialized scalar field (coverity cid 14458)
      	* tagging as FastCaloSim-00-01-57
      
      2015-04-14 <zdenek.hubacek@cern.ch>
      	* Changing order in FastShowerCellBuilderTool.cxx (l. 1092, 1282)
      	* tagging as FastCaloSim-00-01-56
      
      2015-04-10 <zdenek.hubacek@cern.ch>
      	* One more fix (same as before, l.1053)
      	* tagging as FastCaloSim-00-01-55
      
      ...
      (Long ChangeLog diff - truncated)
      285a0279
    • Robert Harrington's avatar
      modified skeleton.EVGENtoRDO.py for pileup (FullChainTransforms-00-01-04) · f8575c70
      Robert Harrington authored
      	* share/skeleton.EVGENtoRDO.py
      	- added configuration of PileUpToolsAlg depending on digiSteeringConf
      	* tag FullChainTransforms-00-01-04
      
      2015-04-28 Graeme Stewart <graeme.andrew.stewart@cern.ch>
      	* cmt/requirements
      	- Remove tests
      	* test/FullChainTransforms_TestConfiguration.xml
      	- Delete (move substep integration test to PyJobTransforms)
          * Tag FullChainTransforms-00-01-03
      
      2015-04-23 Richard Hawkings <richard.hawkings@cern.ch>
          * Tag FullChainTransforms-00-01-02
      	* share/skeleton.EVGENtoRDO.py - add include of
      	FastChainPileup/FastPileupSimConfig.py if inline pileup being used
      f8575c70
    • jhenders's avatar
      add check for steering flag in EvtGen fHerwig case (previously commented out)... · 57c02951
      jhenders authored
      add check for steering flag in EvtGen fHerwig case (previously commented out) (EvgenJobTransforms-01-02-38)
      
              * add check for steering flag in EvtGen fHerwig case (previously commented out)
              * tag as EvgenJobTransforms-01-02-38
      
      2015-06-10 E. M. Lobodzinska <ewelina@mail.desy.de>
              * set MC15JobOptions as default, (no need to use oficial JOs name in private MC15 production)
      
      2015-06-01 E. M. Lobodzinska <ewelina@mail.desy.de>
              * fix typo in skeleton.ABtoEVGEN.py
              * tag as EvgenJobTransforms-01-02-37
      
      2015-05-26 E. M. Lobodzinska <ewelina@mail.desy.de>
              * allow for generator aliases in the JOs name
              * tag as EvgenJobTransforms-01-02-36
      
      2015-05-12 E. M. Lobodzinska <ewelina@mail.desy.de>
              * correct the names of ProtosLHEF inputs
              * tag as EvgenJobTransforms-01-02-35
      
      2015-04-24 E. M. Lobodzinska <ewelina@mail.desy.de>
              * remove checks for inputs in skeleton.ABtoEVGEN.py
      ...
      (Long ChangeLog diff - truncated)
      57c02951
    • Robert Harrington's avatar
      fix for ISFParticle::setExtraBC method (ISF_Event-00-07-00-02) · 02265934
      Robert Harrington authored
      	* changed ISFParticle::setExtraBC method to create new ParticleUserInfo if missing
      	* tag as ISF_Event-00-07-00-02
      
      2015-05-19 Sharka Todorova <sarka.todorova@cern.ch>
      	* branch for Fatras development/validation
      	* add MaterialPathInfo to the ParticleUserInformation
      	* tag as ISF_Event-00-07-00-01
      
      2015-05-15  Elmar Ritsch  <Elmar.Ritsch@cern.ch>
      
      	* ISF_Event/ITruthIncident.h: merging changes from ISF_Event-00-06-03-branch
      		(for ATLASSIM-1953 ATLPHYSVAL-243) back into trunk
      	* ITruthIncident.h, ISFTruthIncident.h and ISFTruthIncident.cxx:
      		* interface cleanup
      		* implementing method to query whether primary particle survived
      		  truth incident (ATLASSIM-1967)
      		* implementing method to query for process category (ATLASSIM-1931)
      	* tagging as ISF_Event-00-07-00
      
      2015-04-10  Zdenek Hubacek <Zdenek.Hubacek@cern.ch>
      ...
      (Long ChangeLog diff - truncated)
      02265934
    • Scott Snyder's avatar
      PyCintex -> cppyy. (TrigEgammaRec-02-00-65) · f4b01ecd
      Scott Snyder authored
      	* Tagging TrigEgammaRec-02-00-65.
      	* python/TrigEgammaRecConfig.py: PyCintex -> cppyy.
      
      2015-06-04 Ryan White <ryan.white@cern.ch>
      	* Remove header
      	* TrigEgammaRec-02-00-64
      
      2015-05-20 Ryan White <ryan.white@cern.ch>
      	* Change to EGammaAmbiguityTool
      	* TrigEgammaRec-02-00-63
      f4b01ecd
    • Scott Snyder's avatar
      Avoid redundant divisions. Fix property name typo. (egammaTools-01-01-35) · 164a76a7
      Scott Snyder authored
      	* Tagging egammaTools-01-01-35.
      	* src/egammaClusterOverlapMarker.cxx: Fix property name typo.
      	* Avoid redundant divisions.
      
      2015-06-11  Christos Anastopoulos <Christos.Anastopoulos@cern.ch>
      
      	* Remove un-nneded toPersistent() calls
      	* Use cluster E resolution for the electron cov matrix
      	* Tagging egammaTools-01-01-34
      
      2015-05-20 Bruno Lenzi
      
      	* Removing EMAmbiguityTool, replaced by the dual-use version
      	EGammaAmbiguityTool
      	* Tagging egammaTools-01-01-33
      
      2015-05-19 Bruno Lenzi
      
      	* Adding EGammaAmbiguityTool to egammaToolsFactories.py
      ...
      (Long ChangeLog diff - truncated)
      164a76a7
    • Walter Lampl's avatar
      use only cells of the same region for correcting neighbors (CaloCellCorrection-00-00-36) · fe1d7c76
      Walter Lampl authored
      	* use only cells of the same region for correcting neighbors
      	* tag CaloCellCorrection-00-00-36
      fe1d7c76
    • John Derek Chapman's avatar
      MCTruth/AtlasTrajectory.h, src/AtlasTrajectory.cxx - use G4VERSION_NUMBER... · aa783dd9
      John Derek Chapman authored
      MCTruth/AtlasTrajectory.h, src/AtlasTrajectory.cxx - use G4VERSION_NUMBER variable to restore compatibility with G4 versions older than 10.1. src/TruthStrategyManager.cxx - set the GenVertex ID for secondary vertices to the G4 process subtype + 1000. ATLASSIM-2055. Tagging: MCTruth-00-02-00 (MCTruth-00-02-00)
      
      	* MCTruth/AtlasTrajectory.h, src/AtlasTrajectory.cxx - use
      	G4VERSION_NUMBER variable to restore compatibility with G4
      	versions older than 10.1.
      	* src/TruthStrategyManager.cxx - set the GenVertex ID for
      	secondary vertices to the G4 process subtype +
      	1000. ATLASSIM-2055.
      	* Tagging: MCTruth-00-02-00
      
      2015-03-12  Zach Marshall <ZLMarshall@lbl.gov>
      	* Fixing warning in DrawTrajectory; ATLASSIM-1879; for real this time
      	* Tagging: MCTruth-00-01-18
      aa783dd9
    • Nicholas Styles's avatar
    • Jochen Meyer's avatar
      addressing coverity defect (MuonGMdbObjects-00-01-08) · fea7ba2c
      Jochen Meyer authored
      	* tagging MuonGMdbObjects-00-01-08
      	* addressing coverity defect 28661 (again)
      fea7ba2c
    • Andrea Dell'Acqua's avatar
      see ChangeLog (NSW_Sim-00-00-17) · f587ab07
      Andrea Dell'Acqua authored
          * tagging NSW_Sim-00-00-17
          * added stations.v1.70.xml and stations.v1.71.xml
          * added symlink NSW_StationDescription.xml to the latest description file
      f587ab07
    • Sarka Todorova's avatar
      cleanup of photon conversion tools (ISF_FatrasTools-00-03-35) · 1039d1ce
      Sarka Todorova authored
      	* remove PhotoConversionSampler ( duplicates PhotonConversionTool )
      	* tagged as ISF_FatrasTools-00-03-35
      
      2015-06-12 Sharka Todorova <sarka.todorova@cern.ch>
      	* updates for old extrapolation
      	* dependence on TrkExEngine removed from McMaterialEffectsEngine
      	* tagged as ISF_FatrasTools-00-03-34
      
      2015-06-08 Sharka Todorova <sarka.todorova@cern.ch>
      	* bugfix in McMaterialEffectsEngine
      	* tagged as ISF_FatrasTools-00-03-33
      
      2015-06-05 Sharka Todorova <sarka.todorova@cern.ch>
      	* cleanup of duplicate eloss tools
      	* tagged as ISF_FatrasTools-00-03-32
      
      2015-05-22 Sharka Todorova <sarka.todorova@cern.ch>
      	* add missing l0 info
      	* tagged as ISF_FatrasTools-00-03-31
      
      ...
      (Long ChangeLog diff - truncated)
      1039d1ce
    • Siarhei Harkusha's avatar
      moved T/P converters for TileHit and TileHitVector from TileTPCnv to... · c92b8972
      Siarhei Harkusha authored
      moved T/P converters for TileHit and TileHitVector from TileTPCnv to TileSimEventTPCnv (TileTPCnv-00-02-13)
      
      	* moved T/P converters for TileHit and TileHitVector from TileTPCnv to TileSimEventTPCnv
      	* Tagging TileTPCnv-00-02-13
      c92b8972
    • Siarhei Harkusha's avatar
      moved T/P converters for TileHit and TileHitVector from TileTPCnv to... · 8a4212f2
      Siarhei Harkusha authored
      moved T/P converters for TileHit and TileHitVector from TileTPCnv to TileSimEventTPCnv (TileSimEventTPCnv-00-00-01)
      8a4212f2
    • Siarhei Harkusha's avatar
      moved pool convertor for TileHitVectorCnv to seperate package... · 06a95a9f
      Siarhei Harkusha authored
      moved pool convertor for TileHitVectorCnv to seperate package TileSimEventAthenaPool (TileSimEventAthenaPool-00-00-01)
      06a95a9f
    • John Derek Chapman's avatar
      python/MCTruthSimAlgsConfig.py, python/MCTruthSimAlgsConfigDb.py - add... · bf8164a2
      John Derek Chapman authored
      python/MCTruthSimAlgsConfig.py, python/MCTruthSimAlgsConfigDb.py - add MergeCaloEntryLayerTool CfgGetter method. ATLASSIM-2054. Tagging: MCTruthSimAlgs-01-02-04 (MCTruthSimAlgs-01-02-04)
      
      	* python/MCTruthSimAlgsConfig.py, python/MCTruthSimAlgsConfigDb.py
      	- add MergeCaloEntryLayerTool CfgGetter method. ATLASSIM-2054.
      	* Tagging: MCTruthSimAlgs-01-02-04
      bf8164a2
    • Elmar Ritsch's avatar
      removing unused and unfinised G4ConfigTool implementation (ATLASSIM-2053)... · 4d699abd
      Elmar Ritsch authored
      removing unused and unfinised G4ConfigTool implementation (ATLASSIM-2053) (ISF_Geant4Config-00-01-23)
      
      	* removing unused and unfinised G4ConfigTool implementation (ATLASSIM-2053)
      	* tag ISF_Geant4Config-00-01-23
      4d699abd
    • Hong Ma's avatar
      initial version (LArSimEventTPCnv-00-00-00) · b6f79be6
      Hong Ma authored
      b6f79be6
    • Hong Ma's avatar
      initial version (CaloSimEventTPCnv-00-00-00) · 422d0ea3
      Hong Ma authored
      422d0ea3
    • Hong Ma's avatar
      9fd993a2
    • Nicholas Styles's avatar
      reinstating InDetSimData (InDetEventAthenaPool-00-10-01) · 560d0197
      Nicholas Styles authored
      	* Reinstating InDetSimData (SDOs)
      	* Tagged as InDetEventAthenaPool-00-10-01
      
      2015-06-08 Nick Styles
      	* First try factorising out Sim Hits (go into InDetSimEventAthenaPool)
      	* Tagged as InDetEventAthenaPool-00-10-00
      560d0197
    • Nicholas Styles's avatar
    • Ewelina Maria Lobodzinska's avatar
      new version new software infrastructure (Epos-01-54-00) · a6b4b1df
      Ewelina Maria Lobodzinska authored
         * 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
      
      2015-06-05 E. M. Lobodzinska <ewelina@mail.desy.de>
         * fix requeirements
         * tag as Epos-01-53-01
      
      2015-04-28 E.M.Lobodzinska <ewelina@mail.desy.de>
        *  new version - 1.53-  (old software architecture)
        * tagged as Epos-01-53-00
      a6b4b1df
    • Sarka Todorova's avatar
      reduce Tracking dependence (ISF_FatrasToolsG4-00-01-10) · 841a5e97
      Sarka Todorova authored
      2015-06-09 Sharka Todorova <sarka.todorova -at- cern.ch >
                * reduce Tracking dependence
                * tagging as ISF_FatrasToolsG4-00-01-10
      2015-06-08 Sharka Todorova <sarka.todorova -at- cern.ch >
                * enhance heavy targets
                * tagging as ISF_FatrasToolsG4-00-01-09
      
      2015-06-05 Sharka Todorova <sarka.todorova -at- cern.ch >
                * switch to momentum cut for secondaries
                * tagging as ISF_FatrasToolsG4-00-01-08
      
      2015-05-22 Sharka Todorova <sarka.todorova -at- cern.ch >
                * switch to G4Nist material for hadronic interaction
                * tagging as ISF_FatrasToolsG4-00-01-07
      
      2015-05-19 Sharka Todorova <sarka.todorova -at- cern.ch >
                * removed G4ParticleDecayCreator ( merged with G4ParticleDecayHelper)
                * MaterialProperties->Material in had.int.interface
                * tagging as ISF_FatrasToolsG4-00-01-06
      
      ...
      (Long ChangeLog diff - truncated)
      841a5e97
    • Hong Ma's avatar
      move LArHitContainerCnv to LArSimEventAthenaPool (LArAthenaPool-00-12-00) · d383eba6
      Hong Ma authored
      	* tagging LArAthenaPool-00-12-00
      	move LArHitContainerCnv to LArSimEventAthenaPool
      	(requested by John Chapman)
      d383eba6
    • Hong Ma's avatar
      move LArHit* converters to LArSimEventTPCnv (LArTPCnv-00-06-00) · 4ed43a1f
      Hong Ma authored
      	* tagging LArTPCnv-00-06-00
      	move LArHit* converters to LArSimEventTPCnv
      	(requested by John Chapman)
      4ed43a1f
    • Hong Ma's avatar
      moving CaloCalibrationHitContainerCnv to CaloSimEventAthenaPool (CaloAthenaPool-00-03-00) · a460eeab
      Hong Ma authored
      	* tagging Tagging CaloAthenaPool-00-03-00
      	moving CaloCalibrationHitContainerCnv to CaloSimEventAthenaPool
      	(requested by J. Chapman)
      a460eeab
    • Christos Anastopoulos's avatar
      Add getTrackParticlesVec helper. (xAODEgamma-00-01-40) · ae472bc3
      Christos Anastopoulos authored
      	* Add getTrackParticlesVec helper.
      	* Apparently the getTrackParticles which is there to
      	* help with the isolation  and thus returns a set,
      	* has led to a "confusion" as the set does not retain the original
      	* ordering. The current helper has to stay as it used by the isolation.
      	* Added another one that returns a vector and hopefully people will
      	* either use the methods from the interface or read the comments on the methods.
      	* Tagged as xAODEgamma-00-01-40
      
      2015-06-06 Christos Anastopoulos <Christos.Anastopoulos@cern.ch>
      
      	* Small fixes , a bit more comments, documentation
      	* Tagged as xAODEgamma-00-01-39
      
      2015-06-02 Will Buttinger <will@cern.ch>
      	* Root/xAODEgammaCLIDs.cxx: Add this file to ensure the storegate+class_def stuff is encountered at compile time ... necessary
      	to avoid problems with address remappings etc (need to know the SG::BASE structure early!)
      	* Tagged as xAODEgamma-00-01-38
      
      ...
      (Long ChangeLog diff - truncated)
      ae472bc3
    • Nicholas Styles's avatar
      First try factorising out Sim Hits (InDetEventTPCnv-01-04-00) · 5afd9d74
      Nicholas Styles authored
      	* First try factorising out Sim Hits (go into InDetSimEventTPCnv)
      	* Tag as InDetEventTPCnv-01-04-00
      5afd9d74
Loading