- Jan 05, 2021
-
-
Tadej Novak authored
-
- Dec 09, 2020
-
-
Attila Krasznahorkay authored
-
- Nov 30, 2020
-
-
Vakhtang Tsulaia authored
Closes ATEAM-677
-
- Nov 26, 2020
-
-
The names of decorations have been made consistent with the names of already existing dynamic aux variables, in order to avoid having two dynamic variables for the same pileup value (either actual or average)
-
- Nov 05, 2020
-
-
- Nov 04, 2020
-
-
Vakhtang Tsulaia authored
Added sequence argument to the LumiBlockMuWriterDefault() function. If the argument is set, then this sequence is used for LumiBlockMuWriter. Otherwise the appropriate sequence is chosen by the LumiBlockMuWriterDefault() function itself. Addresses ATR-22141
-
- Oct 23, 2020
-
-
- Oct 16, 2020
-
-
Peter Onyisi authored
-
Peter Onyisi authored
-
- Oct 02, 2020
-
-
- Sep 16, 2020
-
-
Add missing TestTools dependency for test executables.
-
- Aug 14, 2020
-
-
- Aug 10, 2020
-
-
scott snyder authored
Remove reference to undefined (and unneeded) CORAL_INCLUDE_DIRS.
-
- Aug 02, 2020
-
-
Several updates of iLumiCalc and associated scripts and html files have been updated for the atlas-lumicalc website without ever being committed back to the git master. This patch brings the git master back into sync with the code on the website, and provides bugfixes for iLumiCalc that had been deployed on the website.
-
- Jul 24, 2020
-
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
- Jul 17, 2020
-
-
scott snyder authored
Don't declare dependencies on conditions objects that won't actually be read.
-
- Jul 02, 2020
-
-
amete authored
-
- Jun 25, 2020
-
-
Several updates of iLumiCalc and associated scripts and html files have been updated for the atlas-lumicalc website without ever being committed back to the git master. This patch brings the git master back into sync with the code on the website, and provides bugfixes for iLumiCalc that had been deployed on the website.
-
scott snyder authored
- Pass large objects by reference, not by value. - Prefer preincrement to postincrement for user iterators. - Prohibit copy for a class that manages memory. - Prefer to initialize members in an initialization list.
-
- Jun 23, 2020
-
-
scott snyder authored
Use preincrement instead of postincrement.
-
- Jun 13, 2020
-
-
scott snyder authored
Remove reference to nonexistent source file.
-
- Jun 02, 2020
-
-
Peter Onyisi authored
-
- May 28, 2020
-
-
scott snyder authored
Library dependency fixes.
-
- May 23, 2020
-
-
Vakhtang Tsulaia authored
-
- May 22, 2020
-
-
scott snyder authored
Missing override keywords.
-
Vakhtang Tsulaia authored
-
- May 19, 2020
-
-
scott snyder authored
- LumiBlockMuWriter allows the input conditions handle key to be empty. In that case, it will write the decorations as 0. LumiBlockMuWriter is enabled for cosmic runs as well, with this configuration. - If the decorations already exist, they won't be overwritten. - If both online and mc are enabled, mc takes precedence. See ATR-21360.
-
- May 18, 2020
-
-
Walter Lampl authored
-
- May 14, 2020
-
-
Vakhtang Tsulaia authored
Fixed wrong import
-
- May 12, 2020
-
-
Vakhtang Tsulaia authored
This is a followup on !31668 (merged), which introduced the access to pileup information from EventInfo via ReadDecorHandle-s Also enabled LumiBlockMuWriter algorithm inside unHLT_standalone_run2.py
-
- May 10, 2020
-
-
Vakhtang Tsulaia authored
Also make sure LumiBlockMuWriter gets configured in tests that contain Mu DecorHandle clients
-
- May 07, 2020
-
-
Vakhtang Tsulaia authored
General code cleanup: * Dropped several redundant properties and private data members * Dropped several redundant virtual functions * Switched to ATH_MSG macros * Some code readability improvements * Removed atlas_depends_on_subdirs from CMakeLists.txt * Client python scripts cleaned up from references to dropped properties of LumiBlockMetaDataTool
-
- May 05, 2020
-
-
Vakhtang Tsulaia authored
The only derived LumiBlockMetaDataTool provided dummy implementations for the methods of the ILumiBlockMetaDataTool interface. The ILumiBlockMetaDataTool inteface was dropped. The derived class and two clients of this interface were cleaned up from the dependency on it.
-
- May 02, 2020
-
-
Vakhtang Tsulaia authored
Introduced new LumiBlockMuWriter algorithm, which fills pileup information on xAOD::EventInfo using WriteDecorHandle-s. Enabled LumiBlockMuWriter algorithm in RecExCommon_topOptions.py for RAWtoESD configurations over ByteStream input, and also unconditionally in skeleton.RDOtoRDOtrigger.py and in runHLT_standalone.py Ported one client - JetCalibrationTool - to accesing pileup values in xAOD::EventInfo using ReadDecorHandle Fixed ref_RDOtoRDOTrig_mt1_build.ref with updated trigger counts
-
- Apr 08, 2020
-
-
Vakhtang Tsulaia authored
By switching this algorithm from condition callback to Read Condition Handle we fixed crashes in multithreaded reco jobs which run over multiple runs/lumi-blocks (ATLASRECTS-5389) At the same time did some cleanup and refactoring of the code
-
- Apr 07, 2020
-
-
Christos Anastopoulos authored
-
-