Skip to content

September Update

Compare
Choose a tag to compare
@ajgilbert ajgilbert released this 04 Oct 20:06
· 1385 commits to main since this release

New features

  • CombineHarvester package now in a standalone repository and behaves like a normal CMSSW package that compiles with scram - no need to run make
  • First functioning version of combineTool.py script for job generation and submission. Documentation to be added at a later date, but some help available by running combineTool.py -h. Use the option --dry-run to preview the combine commands that will be run. (b2e418a)
  • Demonstration of the H->hh and MSSM H->tautau datacard combination using the RooMorphingPdf (2255878)
  • Added a preliminary combine PhysicsModel, for use in the text2workspace.py step, that constructs the MSSM model instead of having to pre-bake this into the datacard. The corresponding program MorphingMSSM-NoModel can be used to make datacards that contain three floating-mass h, H and A signal processes scaled by efficiency x acceptance only (ce69cf5).
  • The performance of the ParseCombineWorkspace function is improved and is now available in the python interface (7f42263)
  • Possible to set new TH1 objects in the Observation, Process and Systematic classes via the python interface (12c9023)

See Htautau working group presentation here for more details on current developments.