- Jan 05, 2021
-
-
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
-
Dan Guest authored
-
Tadej Novak authored
-
Tadej Novak authored
-
- Jan 04, 2021
-
-
Tadej Novak authored
-
-
Tadej Novak authored
-
- Dec 23, 2020
-
-
- Dec 22, 2020
-
-
- Dec 21, 2020
-
-
Attila Krasznahorkay authored
ROOT-10940 is hitting the AthAnalysis projects in this test, unlike all the other projects weirdly enough. At the same time also disabled some of the tests completely, as they do not work correctly with the reduced EDM provided by AthAnalysis.
-
- Dec 18, 2020
-
-
Attila Krasznahorkay authored
All clients will need to set this flag of EventInfoCnvAlgCfg(...) correctly from now on, otherwise they'll get an import error if they used an incorrect setting in one of the lightweight offline releases.
-
-
scott snyder authored
Leaked AttributeListSpecification.
-
- Dec 17, 2020
-
-
Attila Krasznahorkay authored
-
- Dec 16, 2020
-
-
Rafal Bielski authored
-
- Dec 15, 2020
-
-
scott snyder authored
operator<< should be defined within the namespace of the object its printing. Otherwise, it won't work correctly with clang.
-
- Dec 13, 2020
-
-
Nicolas Köhler authored
-
- Dec 11, 2020
-
-
Attila Krasznahorkay authored
-
- Dec 10, 2020
-
-
scott snyder authored
Don't try to dereference a null pointer, even in code that is not executed.
-
- Dec 09, 2020
-
-
Rafal Bielski authored
-
Bertrand Martin authored
Hello, This MR is dropping a range check on tau eta and phi that was introduced because we used to set dummy default values (-1111) for eta and phi for 0-prong and >5-prong taus, leading to eta = NAN upon retrieval. This has been fixed in the reconstruction (ATLTAU-1665), where we no longer set dummy values. So we can now drop the range check in the TauJet interface class, to save a tiny amount of CPU. This MR does not change the reconstruction output. It can wait until 22.0.23 is built. Cheers, Bertrand
-
Rafal Bielski authored
* Derive TrigByteStreamCnvSvc from ByteStreamCnvSvcBase instead of ByteStreamCnvSvc. * Implement explicit EventContext passing through all methods which need it. Make the interface implementation methods retrieve the EventContext and call the context-aware local methods.
-
Rafal Bielski authored
-
Attila Krasznahorkay authored
-
Attila Krasznahorkay authored
Following the setup in 21.2, the package only builds one tool for AthAnalysis. The one used by xAODTrackingAthenaPool in this project (as well).
-
Attila Krasznahorkay authored
This largely meant switching all the conditional compilation expressions to using XAOD_ANALYSIS.
-
Attila Krasznahorkay authored
-
- Dec 08, 2020
-
-
William Keaton Balunas authored
-
Frank Berghaus authored
Test the functionality of the ByteStreamMetadataTool. The tool should do nothing wihtout complaint for empty input. The tool should transcribes a ByteStreamMetadata object from input into a container in output. The tool should transcribe a ByteStreamMetadataContainer from input to output. Should there already be content in the output, matching content should be ignored and new content should be appended.
-
- Dec 07, 2020
-
-
Carlo Varni authored
-
Carlo Varni authored
-
- Dec 04, 2020
-
-
Adam Edward Barton authored
-
Adam Edward Barton authored
-
-
John Chapman authored
xAODTriggerAthenaPool_20.1.7.2_test - passes xAODTriggerAthenaPool_master-20190911_test - passes (reference file updated)
-
John Chapman authored
xAODMuonAthenaPool_20.1.7.2_test - passes xAODMuonAthenaPool_20.7.2.2_test - passes xAODMuonAthenaPool_20.7.9.9_test - passes xAODMuonAthenaPool_21.0.79_test - passes (reference file updated) xAODMuonAthenaPool_master-20190911_test - passes (reference file updated)
-
John Chapman authored
xAODTrigRingerAthenaPool_21.0.79_test - passes (reference file updated)
-
John Chapman authored
xAODTrigMuonAthenaPool_20.1.7.2_test - passes xAODTrigMuonAthenaPool_21.0.79_test - passes (reference file updated)
-
John Chapman authored
xAODTrigMissingETAthenaPool_21.0.79_test - passes (reference file updated)
-
John Chapman authored
xAODTrigEgammaAthenaPool_21.0.79_test - passes (reference file updated)
-