Skip to content

jrueb/analysis-backgroundmodel

This branch is 6 commits behind desy-cms/analysis-backgroundmodel:dev-2016.

Folders and files

NameName
Last commit message
Last commit date
Sep 8, 2016
Sep 15, 2016
Sep 15, 2017
Sep 15, 2017
Mar 15, 2016
Sep 15, 2017
Nov 24, 2015
Nov 24, 2015
Nov 24, 2015

Repository files navigation

Mini-framework to study possible parameterizations of the QCD-multijet background

Usage

First, compile the code with scram b.

The central executable is called FitBackgroundModel and the available options are obtained with FitBackgroundModel -h. An example call would look like this:

FitBackgroundModel -b bukin

Use the flags -l to see the parameters of the chosen model and -m to modify the parameter settings from the command line.

Memory analysis with valgrind

valgrind --tool=memcheck --track-origins=yes \
 --suppressions=$CMSSW_RELEASE_BASE/src/Utilities/ReleaseScripts/data/cms-valgrind-memcheck.supp \
 --suppressions=$ROOTSYS/etc/valgrind-root.supp \
 FitBackgroundModel -b bukin

NB: Compile with the following flags in Analysis/BackgroundModel/BuildFile.xml and Analysis/BackgroundModel/bin/BuildFile.xml:

<flags CXXFLAGS="-g -O0" />

This is also useful for using gdb.

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 51.3%
  • C 23.9%
  • Makefile 19.0%
  • Python 5.6%
  • Shell 0.2%