Skip to content

GitLab

  • Menu
Projects Groups Snippets
    • Loading...
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • athena athena
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Jira
    • Jira
  • Merge requests 168
    • Merge requests 168
  • Deployments
    • Deployments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Analytics
    • Analytics
    • Value stream
    • Code review
    • Issue
    • Repository
  • Activity
  • Graph
  • Commits
Collapse sidebar
  • atlas
  • athenaathena
  • Merge requests
  • !45629

Merged
Created Aug 05, 2021 by Grigore Tarna@gtarnaDeveloper

Truth xAOD generator filters

  • Overview 16
  • Commits 8
  • Pipelines 3
  • Changes 23

This MR brings couple of new generator filters that run over the xAOD::TruthParticles instead of the HEPMC McEventCollection. The new filters are just a translation of the already existing filters (ex. MissingEtFilter -> xAODMissingEtFilter) and the goal is that once the xAOD filters will be fully validated they will become the default ones. The novelty with the xAOD filters is that they run on slimmed TruthParticles containers (TruthMuons,TruthElectrons, etc) in order to have the filter implementation as clean as possible. For each type of particle there is a corresponding slimmer that will decorate the particles with the needed properties. Before the usage of the xAOD filters it's require to call the xAOD convertor and the creation of the necessary containers with the slimmers. This is done by including GeneratorFilters/share/common/CreatexAODSlimContainers.py in the JobOptions before the filter part.

Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: truth_xaod_GenFilter