- Jun 13, 2018
-
-
James Beacham authored
Remove MA27 and clean up private member variables See merge request atlas/athena!11334 Former-commit-id: 974faa2b26cb119cf525a41e2fa7432d0bdd0a8c
-
- Jun 12, 2018
-
-
James Beacham authored
Changed the monitored non-iso chain to the HLT_mu50 See merge request atlas/athena!12033 Former-commit-id: dc680197102454a3467ea185a4e3fcb786710b22
-
James Beacham authored
LAr webdisplay update:adding new coverage plot for MNB See merge request atlas/athena!12010 Former-commit-id: dbaa8f0b19dad66ed65d5b0ebed1f24c63e4d2c7
-
James Beacham authored
DataQualityUtils/Script : moving pathExtract and fixing tau names in hotSpotInScripts See merge request atlas/athena!12013 Former-commit-id: a34972671bb75b1d98556f42061b153c6db3f275
-
James Beacham authored
21.0 trig prescale mon new See merge request atlas/athena!12015 Former-commit-id: f84cfe310fafa4919cd3f75e45edb29d1b7c809a
-
James Beacham authored
LArG4 code clean up See merge request atlas/athena!11959 Former-commit-id: f96294a1e859f36b1a05adbcc66222ce9911308b
-
James Beacham authored
Fix for Coverity Defect 114473 in ISF_PunchThroughTools See merge request atlas/athena!11956 Former-commit-id: c152e0b90e6f226c86f71c10394d9bccb01ab59d
-
James Beacham authored
Fix Coverity Defect Report 115524 in G4DebuggingTools See merge request atlas/athena!11955 Former-commit-id: 5a10fcb1ad39952cacf0c31c795d8585f64b3755
-
James Beacham authored
PHOTOS updates for PowhegControl See merge request atlas/athena!11898 Former-commit-id: d33567d32365676c3eb3478896c5ffb95a3c654c
-
Former-commit-id: 39ce2775877ed3acb58ad79706bd1e5e91a0e2e9
-
James Beacham authored
add option "--ratiorange" to DataQuality/DataQualityUtils/scripts/physval_make_web_display.py See merge request atlas/athena!11862 Former-commit-id: 748b71487e8b2c168b36445b3ff4a89d8177b1fe
-
James Beacham authored
Move all configuration for ISF_ParticleFinalStateFilter into the CfgGetter method See merge request atlas/athena!10423 Former-commit-id: 3924bc802f57afc6ba8516c7c7f59a3005e3ab2a
-
James Beacham authored
21.0 update trf arg classes See merge request atlas/athena!11987 Former-commit-id: d0b0739cc87ac012f2100e85181f71b766874312
-
James Beacham authored
FastChain ART job splitreco and comparison updates See merge request atlas/athena!11733 Former-commit-id: 3c3c5a8917e370342ac9fcddf9dfb6a4b5e73c1b
-
- Jun 09, 2018
-
-
Yohei Noguchi authored
Also updated han-config related to the changed histograms Former-commit-id: 75773254db5b08a0a82d812808d422697a30cd20
-
- Jun 08, 2018
-
-
Tamara Vazquez Schroeder authored
21.0 clean licenceandcopyright trig t1 See merge request atlas/athena!11740 Former-commit-id: 5da8447e2a1a952613d7a07472cbdbc3af19b30a
-
Margherita Spalla authored
Former-commit-id: a8965b5a6ef7cd31cbe05d5101a32f422ad2b2f2
-
Matthew Thomas Anthony authored
Former-commit-id: 6ade4f13e5591de3a05cac2d5a1b087a075d8686
-
Benjamin Trocme authored
Former-commit-id: 3e094675df5d9354aee3614d1c2ecdfcc7329cf8
-
Benjamin Trocme authored
Former-commit-id: 679e62b31a8dc40513f4feb6f4a3f7a5f3b1b6f6
-
Margherita Spalla authored
Former-commit-id: bf1eb0918120bff5120a1b1c287e4116cd5cf1fa
-
Benjamin Trocme authored
Former-commit-id: 975fc5ca043969d45909d752a6cb7833b29d7cb9
-
John Chapman authored
There was some lingering configuration for `ISF_ParticleFinalStateFilter` still in `iGeant4.py` which was also problematic as it lead to the creation of a public version of the AlgTool. This should fix ATLASSIM-3634. Decided to configure `ISF_ParticleFinalStateFilter` in the same way for `AtlasG4` and ISF `FullG4` jobs. Previously the ChecGenSimStable and CheckGenInteracting properties were set to be `True` in `AtlasG4`. NB Did not observe any difference in output in local `AtlasG4_tf.py` tests. Former-commit-id: c58c7a7edcbf58a87dba4724ac1fe0c3323cc2a7
-
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: ffc9ec29d05010b853bca289ddb799d2e448ed46
-
- Jun 07, 2018
-
-
Anthony Morley authored
Former-commit-id: 7b7a6af6ec71c41d4cd9a9d4a9d558a65816bfb8
-
Margherita Spalla authored
Former-commit-id: 0204b870413832f5b3dbaf83786c5abbc4ed672e
-
Anthony Morley authored
Former-commit-id: df76f86b514b10431c7c38af046f586548f1df5d
-
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
-
Anthony Morley authored
Former-commit-id: 2ee38b8d13c8be2a02200c40831573fb2792fd61
-
John Chapman authored
Making a variables const where possible and tidying some syntax. Former-commit-id: ad6fa0646125011fba809da00dc46837544d988f
-
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
-
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
-
Marcelo Vogel authored
This branch adds a few python modules and classes to support the reporting of additional metadata produced in event generation. It is also needed to fix a bug reported in AGENE-1586 Former-commit-id: a5aed9f264b0efd1c1887253754608b2f0258d7b
-
Margherita Spalla authored
Former-commit-id: 346eb91022584e9ca36245218cc0d42cf6e4bd3a
-
Margherita Spalla authored
Former-commit-id: 8e71ddbbc202b39a6d2c3c589da1223815413d47
-
Marcelo Vogel authored
Former-commit-id: 20cf8aebf12692d816aa03e99c5c32dbc3d087fd
-
Marcelo Vogel authored
Former-commit-id: 4863837fd41550b07cea1a5ee5097996c085a883
-
Marcelo Vogel authored
Former-commit-id: b3f5a0ec35ca31991113b5a74be1b380698a5bc8
-
- Jun 06, 2018
-
-
Tamara Vazquez Schroeder authored
Revert "Merge branch 'ATLASRECTS_4483' into '21.0'" See merge request atlas/athena!11964 Former-commit-id: 5dc8fc03fc250b2d61a6876adc8d53838f2287d8
-
Tamara Vazquez Schroeder authored
Revert "Merge branch 'ATLASRECTS_4459' into '21.0'" See merge request atlas/athena!11963 Former-commit-id: c1980b4af3d985f435ff1e336dbb4a2a6178c2b1
-