Skip to content
Snippets Groups Projects
  1. Jun 07, 2018
    • John Chapman's avatar
      Add isTestBeam property to LArBarrelPresamplerCalculator · 21716d97
      John Chapman authored
      Whether we are running a test-beam job or not should be known at
      configuration time, so it is much more efficient to set a configurable
      property at this point rather than checking whether we are using
      a test beam geometry *every single step* in the pre-sampler. Part of
      the changes for ATLASSIM-2643. (Does not change the output in my local tests.)
      
      
      Former-commit-id: 94d71c38165cec8d43a49c10adf7610d5cb04c8a
      21716d97
    • 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
    • Will Leight's avatar
      Fix for ATLASRECTS-4459 · cb894337
      Will Leight authored
      This adds protection against the possibility that the covariance of q/p could be negative for ME tracks: in such a case, the muon is treated as if it had no ME track.
      This solves the FPE reported in ATLASRECTS-4459.  Investigations into the underlying cause of this obviously incorrect result are continuing.
      FT0 violation is expected to be minimal: results of RunTier0Test are available at /afs/cern.ch/work/w/wleight/public/MuonSW/ATLASRECTS-4459/, and none is observed, as expected.
      
      
      Former-commit-id: b5eb112d2b1041376e0a193d2f4f52125fe07ca2
      cb894337
    • Benjamin Trocme's avatar
      Minor fix in binning · 3800667d
      Benjamin Trocme authored
      Former-commit-id: bf058fa6a8746ed896d674a0f7f92b91e2e50546
      3800667d
    • Benjamin Trocme's avatar
      Adding LArFEBMon error monitoring in ROD/ROS plots · df31dbad
      Benjamin Trocme authored
      Former-commit-id: aad84ded5f7aad1a633fcc90b130060c8b0ccfae
      df31dbad
    • Benjamin Trocme's avatar
      Adding LArFEBMon error monitoring in ROD/ROS plots · 898724e4
      Benjamin Trocme authored
      Former-commit-id: 5c0ed559fb94b7f34963d92f7a4edab325234b2a
      898724e4
Loading