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

Update the way cuts are introduced inside TRestDataSet so that we can use TRestCut. #388

Open
Tracked by #346
jgalan opened this issue Mar 9, 2023 · 0 comments
Open
Tracked by #346
Assignees

Comments

@jgalan
Copy link
Member

jgalan commented Mar 9, 2023

The following issue should introduce the use of TRestCut inside the TRestDataSet definition.

This way we could define our config file as:

<TRestDataSet ...>
....
<TRestCut>
  <cut name="cc1" value="XX>10 AND XX<90"/>
  <cut name="cc2" value="sAna_ThresholdIntegral<100e3"/>
</TRestCut>
...

</TRestDataSet>
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

No branches or pull requests

3 participants