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 cell filtering functionalities #39

Merged
merged 2 commits into from
Mar 17, 2023
Merged

Add cell filtering functionalities #39

merged 2 commits into from
Mar 17, 2023

Conversation

BrieucF
Copy link
Contributor

@BrieucF BrieucF commented Mar 16, 2023

  • Add the possibility to filter cells without adding noise
  • Add the possibility to filter cells based on energy absolute value

@@ -43,7 +43,7 @@ StatusCode CreateCaloCells::initialize() {
}
}
// Cell noise tool
if (m_addCellNoise) {
if (m_addCellNoise || m_filterCellNoise) {
Copy link
Contributor

Choose a reason for hiding this comment

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

Will this try to retrieve noiseTool even if you will just filter based on absolute value?

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Yes, filtering on absolute value still requires noiseTool link

@BrieucF BrieucF changed the title Add cell filtering functionality Add cell filtering functionalities Mar 17, 2023
@BrieucF
Copy link
Contributor Author

BrieucF commented Mar 17, 2023

Now that the cell filtering functionality is not fully bounded to the noise application anymore, one could think of factorizing it as a separated tool that would be called by CreateCaloCells in a later PR.

@kjvbrt kjvbrt merged commit b5b0d2b into HEP-FCC:main Mar 17, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants