Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
3 changes: 1 addition & 2 deletions AnaProd/baseline.py
Original file line number Diff line number Diff line change
Expand Up @@ -82,8 +82,7 @@ def RecoHWWJetSelection(df):
)
df = df.Define(
"FatJet_Incl",
# "(v_ops::pt(FatJet_p4)>200 && abs(v_ops::eta(FatJet_p4)) < 2.5 ) && ( FatJet_jetId & 2 ) && (FatJet_msoftdrop > 30) ",
"(v_ops::pt(FatJet_p4)>200 && abs(v_ops::eta(FatJet_p4)) < 2.5 ) && ( FatJet_jetId & 2 ) ",
"(v_ops::pt(FatJet_p4)>200 && abs(v_ops::eta(FatJet_p4)) < 2.5 ) && ( FatJet_jetId & 2 ) && (FatJet_msoftdrop > 30) ",
)
df = df.Define(
"Jet_sel",
Expand Down
10 changes: 9 additions & 1 deletion config/Run3_2022/processes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -483,13 +483,21 @@
# stage: hist_processing
# file: QCD_ABCD.py
# supress_negative_bins: true
custom_CI_Background:
name: "CI -- Background"
color: "kGreen-3"
datasets:
- TTto2L2Nu

<<<<<<< HEAD
=======

Check failure on line 493 in config/Run3_2022/processes.yaml

View workflow job for this annotation

GitHub Actions / formatting-check / formatting-check

493:1 syntax error: could not find expected ':' (syntax)
custom_CI_Background:
name: "CI -- Background"
color: "kGreen-3"
datasets:
- TTto2L2Nu

>>>>>>> 73681136db5af3cdc548076728b63660ae1c14ad
custom_CI_Signal:
name: "CI -- Signal"
color: "kBlack"
Expand All @@ -510,4 +518,4 @@
name: "CI -- Data"
color: "kAzure+10"
datasets:
- Muon_Run2022C
- Muon_Run2022D
6 changes: 6 additions & 0 deletions config/Run3_2023/processes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -305,6 +305,12 @@
datasets:
- TTto2L2Nu

custom_CI_Background:

Check failure on line 308 in config/Run3_2023/processes.yaml

View workflow job for this annotation

GitHub Actions / formatting-check / formatting-check

308:1 [key-duplicates] duplication of key "custom_CI_Background" in mapping
name: "CI -- Background"
color: "kGreen-3"
datasets:
- TTto2L2Nu

custom_CI_Signal:
name: "CI -- Signal"
color: "kBlack"
Expand Down
5 changes: 5 additions & 0 deletions config/Run3_2023BPix/processes.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -295,6 +295,11 @@
datasets:
- TTto2L2Nu

custom_CI_Background:

Check failure on line 298 in config/Run3_2023BPix/processes.yaml

View workflow job for this annotation

GitHub Actions / formatting-check / formatting-check

298:1 [key-duplicates] duplication of key "custom_CI_Background" in mapping
name: "CI -- Background"
color: "kGreen-3"
datasets:
- TTto2L2Nu
custom_CI_Signal:
name: "CI -- Signal"
color: "kBlack"
Expand Down
Loading