Skip to content
david-stewart edited this page Sep 9, 2016 · 3 revisions

#Purpose and Introduction

It is hoped to publish a paper regarding the events of 200 GeV pp events. The anticipated conclusion is that the underlying events are distributed more or less evenly in phi-eta space.

The code as-is requires some supporting libraries to generate a shared library, which in turn is required to compile the code with the contained MakeFile.

The primary source code is that under /src/PicoJetUnderlyingActivity.cxx.

The .gitignore file ignores the generated /bin/* and /lib/* directories.

To get this code to run:

  • Download the requisite files.

  • Hand generate the directories /bin/ and /lib/

  • Inspect the script SetEnvironment.sh and make sure that it points to the requisite libraries (FastJet, RooUnfold, ROOT, etc...).

  • Run: source SetEnvironment.sh

  • Run: make

Clone this wiki locally