Replies: 1 comment 2 replies
-
|
Hi, I believe your use case does not fit well within the existing functionality, thanks for reporting this! From what I see right now this is strong motivation for adding General:
InputPath: "/SomePath/{SamplePath}:{Tree}"
Samples:
- Name: "Sgn"
Tree: "tree"
SamplePath: "Nominal/Sgn.root
- Name: "Bkg1"
Tree: "tree"
SamplePath: "Nominal/Bkg1.root"
- Name: "Bkg2"
Tree: "tree"
SamplePath: "Nominal/Bkg2.root"
Systematics:
- Name: "systematic_Sgn"
Up:
SamplePath: "Correction_up/Sgn.root"
Down:
SamplePath: "Correction_down/Sgn.root"
Samples: "Sgn"
Type: "NormPlusShape"
ModifierName: "systematic"
- Name: "systematic_ Bkg1"
Up:
SamplePath: "Correction_up/Bkg1.root"
Down:
SamplePath: "Correction_down/Bkg1.root"
Samples: "Bkg1"
Type: "NormPlusShape"
ModifierName: "systematic"
- Name: "systematic_ Bkg2"
Up:
SamplePath: "Correction_up/Bkg2.root"
Down:
SamplePath: "Correction_down/Bkg2.root"
Samples: "Bkg2"
Type: "NormPlusShape"
ModifierName: "systematic"I believe this would work but is much more verbose and much less convenient. We'll have a look at getting |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
-
Hi,
I have been trying to add some systematics to my configuration and got confused somehow.
I'm trying to add my samples directly from the ntuples, for this I have multiple folders, each of them for every correction.
somewhat like this:
obviously I simplified things a little here, but from the documentation I found that if I were using histograms directly I could do something like this
But for the ntuple builder, "VariationPath" is not an option.
Is there a simpler way which I'm missing? or do I have to make the histograms separatelly in order to use "VariationPath"
I also found some old Issue regarding this (#435), where it says that "tree" might capture this functionality, but I dont see how in this case
Thanks in advance
Beta Was this translation helpful? Give feedback.
All reactions