Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add CICADA Regions and Score to AOD and MINIAOD formats #45864

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

aloeliger
Copy link
Contributor

PR description:

By request of the CICADA team, this PR adds CICADA input collections (Calo Layer 1 regions, an L1CaloRegionCollection) and CICADA output collections (A bx vector of scores, a CICADABxCollection) to AOD and MINIAOD for Data and MC, for easier studying of the physics potential of the new trigger.

As of right now, inputs to any emulation are only available in the RAW data format, which is undesirable on disk at most sites. These changes will make studying triggers based on these inputs much more possible, and datasets much likelier on disk without special requests, or lots of occupied disk space.

PR validation:

Contents of produced Data and MC, MiniAOD and AOD formats have been checked to see that they contained the desired input and output collections.

the EDM Event Size tool was used to check the size added to both formats on O(1000) Data events, and O(100) MC events.

For Data AOD:

Collection Uncompressed Size (Bytes/Event) Compressed Size (Bytes/Event)
Regions 5881.13 366.643
Score 62.2346 3.993

For Data MiniAOD:

Collection Uncompressed Size (Bytes/Event) Compressed Size (Bytes/Event)
Regions 5817.43 25.187
Score 67.4772 2,141

For MC AOD:

Collection Uncompressed Size (Bytes/Event) Compressed Size (Bytes/Event)
Regions 5875.26 588.96
Score 140.54 110.14

For MC MiniAOD

Collection Uncompressed Size (Bytes/Event) Compressed Size (Bytes/Event)
Regions 5901.34 772.37
Score 71.64 28.14

If this PR is a backport please specify the original PR and why you need to backport that PR. If this PR will be backported please specify to which release cycle the backport is meant for:

This PR is not a backport and will not require backporting as of right now.

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 3, 2024

cms-bot internal usage

@aloeliger aloeliger changed the title Add CICADA Regions to AOD and MINIAOD formats Add CICADA Regions and Score to AOD and MINIAOD formats Sep 3, 2024
@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 3, 2024

@cmsbuild
Copy link
Contributor

cmsbuild commented Sep 3, 2024

A new Pull Request was created by @aloeliger for master.

It involves the following packages:

  • L1Trigger/Configuration (l1)

@aloeliger, @cmsbuild, @epalencia can you please review it and eventually sign? Thanks.
@Martin-Grunewald, @missirol, @mmusich this is something you requested to watch as well.
@antoniovilela, @mandrenguyen, @rappoccio, @sextonkennedy you are the release manager for this.

cms-bot commands are listed here

]
obj.outputCommands += cicadaDataRegions
# Make CICADA available in AOD and miniAOD from 2024 on
from Configuration.Eras.Modifier_run3_2024_L1T_cff import run3_2024_L1T
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Given #45713, I think this PR needs to be rebased.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants