- Jul 19, 2020
-
-
scott snyder authored
Prevent declaring dependencies on conditions objects we won't read. (Old config. I think new config is ok.)
-
- Jun 02, 2020
-
-
Siarhei Harkusha authored
TileRawChannelGetter has been updated to retrieve easy the following private Tile raw channel builder tools: - TileRawChannelBuilderFitFilterCool; - TileRawChannelBuilderMF; - TileRawChannelBuilderOF1; - TileRawChannelBuilderWienerFilter. and to set up correctly DSP container in TileRawChannelBuilderOF1 tool. JO (jobOptions_TileCalibRec.py) used in reconstruction of Tile calibration runs has been updated: - to use correctly private tools mentioned above; - to add 2020 year (used to find data); - to ignore DMU errors in Tile Demonstrator; - to use new conditions tags.
-
- May 23, 2020
-
-
Rafal Bielski authored
-
- May 18, 2020
-
-
Frank Winklmeier authored
-
Walter Lampl authored
-
Walter Lampl authored
-
- Apr 09, 2020
-
-
Walter Lampl authored
-
- Mar 29, 2020
-
-
Siarhei Harkusha authored
Additional Tile timing type configuration flag has been added for run 3. Tile timing configuration has been modidfied to use this flag. Tile raw channel time monitoring algorithm configuration for run 3 has been modified to use this flag Tile DQ status configuration for run 3 has been modified to use this flag to avoid set up Tile beam container in the case of laser in gap.
-
- Mar 04, 2020
-
-
Tadej Novak authored
-
- Dec 17, 2019
-
-
- Dec 09, 2019
-
-
Siarhei Harkusha authored
There are no usefull information in pool input file for Tile DQ status. So, no input containers for Tile DQ status algorithm have been set up in the case of pool input file.
-
- Dec 04, 2019
-
-
John Chapman authored
Updated `ComponentAccumulator` configuration tests which dump the configuration to a pickle file. In python 3 the output file needs to be explicitly opened in binary mode. I.e. ``` f = open('configdump.pkl', 'wb') ``` rather than ``` f = open('configdump.pkl', 'w') ```
-
- Dec 03, 2019
-
-
The code is moved from an update that wasn't finished before ATLAS opened its software in December 2018. The move to the public repository was done via a patch file generated from the old repository. The command git apply --reject patchfile.patch was used together with a carefull inspection of the rejected hunks.
-
- Nov 20, 2019
-
-
- Nov 04, 2019
-
-
John Kenneth Anders authored
Adds Wiener Filter weights for luminosity <mu>=90.
-
- Aug 27, 2019
-
-
Siarhei Harkusha authored
Configurations of Tile reconstructions components for run 3 have been udpated to allow pass additional parameters and make them more configurable.
-
The Tile reconstruction method TileOpt which uses OFCs from files will be removed soon since there is identical method TileOpt2 wich uses OFCs from DB or calculated on the fly and in order to avoid support/synchronyze both of them. At this step Tile flag doTileOpt which schedules TileOpt reconstruction method has been removed.
-
- Aug 22, 2019
-
-
John Chapman authored
This consists of two fixes. The first ensures that `TileDigitsMaker` declares the proper dependencies by adding `SG::ReadHandles` for the background `TileDigitsContainer` and `TileRawChannelContainer` (although this is not part of the background RDO file). In order to preserve old-style approach using the `PileUpMergeSvc` then it is necessary to make a copy of the `TileDigitsContainer`, but this can probably be dropped with more substantial refactoring. The second fix involves changes to ensure that the `TileDQstatusTool` is only called once during the event loop and to avoid there being two attempts to record the `TileDQstatus` object in the ConditionsStore. Therefore `TileDQstatusAlg` is not added to the `AlgSequence` in Overlay jobs. Possibly it would be cleaner to remove the usage of the `TileDQstatusTool` from `TileDigitsMaker` and just read the `TileDQstatus` object from the ConditionsStore. `TileDQstatusAlg` could then be run, but be configured to read the background `TileDigitsContainer`.
-
- Aug 19, 2019
-
-
Siarhei Harkusha authored
Tile raw channel maker configuration to produce raw channels from HS truth digits in new style for run 3 has been added. Tile digitization cofiguration for run 3 has been updated to produce Tile raw channels from HS truth digits and put them into output file.
-
- Aug 17, 2019
-
-
Siarhei Harkusha authored
Calo cell container checker tool has been configured correctly in new style Tile cell maker configuration for run 3.
-
- Aug 16, 2019
-
-
Walter Lampl authored
introduce new style CaloCellCorrectionConfig with CaloCellPedestalCorr and CaloCellNeighborsAverageCorrCfg (the latter moved here from TileCellMakerConfig)
-
- Aug 15, 2019
-
-
Walter Lampl authored
Unifying new-style LAr config for Digi & Reco. Delete some obsolete stuff copied over from the old config (squashed version)
-
- Aug 08, 2019
-
-
Siarhei Harkusha authored
Added possibility to put Tile raw channel containers produced by Tile raw channel maker into output file.
-
- Aug 04, 2019
-
-
Siarhei Harkusha authored
Configurations of Tile raw channel builders have been updated to allow pass additional options, make some required arguments explicit, and remove some unnecessary arguments in configuration functions.
-
- Aug 01, 2019
-
-
Siarhei Harkusha authored
Configuration of Tile raw channel builder using MF method has been added for Run 3. Test for Tile MF raw channel builder configuration has been added.
-
Siarhei Harkusha authored
-
- Jul 09, 2019
-
-
Siarhei Harkusha authored
-
- Jul 08, 2019
-
-
Siarhei Harkusha authored
In the case when Tile raw channel builder tool with Fit method is used for fitting overflowed Tile raw channels avoid unnecessary initialization of input Tile DQ status, output Tile raw channel container, and noise filter tools.
-
- Jul 05, 2019
-
-
Siarhei Harkusha authored
Configuration of Tile cell maker has been added for Run3. Configuration of Tile raw channel builder using Optimal Filtering methods has been updated to set up correctly pedestal mode. Tests for Tile cell maker has been added.
-
- Jul 03, 2019
-
-
Siarhei Harkusha authored
Configuration of Tile cell builder tool has been added for Run3. Configuration of Tile cell noise filter tool has been added for Run3. Tests for Tile cell builder and noise filter have been added.
-
- Jul 01, 2019
-
-
Siarhei Harkusha authored
Tile raw channel maker configuration for Run3 has been refactored to avoid code duplication. Test for Tile DQ status algorithm has been added.
-
- Jun 27, 2019
-
-
John Kenneth Anders authored
Adds the Wiener Filter method for energy reconstruction in the Tile Calorimeter
-
- Jun 26, 2019
-
-
Siarhei Harkusha authored
Configuration of Tile raw channel builder using Fit method has been added for Run3. Configurations of Tile raw channel builders using Optimal Filtering methods (OF1, Opt2, OptATLAS) have been added for Run3. Configuration of Tile raw channel maker has been added for Run3. Tests for Tile raw channel builders (Fit, OF1, Opt2, OptATLAS) and raw channel maker have been added.
-
- Jun 24, 2019
-
-
Siarhei Harkusha authored
Configuration of Tile DQ status tool and algorithm have been added for Run3. Configurations of Tile raw channel correction tools and corresponding algorithm have been added for Run3. Test for Tile raw channel correction algorithm has been added.
-
- Jun 20, 2019
-
-
Siarhei Harkusha authored
Flake test has been added for files in python and test directories and some issues found by test have been fixed.
-
- May 27, 2019
-
-
Siarhei Harkusha authored
-
Siarhei Harkusha authored
In the case when not all Tile digits are available offline and therefore not all Tile raw channels are built noise filters should be applied to full Tile raw channel container which comes from DSP and then the same corrections should be applied to incomplete Tile raw channel container built offline in Tile raw channel builder tool. And then corrected Tile raw channel container built offline is merged with corrected container which comes from DSP during Tile cells creation in Tile cell builder tool. Since in AthenaMT modification of Tile raw channel container which comes from DSP is not possible local mutable copy of it is created and used in Tile raw channel builder tool. Unfortunately in this case Tile cell builder doesn't see the corrected Tile raw channel container from DSP and therefore original (uncorrected) container is merged with corrected Tile raw channel container built offline. Now new TileRawChannelNoiseFilterAlg is introduced which applies noise filters to input Tile raw container (from DSP) and puts corrected container into store gate to be used by Tile raw channel builder tool and Tile cell builder tool. Tile noise filter has been switched on for data overaly.
-
- Apr 03, 2019
-
-
Walter Lampl authored
-
- Jan 23, 2019
-
-
- Jan 11, 2019
-
-
Siarhei Harkusha authored
During processing data Tile raw channel container from DSP is needed to find corrections and apply the same ones to the Tile raw channel container built offline. But in the case of MC or overlay jobs DSP corrections should not be applied and therefore Tile raw channel container from DSP is not needed in Tile raw channell builders also.
-