framework icon indicating copy to clipboard operation
framework copied to clipboard

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

Open jgalan opened this issue 2 years ago • 0 comments

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>

jgalan avatar Mar 09 '23 09:03 jgalan