Skip to content
Snippets Groups Projects
Commit 673780d7 authored by John Chapman's avatar John Chapman
Browse files

Remove short-lived heap allocations of strings in LArG4Barrel

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
parent 499b1f50
No related branches found
No related tags found
Loading
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment