Skip to content
Commit 69255091 authored by Carsten Burgard's avatar Carsten Burgard 💬
Browse files

adding cut tag to ntuple dumper initialization

parent 04998203
Loading
Loading
Loading
Pipeline #941554 passed with stages
in 20 minutes and 14 seconds
Loading
  • @cburgard this particular commit causes CAF to throw an error when dumping ntuples with $(label) (which is set on different samples via a preInit patch in the HWWAnalsysisCode repo) in the outfile name, reverting the commit fixes things. I haven't had the time to look at why this is the case yet, so I am just marking it for posterity. From discussion with @kolehman, somehow the code no longer sees all of the tags set on sf

    Edited by Matthew Joseph Basso
  • Contributor

    I'm wondering if the label tag is read from a parent folder. This information could get lost when converting the TQSample into a TQTaggable. Just an idea, though.

  • Benjamin Paul Jaeger @bejaeger

    mentioned in issue #300 (closed)

    ·

    mentioned in issue #300 (closed)

    Toggle commit list
  • Owner

    Hi all,

    @fpasqual just ran into the same issue...

    Taking a quick look at the diff above I think the reason is quite simple: 69255091

    Explanation: by copy-constructing a TQTaggable from a SampleFolder only the tags of that SF are copied but not the ones of the SampleFolders higher up. Hence, at a later point a recursive resolution of placeholders doesn't see all tags on the full SF...

  • Benjamin Paul Jaeger @bejaeger

    mentioned in commit 37a6adcf

    ·

    mentioned in commit 37a6adcf

    Toggle commit list
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment