Skip to content
Snippets Groups Projects
  1. Dec 08, 2020
    • 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
  2. Dec 01, 2020
  3. Nov 30, 2020
  4. Nov 27, 2020
  5. Nov 25, 2020
  6. Nov 24, 2020
  7. Nov 20, 2020
  8. Nov 19, 2020
  9. Nov 18, 2020
    • Susumu Oda's avatar
    • Nils Krumnack's avatar
      merge xAOD::ReturnCode into StatusCode, migrate all users · 67d4a0ff
      Nils Krumnack authored and Nils Erik Krumnack's avatar Nils Erik Krumnack committed
      This has been a long time coming, but one of the reasons for having
      AsgMessaging as a separate package from AsgTools is to allow
      xAODRootAccess to depend on it and use the same status codes and
      messaging as the rest of analysis base.  This should take part of the
      former.
      
      I had to add the RECOVERABLE code to the main status code, but since
      that is also part of the Gaudi StatusCode that seems like a reasonable
      change/extension.
      
      Apart from that this is mostly a global search replace to move all
      users from TReturnCode to StatusCode, but apart from fixing up a
      couple of places related to the status code itself I did not try to
      fix/improve any code in the process.
      
      Note that this also revealed a number of tests that failed because
      they used RETURN_CHECK() incorrectly.  This commit doesn't try to
      address that.
      67d4a0ff
  10. Nov 17, 2020
  11. Nov 16, 2020
  12. Nov 13, 2020
  13. Nov 12, 2020
  14. Nov 10, 2020
  15. Nov 09, 2020
    • Michele Renda's avatar
      Fix for ATEAM-636 · bf318c6e
      Michele Renda authored and Vakhtang Tsulaia's avatar Vakhtang Tsulaia committed
      In this commit we made public the member of EventStreamInfo_p1.h
      to allow the extraction of the metadata values
      bf318c6e
    • Alison Elliot's avatar
      updates to l1calo bitwise framework to connect EDM output · 7e810a87
      Alison Elliot authored and Vakhtang Tsulaia's avatar Vakhtang Tsulaia committed
      7e810a87
    • Xiaozhong Huang's avatar
      tauRecTools: associate cluster in CaloCalTopoClusterContainer to the tau candidate · 59d399da
      Xiaozhong Huang authored and Vakhtang Tsulaia's avatar Vakhtang Tsulaia committed
      For Topo seed jets, the cluster links in the tau candidate point to the
      clusters in a shallow copy container, which will not be available in AOD
      of R22. To fix this, the cluster links point to the cluster in the
      original container.
      
      For PFlow seed jets, the cluster links in the tau candidate point to the
      PFOs(neutral or charged). It is confusing. Now the cluster links point
      to the corresponding cluter in the PFO object.
      
      Previously, only clusters within 0.2 cone of tau candidate is stored. In
      the tau reconstruction, we need all the clusters. Thus the cut of dR is now
      removed.
      
      The clusters could have energy <=0, which will be skimmed in AOD. The
      link then becomes invalid. Since we do not want an invalid link, all
      the clusters are requied to have positive energy.
      59d399da
  16. Nov 08, 2020
  17. Nov 06, 2020
  18. Nov 05, 2020
  19. Nov 04, 2020
  20. Nov 03, 2020
Loading