Skip to content
Snippets Groups Projects
Commit 52b27ee7 authored by Felix Metzner's avatar Felix Metzner
Browse files

Bringing n_tuple_observables_manager.py up to date.

parent 1cdd9d46
No related tags found
No related merge requests found
......@@ -46,16 +46,11 @@ __all__ = [
# Requires python-textops3 package!
# https://python-textops3.readthedocs.io/en/latest/intro.html?highlight=pipe%20operator#quickstart
# TODO: Add to requirements!
class NTupleColumnsManager:
expected_missing_new_variables = [
"useRestFrame__bofsrMomentum__bc", # TODO: Remove once available in n-tuple
"useLabFrame__bofsrMomentum__bc", # TODO: Remove once available in n-tuple
"useCMSFrame__bofsrMomentum__bc", # TODO: Remove once available in n-tuple
] # type: List[str]
expected_missing_new_variables = [] # type: List[str]
stage_dict = {
"root": ".root",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment