- Feb 07, 2021
-
-
Peter Berta authored
-
Peter Berta authored
-
- Feb 05, 2021
-
-
- Feb 04, 2021
-
-
Peter Berta authored
-
- Feb 03, 2021
-
-
TMDB simulation can run now either by using the standard TileCal pedestal and noise or including a layer of pileup events during simulation.
-
- Jan 29, 2021
-
-
Peter Berta authored
-
Tadej Novak authored
-
- Jan 28, 2021
-
-
Peter Berta authored
-
- Jan 26, 2021
-
-
Tadej Novak authored
-
- Jan 25, 2021
-
-
John Chapman authored
!39900 updated the Geant4 version to Geant4 10.6.patch03.atlas01, so changed the simulation output.
-
- Jan 24, 2021
-
-
Peter Berta authored
-
Peter Berta authored
-
- Jan 22, 2021
-
-
Soshi Tsuno authored
The deadmap format will be changed in rel.22. The previous DB folder was /PIXEL/PixMapOverlay, and new folder /PIXEL/PixelModuleFeMask . This new folder is not included in old global tag. Thus, in the job option, the DB-tag is specified, but this should be removed when the q-test update new global tag. Unfortunately, q221 uses old global tag, OFLCOND-MC16-SDR-25, which associates PixMapOverlay-SIM-MC16-000-02. But the RUN-2 best-knowledge tag is based on PixMapOverlay-SIM-MC16-000-03, and new deadmap conditions also based on this tag (-03). Therefore, the q221 test will not pass T0 policy. The reference file is updated. On the other hand, the data q431 is no problem.
-
- Jan 21, 2021
-
-
Frank Winklmeier authored
-
Frank Winklmeier authored
To avoid interference, run all unit tests in their own directory. Also, increase test timeout for LogFileScanner (for dbg build).
-
A change in python3 is that the default file encoding is utf-8. That means by default files are interpreted as text files, and if they are binary, reading causes a crash. As a simple example, this works in python2 but not in python3: ```>>> f = open('../../test0/run/test_lhe_events.tar.gz') >>> x = f.read(1024*1024) ``` In this particular case, the job transform is validating data integrity by trying to read through the entire output file (as I understand it) and looking for read errors. I've added a catch in the case that we encounter this particular unicode decode error, and then restarted the file reading in binary mode so that we can still check the integrity. This should bring the behavior back to matching what it does in 21.X.
-
- Jan 19, 2021
-
-
enabling MT configuration also for tests using only 1 thread; increased number of events for q220 and q440
-
Frank Winklmeier authored
-
- Jan 18, 2021
-
-
Changing the arguments of bcTagging(). Changing the variables to sensor(enum) from isStrip(int). Grouping wire and strip variables into an array.
-
- Jan 15, 2021
-
-
Alaettin Serhan Mete authored
-
-
- Jan 14, 2021
- Jan 13, 2021
-
-
- Jan 12, 2021
-
-
Johannes Elmsheuser authored
-
- Jan 11, 2021
-
-
Johannes Elmsheuser authored
-
- Jan 06, 2021
-
-
Cristiano Alpigiani authored
This MR is to add T0 MT chain tests for PHYS, PHYLITE, PHYSVAL to master. Tests are based on the 21.2/AthDerivation ART tests.
-
- Jan 05, 2021
-
-
Soshi Tsuno authored
-
- Jan 04, 2021
-
-
Johannes Elmsheuser authored
-
Soshi Tsuno authored
-
- Dec 18, 2020
-
-
Soshi Tsuno authored
-
- Dec 17, 2020
-
-
Soshi Tsuno authored
-
- Dec 16, 2020
-
-
Tulay Cuhadar Donszelmann authored
-
Tulay Cuhadar Donszelmann authored
-
- Dec 15, 2020
-
-
-
Peter Berta authored
fixing the crash in RDOtoRDOTrigger step for test_q441.sh; increased number of events to 100; using 8 threads for the mt version
-
Peter Berta authored
updates for TCT tests; increased number of events for q221; decresed number of events fpr q431; increased number of threads and processes; increased number of events for the diff step
-
- Dec 13, 2020
-
-
Update Simulation and Reconstruction references after CC7 update See merge request atlas/athena!39108 (cherry picked from commit 334c3922c9ca92c795634a2cf590c4722a1b952d) fa5c7e73 Update Simulation and Reconstruction references after CC7 update
-
- Dec 12, 2020
-
-
Christos Anastopoulos authored
-
- Dec 11, 2020
-
-
Stewart Martin-Haugh authored
-