Skip to content

GitLab

  • Menu
Projects Groups Snippets
  • Help
    • Help
    • Support
    • Community forum
    • Submit feedback
  • Sign in
  • Allen Allen
  • Project information
    • Project information
    • Activity
    • Labels
    • Members
  • Repository
    • Repository
    • Files
    • Commits
    • Branches
    • Tags
    • Contributors
    • Graph
    • Compare
    • Locked Files
  • Issues 183
    • Issues 183
    • List
    • Boards
    • Service Desk
    • Milestones
    • Iterations
  • Jira
    • Jira
  • Merge requests 52
    • Merge requests 52
  • CI/CD
    • CI/CD
    • Pipelines
    • Jobs
    • Schedules
  • Deployments
    • Deployments
    • Environments
    • Releases
  • Packages & Registries
    • Packages & Registries
    • Container Registry
  • Monitor
    • Monitor
    • Incidents
  • Analytics
    • Analytics
    • Value stream
    • CI/CD
    • Code review
    • Issue
    • Repository
  • Snippets
    • Snippets
  • Activity
  • Graph
  • Create a new issue
  • Jobs
  • Commits
  • Issue Boards
Collapse sidebar
  • LHCb
  • AllenAllen
  • Merge requests
  • !561

Read MC info from MDF file

  • Review changes

  • Download
  • Email patches
  • Plain diff
Merged Dorothea Vom Bruch requested to merge dovombru_MC_info_in_MDF into master Apr 21, 2021
  • Overview 64
  • Commits 71
  • Pipelines 71
  • Changes 255
  • Write PV MC information into raw banks
  • MCParticle information is written to raw banks in the TrackerDumper (as of Rec!2415 (merged))
  • Read MC information (both for MCParticles and MC PVs) using the HostDataProvider inside the sequence, rather than inside AllenThreads.cpp
  • When using MDF as input, read MC information from MDF file using the MDFInputProvider
  • The number of raw banks in every raw event is no longer assumed to be constant, but calculated (needed for MCParticle info raw banks, which have variable size)
  • When using binary files as input, read MC information from binary files using the BinaryInputProvider
  • MCParticle information is stored in banks labeled OTRaw (not used in Run 3)
  • MC PV information is stored in banks labeld OTError (not used in Run 3)
  • Add new input directory input/parameters containing parameters that do not change with the detector configuration
  • Those constants previously located in input/detector_configuration are moved to input/parameters
  • The content of input/detector_configuration can be dumped for any DDDB tag using this script and used directly as input for standalone Allen
  • PrTrackerDumper is moved to Allen since it dumps the MC information for tracks required for Allen's MC physics checks

Requires LHCb!3043 (merged) and Rec!2415 (merged); Goes with Moore!809 (merged)

Closes #202 (closed), #240 (closed), #241 (closed), #250 (closed)

Edited Aug 18, 2021 by Dorothea Vom Bruch
Assignee
Assign to
Reviewer
Request review from
Time tracking
Source branch: dovombru_MC_info_in_MDF