Skip to content

Commit

Permalink
Merge branch 'main' of https://github.com/LPC-HH/boostedhh
Browse files Browse the repository at this point in the history
  • Loading branch information
rkansal47 committed Nov 7, 2024
2 parents be1f1a9 + 726d45a commit 74808dc
Show file tree
Hide file tree
Showing 3 changed files with 416 additions and 3 deletions.
3 changes: 2 additions & 1 deletion src/boostedhh/processors/SkimmerABC.py
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
"""
Skimmer Base Class - common functions for all skimmers.
Author(s): Raghav Kansal
"""

Expand All @@ -12,7 +13,7 @@
import numpy as np
import pandas as pd
from coffea import processor
from HH4b.hh_vars import LUMI
from boostedhh.hh_vars import LUMI

from . import corrections

Expand Down
3 changes: 1 addition & 2 deletions src/boostedhh/processors/__init__.py
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
from __future__ import annotations

from .bbbbSkimmer import * # noqa: F403
from .ttSkimmer import * # noqa: F403
from .SkimmerABC import SkimmerABC
Loading

0 comments on commit 74808dc

Please sign in to comment.