We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
TRestDataSet
TRestCut
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>
The text was updated successfully, but these errors were encountered:
ayuberonavarro
IAntolin
No branches or pull requests
The following issue should introduce the use of
TRestCut
inside theTRestDataSet
definition.This way we could define our config file as:
The text was updated successfully, but these errors were encountered: