Skip to content

Commit

Permalink
Merge branch 'master' into test_dev
Browse files Browse the repository at this point in the history
  • Loading branch information
lcorcodilos committed Oct 20, 2020
2 parents 437747c + 2ca6b97 commit 0a985bf
Show file tree
Hide file tree
Showing 195 changed files with 6,745 additions and 1,975 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ TIMBER (Tree Interface for Making Binned Events with RDataFrame) is an easy-to-u
Default arguments assume the use of the NanoAOD format but any ROOT TTree can be processed.

## Quick install
Python 3 is recommended since 2.7 is now no longer supported. Remember to make sure your
Python 3 is recommended since Python 2.7 reached end-of-life on January 1st, 2020. Remember to make sure your
ROOT version has been built with Python 3 compatibility. For information on how to do this, see
[this explanation](doxysetup/Python3.md).
Working in a virtual environment is also recommended. Below are the commands for using virtualenv but
Expand Down
875 changes: 526 additions & 349 deletions TIMBER/Analyzer.py

Large diffs are not rendered by default.

Empty file.
Empty file.
28 changes: 0 additions & 28 deletions TIMBER/Framework/Corrections/JetCorrections/JetRecalibrator.cc

This file was deleted.

Empty file.
29 changes: 0 additions & 29 deletions TIMBER/Framework/Corrections/in_progress/pileup.cc

This file was deleted.

84 changes: 0 additions & 84 deletions TIMBER/Framework/Corrections/in_progress/tagging.cc

This file was deleted.

2 changes: 1 addition & 1 deletion TIMBER/Framework/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ Home to generic C++ modules.
# Developer Notes

Adding C++ modules for use in TIMBER is relatively simple but the code makes several
assumptions about the structure of the module if you'd like to use it as a #Correction.
assumptions about the structure of the module if you'd like to use it as a @ref TIMBER.Analyzer.Correction.

A correction module should be built as a class so that the initializer can be used to book
objects like files, histograms, etc that we want to load before looping over the RDataFrame.
Expand Down
Loading

0 comments on commit 0a985bf

Please sign in to comment.