Skip to content

Electroweakino analysis framework on which four top analysis will be built

Notifications You must be signed in to change notification settings

NielsVdBossche/ewkino

 
 

Repository files navigation

Four top analysis

This framework expands on the ewkino framework to incorporate the four top analysis. Some important changes were made to the ewkino framework so don't expect too much compatibility in other analyses using the ewkino framework.

Recipe

First, build the framework using:

make -f makeCodeLibrary

in the base ewkino directory.

To build the analysiscode:

cd _FourTopAnalysis
make -f makeBaseAnalysis

Make sure a directory called Output is present in _FourTopAnalysis.

To run the code from a m-machine, while still in _FourTopAnalysis directory, run:

./analysisExec ../sampleLists/allSamples.txt <AnalysisMethod>

Several options are available. When requiring only MC results, use: MCAll

To run the code on HTCondor:

cd runCode
condor_submit <.sub file>

A series of options is available for submission.

New option: using the submission script.

As long as my skims are available on T2B, it should run fine.

About

Electroweakino analysis framework on which four top analysis will be built

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • C++ 87.7%
  • Python 10.6%
  • Shell 1.1%
  • Other 0.6%