- Jan 06, 2021
-
-
Vakhtang Tsulaia authored
Update MC16 pre-mixing tests See merge request atlas/athena!38213
-
Vakhtang Tsulaia authored
Adding dummy electron in TrigEgammaFastElectronFexMT to accommodate idperf chain See merge request atlas/athena!39047
-
Vakhtang Tsulaia authored
Adding gsf chains to menu and mon See merge request atlas/athena!39262
-
Vakhtang Tsulaia authored
tauRec: add tau thinning algorithm See merge request atlas/athena!39494
-
Vakhtang Tsulaia authored
ATLASRECTS-5840 : Make egammaTruthAssociationAlg re-entrant See merge request atlas/athena!39491
-
Vakhtang Tsulaia authored
Egamma : Pass EventContext down the call chain (2nd pass) See merge request atlas/athena!39476
-
Vakhtang Tsulaia authored
Manual sweep of !37073 (Migrate MuonByteStream to use the new RegSelTools) See merge request atlas/athena!39475
-
Vakhtang Tsulaia authored
xAODTau: protection against tau track thinning See merge request atlas/athena!39486
-
Vakhtang Tsulaia authored
Refactor and clean up the method for adding cells from the satellites. See merge request atlas/athena!39480
-
Vakhtang Tsulaia authored
Remove unused forward declarations in IMDT_RDO_Decoder See merge request atlas/athena!39478
-
Vakhtang Tsulaia authored
Disable JobOptionsUnitTests in AthAnalysis See merge request atlas/athena!39477
-
Vakhtang Tsulaia authored
move code for LArFebHeader reading into separate function to avoid code-duplication See merge request atlas/athena!39474
-
Vakhtang Tsulaia authored
Prepare usage of RpcCondData in RpcPadContainerCnv See merge request atlas/athena!39473
-
-
Vakhtang Tsulaia authored
Fix EventBookkeeperTools tests in AthAnalysis See merge request atlas/athena!39472
-
Vakhtang Tsulaia authored
Minor TEvent fixes See merge request atlas/athena!39467
-
Vakhtang Tsulaia authored
Comprehensive TrigDecTool protection in DQ (ATLASRECTS-5869) See merge request atlas/athena!39464
-
-
Vakhtang Tsulaia authored
ATLASRECTS-5201: Schema evolution for more btag auxdata See merge request atlas/athena!39479
-
Vakhtang Tsulaia authored
MuonPhysValMonitoring, PMGTools, Pythia8_i: Fix clang warnings. See merge request atlas/athena!39483
-
Vakhtang Tsulaia authored
MuonPRDTest, SiSpacePointsSeedTool_xk: Fix clang warnings. See merge request atlas/athena!39484
-
Vakhtang Tsulaia authored
InDetRecExample: Fix PixelHitDiscCnfgAlg configuration. See merge request atlas/athena!39485
-
Vakhtang Tsulaia authored
Sweeping !39451 from 21.2 to master. Minor EventLoop submission improvements See merge request atlas/athena!39492
-
Vakhtang Tsulaia authored
Externals Update, master branch (2021.01.05.) See merge request atlas/athena!39482
-
Vakhtang Tsulaia authored
Fix compiler warning from qualifier in static_cast See merge request atlas/athena!39493
-
Bertrand Martin authored
Hello, This MR adds a new tauRec thinning algorithm that will remove all entries from tau-related containers for tau candidates below a minimum tau pt threshold. The motivation is explained in detail in https://indico.cern.ch/event/986226/contributions/4152506/attachments/2164807/3653366/TauCP_Seeds_LRT_17Dec20.pdf (slide 10). In R22, we will have to relax the seed jet pt cut (15 GeV) currently applied by default in the reconstruction, as it causes tau reconstruction inefficiency. Instead, we will have to run the tau reconstruction on all seed jets, and at the end, remove tau candidates below a pt threshold (~10 GeV), in order to keep the tau disk size comparable to what it is now. The algorithm is added to tauRec but not yet deployed in RecExCommon_topOptions, on purpose. This will be done once we converge on the pt threshold, and the seed jet pt cut will have to be dropped at the same time. Relevant JIRA ticket: ATLASRECTS-5684 Cheers, Bertrand
-
Frank Berghaus authored
The qualifier present in the type for the static_cast generates a compiler warning. Remove the const classifier as it is troublesome and unnecessary.
-
Minor EventLoop submission improvements See merge request atlas/athena!39451 (cherry picked from commit 041207a9) e501dd09 EL: Remove some obsolete grid options 6a2444e8 EL: Do not set ROOT version in PrunDriver as it is not used
-
Christos Anastopoulos authored
-
- Jan 05, 2021
-
-
Vakhtang Tsulaia authored
Adjusrtments to jet hypo configuration code. See merge request atlas/athena!39412
-
Vakhtang Tsulaia authored
Remove Lorentz angle correction (ATLASRECTS-5827) See merge request atlas/athena!39056
-
Bertrand Martin authored
Hello, This MR is mostly importing !26767 from 21.2 to master, with the original MR description pasted below. A protection is added against invalid TauTrack links when retrieving the tau tracks or the number of tau tracks. This is required to support tau track thinning, used e.g. in DAOD_PHYS. Now, only the tau tracks that have a valid link are considered in the TauJets interface class. In particular, the behaviour of nAllTracks() had to be changed to be consistent with allTracks().size(). If one only keeps e.g. classifiedCharged tau tracks by thinning away the other tracks, nAllTracks() will now return the number of classifiedCharged tracks. Something new compared to the R21 MR: to keep track of the total number of tracks associated with the tau in the reconstruction, a new Aux variable is introduced (mapped to xAOD::TauJetParameters::nAllTracks). So the user is now able to tell if tracks were thinned in the AOD->DAOD step, by comparing tau->nAllTracks() to tau->detail(xAOD::TauJetParameters::nAllTracks, nTracksTot). Cheers, Bertrand
-
Vakhtang Tsulaia authored
Flake8 fixes for JetRec: ATLJETMET-1303 See merge request atlas/athena!39443
-
Vakhtang Tsulaia authored
Python3 + flake8 ElectronPhotonFourMomentumCorrection Closes ATLASG-1579 See merge request atlas/athena!39447
-
-
Vakhtang Tsulaia authored
Sweeping !39426 from 21.2 to master. AnalysisTop: Implementation of anti-muon shape systematics - ANALYSISTO-1044 See merge request atlas/athena!39461
-
Vakhtang Tsulaia authored
Disable TRTNN for PID for now , reprocessing. autopep8/flake8 aesthetic fixes See merge request atlas/athena!39462
-
Vakhtang Tsulaia authored
Switch to use module, rather than detectorelement context for the NSW tables See merge request atlas/athena!39470
-
Vakhtang Tsulaia authored
Define MuonPhysValMonitoringTool properties inline in header (ATLASRECTS-5868) Closes ATLASRECTS-5868 See merge request atlas/athena!39444
-
Vakhtang Tsulaia authored
Factor common code used by std and LRT egamma config. See merge request atlas/athena!39458
-