- May 28, 2024
-
-
main-coverity-L1CaloFEXSim
-
main-coverity-FPGATrackSimMaps
-
Fix EFTracking CI test
- May 27, 2024
-
-
Frank Winklmeier authored
This reverts merge request !71264
-
Fix barcode type in FPGATrackSim
-
- May 24, 2024
-
-
TriggerJobOpts: update forceConditions postExec Hello, In some trigger ART tests, we override conditions by forcing the run number and LB, or the timestamp. This MR is updating the list of timestamp-based trigger condition folders. The existing list seems otherwise up-to-date, except `/TDAQ/Resources/ATLAS/SCT/Robins` which is apparently unused, maybe it was in Run1 or Run2. Fixes ATR-29380. Cheers, Bertrand
-
Chains are moved from the Physics Menu to the MC Menu, ATR-29443
-
pass flags to getTrigEgammaKeys
-
Modified testing condition, special chain cases treatment implemented
-
TrigMuonMonitoring: Fix cppcheck warnings. Pass strings by const reference, not by value. Fix use of string::find().
-
- May 23, 2024
-
-
Vakhtang Tsulaia authored
Commented out one private data memeber that has recently become unused
-
scott snyder authored
Pass object by const reference, not by value.
-
scott snyder authored
Pass strings by const reference, not by value.
-
added L1 and HLT chains to study a possible expansion of the H->tautau and HH->bbtautau trigger selection in the EoF
-
ATR-29440: Remove Prescale for L1cTAU30M_2cTAU20M_DR-eTAU30MeTAU20M-jJ55
-
Added additional eTAU20/eTAU20M T&P chains
-
FPGATrackSim: implement loading of radius files in region map class The map maker generates a "mean radius" file, which until now has only been used by the 1D Hough transform tool. Since we need the mean radii in order to do the idealized coordinate transform, it makes sense to move the loading of this file from the Hough tool into the map infrastructure. The radius file format is a list of lines, one per subregion, and one inclusive for the entire region. Each line has a space-separated list of radii for each logical layer. Since this breaks things down by subregions I added code to load these files into the FPGATrackSimRegionMap class, which is used for both the region map and subregion map. If we only have one region in the region map class, we load the line beginning with "-1" from the radii file. If we have multiple regions we load them based on the (sub)region number in the radii file. This is a little awkward; right now it works because we have a separate rmap file for each region that only ever has one region defined. The 1D Hough tool now just queries the rmap to look up radii, instead of loading the file separately. At bank generation time we do the same to find the idealized radii instead of using the hardcoded values in the constants file (which have now been deleted). The two other places where this were used were the fit constant bank, and the track fitter, which meant that the rmap needed to be passed into the track fitter (at the moment it just gets the plane map class). In the track fitter we store a reference to the entire radius array on the FPGATrackSimTrack class, and use that when computing idealized coordinates.
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Frank Winklmeier authored
-
Make EMFourMomBuilder a util
-
- May 22, 2024
-
-
Revert truncation of collections in the HLT (ATR-29142)
-
Frank Winklmeier authored
Remove stray underscore in the default GapFiller tool name.
-
Frank Winklmeier authored
-
B prime zero
-
introduce special RETURN_DEFAULT_SCALE_FACTOR for ListOfLegsPerTool property; add 2023 electron triggers
-
TrigEgammaHypo: Fix cppcheck warnings. Pass object by const reference, not by value.
-
Frank Winklmeier authored
Remove `--CA` from the transform command lines where obsolete. Note that the `--CA` option is still needed for steps running RDOtoRDOTrigger.
-
- May 21, 2024
-
-
scott snyder authored
Suppress bogus cppcheck missingReturn warning. Prefer returning const references to members rather than copies.
-
scott snyder authored
Copying object in range-for.
-
scott snyder authored
Copying values in range-for.
-
scott snyder authored
Copied values in range-for.
-
TrigConfMuctpi: Fix compilation with boost 1.85. Fix compilation with boost 1.85 (in lcg3): can't call get_child() on a temporary ptree.
-
TriggerJobOpts: deploy CONDBR2-HLTP-2024-02 Hello, The new HLT global conditions tag was validated in HLT reprocessings (ATR-29384, ATR-29387), so we can move from CONDBR2-HLTP-2024-01 (current default) to CONDBR2-HLTP-2024-02. Cheers, Bertrand
-
Adam Edward Barton authored
-
- May 20, 2024
-
-
Retrieve value with a dedicated funtion, instead from public/private class member. Updated copyright
-
TauTrig: clean TrigTrackPreSelHypoTool code
-