Skip to content
Snippets Groups Projects
  1. Jan 05, 2021
    • Bertrand Martin's avatar
      xAODTau: protection against tau track thinning · 14511df7
      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
      14511df7
    • Dan Guest's avatar
    • Tadej Novak's avatar
      fc07d1f4
    • Tadej Novak's avatar
      ac9cb2b1
  2. Jan 04, 2021
  3. Dec 23, 2020
  4. Dec 22, 2020
  5. Dec 21, 2020
  6. Dec 18, 2020
  7. Dec 17, 2020
  8. Dec 16, 2020
  9. Dec 15, 2020
  10. Dec 13, 2020
  11. Dec 11, 2020
  12. Dec 10, 2020
  13. Dec 09, 2020
  14. Dec 08, 2020
    • William Keaton Balunas's avatar
      04b1eb9e
    • Frank Berghaus's avatar
      Add unit tests for the ByteStreamMetadataTool · 4f6d7b7d
      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.
      4f6d7b7d
  15. Dec 07, 2020
  16. Dec 04, 2020
Loading