Skip to content
Snippets Groups Projects
  1. May 31, 2024
  2. May 30, 2024
  3. May 28, 2024
  4. May 17, 2024
    • John Derek Chapman's avatar
      HepMcParticleLink constructor syntax clean-up. · 8779fec2
      John Derek Chapman authored and Tadej Novak's avatar Tadej Novak committed
      HepMcParticleLink constructor syntax clean-up.
      
      Avoid using 0 in combination with HepMcParticleLink::IS_EVENTNUM in constructor calls as this is not properly supported.
      It is more correct to directly use 0 with HepMcParticleLink::IS_POSITION to indicate that the link is to the first
      GenEvent in the McEventCollection.
      8779fec2
  5. Mar 27, 2024
  6. Mar 18, 2024
  7. Mar 08, 2024
  8. Dec 13, 2023
  9. Dec 06, 2023
  10. Dec 01, 2023
  11. Nov 30, 2023
  12. Feb 23, 2023
  13. Jan 31, 2023
  14. Dec 14, 2022
  15. Nov 17, 2022
    • Frank Winklmeier's avatar
      MCTruth: use non-const particles · ea7df69e
      Frank Winklmeier authored
      This is similar to !58354 and removes unnecessary `const` qualifiers on
      `GenParticle` and `ISFParticle` to avoid `const_cast` downstream for
      the following classes:
      - `PrimaryParticleInformation`
      - `TrackBarcodeInfo`
      - `TrackInformation`
      - `VTrackInformation`
      ea7df69e
  16. Sep 30, 2020
  17. Sep 20, 2020
  18. Sep 02, 2020
  19. Aug 10, 2020
    • John Chapman's avatar
      Rename EventInformation class to AtlasG4EventUserInfo · 21a1fcdc
      John Chapman authored
      The `EventInformation` class inherits from the `G4VUserEventInformation` class.
      It is used to pass around additional information about the truth particle
      currently being processed.
      However, the name is very similar to the `(xAOD::)EventInfo` object used
      elsewhere in Athena. In order to avoid this clash this commit renames the
      `EventInformation` class to `AtlasG4EventUserInfo`.
      21a1fcdc
  20. Jul 08, 2020
  21. Jun 29, 2020
  22. Apr 26, 2020
  23. Apr 23, 2020
  24. Dec 11, 2017
  25. Dec 08, 2017
    • Toshiaki Kaji's avatar
      Revert "fix conflicts of KinkTrkSingleJetMetFilterTool" · cdf718bf
      Toshiaki Kaji authored
      This reverts commit 9156e32ac88ebae9bf90ce0c19a40933a6fb097e [formerly f73d17d3f46239034e6ab596ed09b9aa922f4ad5], reversing
      changes made to 27d106d1c78657e78ee8e51365e28572176cf185 [formerly 8f2f51887120a7b1cc2c7aff8c3101d0e69d4a2d].
      
      
      Former-commit-id: 9d67f5b8a4078841f852715040f5a05bd7efc41b
      cdf718bf
  26. Nov 23, 2017
  27. Mar 24, 2017
  28. Feb 15, 2017
    • John Derek Chapman's avatar
      MCTruth/TrackHelper.h, src/TrackHelper.cxx - add GetParticleLink method to... · 9cd430a6
      John Derek Chapman authored
      MCTruth/TrackHelper.h, src/TrackHelper.cxx - add GetParticleLink method to build a HepMcParticleLink corresponding to the current G4Track. Includes commented out code for post-HepMcParticleLink migration (ATLASSIM-2430). CMakeLists.txt, cmt/requirements - add use statements for GeneratorObjects and ISF_Event. Tagging MCTruth-00-05-00 (MCTruth-00-05-00)
      
      2016-07-14  John Chapman  <John.Chapman@cern.ch>
      
      	* MCTruth/TrackHelper.h, src/TrackHelper.cxx - add GetParticleLink
      	method to build a HepMcParticleLink corresponding to the current
      	G4Track. Includes commented out code for post-HepMcParticleLink
      	migration (ATLASSIM-2430).
      	* CMakeLists.txt, cmt/requirements - add use statements for
      	GeneratorObjects and ISF_Event.
      	* tagging MCTruth-00-05-00
      
      
      Former-commit-id: b81f338062a3b8ca44bf6ad29aea1c4fe2e53441
      9cd430a6
  29. 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
  30. Sep 15, 2015
    • 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
  31. Mar 20, 2015
  32. Feb 07, 2015
    • Zach Marshall's avatar
      Updating TrackRecordCollection to vector<T> (MCTruth-00-01-16) · 94ba2901
      Zach Marshall authored
      	* Updating TrackRecordCollection to vector<T>
      	* Tagging: MCTruth-00-01-16
      
      2015-01-17  Elmar Ritsch <Elmar.Ritsch@cern.ch>
      	* Fixing uninitialized member variable in one of the TrackInformation
      	constructors (ATLASSIM-1738)
      	* Tagging: MCTruth-00-01-15
      
      2015-01-17  Elmar Ritsch <Elmar.Ritsch@cern.ch>
      	* Fixing uninitialized member variable in TrackBarcodeInfo constructor
      	(ATLASSIM-1738)
      	* Tagging: MCTruth-00-01-14
      
      2015-01-16  Elmar Ritsch <Elmar.Ritsch@cern.ch>
      	* Adding boolean flag in VTrackInformation (+derived classes) for tracks
      	that were returned to the ISF (ATLASSIM-1738)
      	* Tagging: MCTruth-00-01-13
      94ba2901
  33. Nov 05, 2014
  34. Sep 19, 2014
Loading