Skip to content

Commit

Permalink
config with list of columns from Hmm analysis (most of them anyway)
Browse files Browse the repository at this point in the history
  • Loading branch information
kondratyevd committed Mar 27, 2024
1 parent d8491ed commit 7d35a85
Showing 1 changed file with 39 additions and 0 deletions.
39 changes: 39 additions & 0 deletions af_benchmark/example-configs/example-config-Hmm.yaml
Original file line number Diff line number Diff line change
@@ -0,0 +1,39 @@
data-access:
mode: explicit-files
files:
- tests/data/nano_dimuon.root
executor:
backend: sequential
processor:
parallelize_over: files
columns:
- run
- luminosityBlock
- HLT_IsoMu24
- Muon_pt
- Muon_eta
- Muon_phi
- Muon_mass
- Muon_charge
- Muon_pfRelIso04_all
- Muon_mediumId
- Muon_ptErr
- Electron_pt
- Electron_eta
- Electron_mvaFall17V2Iso_WP90
- Jet_pt
- Jet_eta
- Jet_phi
- Jet_mass
- PV_npvsGood
- fixedGridRhoFastjetAll
# - Pileup_nTrueInt # MC only
# - genWeight # MC only
# - GenPart_* # MC only
# - LHEScaleWeight # MC only
# - LHEPdfWeight # MC only
# - HTXS_Higgs_pt # Higgs MC only
# - HTXS_njets30 # Higgs MC only
load_columns_into_memory: True
worker_operation_time: 0

0 comments on commit 7d35a85

Please sign in to comment.