Skip to content
Snippets Groups Projects
  1. Jun 07, 2018
    • John Chapman's avatar
      Code tidying of LArG4Barrel package · 0fe84132
      John Chapman authored
      Making a variables const where possible and tidying some syntax.
      
      
      Former-commit-id: ad6fa0646125011fba809da00dc46837544d988f
      0fe84132
    • John Chapman's avatar
      Remove short-lived heap allocations of strings in LArG4Barrel · 673780d7
      John Chapman authored
      As mentioned in	ATLASSIM-2643, lines using char* literals cause	short-lived
      heap-allocations, harming simulation performance. This merge request aims
      to mitigate this by making the strings in question static const.
      
      
      Former-commit-id: 9680dee1dc3df5ad5ad7958a1fda116ddf76d85f
      673780d7
    • John Chapman's avatar
      Remove short-lived heap allocations in LArG4HEC · 499b1f50
      John Chapman authored
      As mentioned in ATLASSIM-2643, lines using char* literals cause short-lived
      heap-allocations, harming simulation performance. This merge request aims
      to mitigate this by making the strings in question static const.
      
      
      Former-commit-id: 9f80174247e061081f80592aac85f5429fa5de79
      499b1f50
  2. Jun 06, 2018
  3. Jun 05, 2018
  4. Jun 04, 2018
  5. Jun 03, 2018
  6. Jun 01, 2018
Loading