ActionRemoveNormalizationUncertainty
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
Activity
Filter activity
added 32 commits
-
931464b3...353322f9 - 23 commits from branch
master
- 1bd4eb29 - added some documentation comments
- 152f9388 - renamed variations processor
- f60eac0b - Merge branch 'master' into 'systematics-management-cleanup'
- ef02dd57 - Rename methods and consistent signatures
- 9d816da4 - Merge branch 'systematics-management-cleanup' of...
- 11cbafe6 - Missed a few methods
- a82a64ac - added action to remove normalization uncertainty (initial version)
- 385d8d71 - small fixes
- e1e4293c - small bugfixes
Toggle commit list-
931464b3...353322f9 - 23 commits from branch
added 1 commit
- 50df650f - first working version of total normalization uncertainty removal
added 19 commits
- 931464b3 - added action to remove normalization uncertainty (initial version)
- 704593ba - added new option to print systematics status as list
- 67d78917 - added function to count matching tags
- 9cd84ea5 - major code cleanup
- 656bc9b1 - cleanup of cmakelists
- 953fa30a - added separator comments
- 4c876bbb - more separator comments
- c11f03dd - added common smoothing tool integration
- c1388224 - changed function name
- b5eb6f5d - added comments
- eeb05204 - improved documentation comments
- 82a50d79 - silenced warning
- 21e85686 - changed warning to message
- 11110058 - bugfix
- ac3ffa6f - Fix inconsistency of tag name
- e50a4469 - Fix inconsistency of tag name that prevented hist rebinning
- c35253e5 - Merge branch 'common-smoothing-tool' of...
- 891a57a2 - various bugfixes
- 8c652d5c - merged
Toggle commit list340 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 thestoreSysHisto()
function call for now to get things to work again.
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...
Toggle commit list
Please register or sign in to reply