Skip to content

Including systematics variation samples #433

Discussion options

You must be logged in to vote

Hi Tomoya, an example for how to set this up is here:

- Name: "Modeling"
Up:
VariationPath: "Modeling_Up"
Down:
Symmetrize: True
Samples: "Background"
Type: "NormPlusShape"

If you want to read a histogram from a different file you could set it up like this for example:

General:
    InputPath: "{SamplePath}:{RegionPath}"

Samples:
  - Name: "ttbar"
    SamplePath: "ttbar-PP8.root"

Systematics:
  - Name: "ttbar_Sherpa"
    Up:
      SamplePath: "ttbar-syst-Sh2212.root"
    Down:
      Symmetrize: True
    Samples: "ttbar"
    Type: "NormPlusShape" 

This will build the ttbar sampl…

Replies: 1 comment 11 replies

Comment options

You must be logged in to vote
11 replies
@alexander-held
Comment options

@Tomoya-Iizawa
Comment options

@alexander-held
Comment options

@Tomoya-Iizawa
Comment options

@Tomoya-Iizawa
Comment options

Answer selected by alexander-held
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
config Affects configuration schema
2 participants