Skip to content
Snippets Groups Projects

ActionRemoveNormalizationUncertainty

Merged Carsten Burgard requested to merge total-normalization into master

Release notes

  • added action to remove total normalization uncertainties from a model
  • Adding optional dependency on common smoothing tool.
Edited by Carsten Burgard

Merge request reports

Loading
Loading

Activity

Filter activity
  • Approvals
  • Assignees & reviewers
  • Comments (from bots)
  • Comments (from users)
  • Commits & branches
  • Edits
  • Labels
  • Lock status
  • Mentions
  • Merge request status
  • Tracking
340 332 normalize(myhigh,nom,myothernom);
341 333 myrelhigh = TQHistogramUtils::copyHistogram(myhigh);
342 334 myrelhigh->Divide(nom);
343 up ->addObject(myhigh,"::"+targetSampleName);
344 relup->addObject(myrelhigh,"::"+targetSampleName);
335
336 histoSys->setTagString("HistoHigh",man.storeSysHisto(myhigh,systematic->getName(),"Up", targetChannelName));
337 histoSys->setTagString("HistoRelHigh",man.storeSysHisto(myrelhigh,systematic->getName(),"RelUp", targetChannelName));
345 338 }
  • The deleted lines renamed the histogram to the name of the sample and then stored the object. The new lines don't rename the histogram but just store it. This introduces inconsistencies/bugs later on. Same goes for the changes below (for the "Down" variation). I added a naive SetName before the storeSysHisto() function call for now to get things to work again.

  • Please register or sign in to reply
  • Carsten Burgard added 3 commits

    added 3 commits

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Carsten Burgard added 3 commits

    added 3 commits

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • added 7 commits

    • a04e52ae - Rename systematic syst before storing in model
    • 3ad62d9d - Add smoothing to processHistoSys
    • f8c9e085 - CMake magic, export libs and include correct links
    • c2b1a0d9 - Implement smoothing and adapt syst histogram plotting to support multiple models
    • 2d58a2ac - Merge branch 'common-smoothing-tool' into total-normalization
    • b6c36ddf - Add documentation and improve error message
    • 20d98c95 - Merge branch 'total-normalization' of...

    Compare with previous version

  • added 1 commit

    Compare with previous version

  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Loading
  • Please register or sign in to reply
    Loading