Skip to content

Commit

Permalink
Fixed "fraction" and the path to the yamls in the example examples/FC…
Browse files Browse the repository at this point in the history
…Cee/higgs/mH-recoil/mumu/finalSel.py
  • Loading branch information
EmanuelPerez committed Jun 4, 2021
1 parent 049c453 commit 158aa7e
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions examples/FCCee/higgs/mH-recoil/mumu/preSel.py
Original file line number Diff line number Diff line change
Expand Up @@ -3,14 +3,15 @@
from config.common_defaults import deffccdicts
import os

basedir=os.path.join(os.getenv('FCCDICTSDIR', deffccdicts), '') + "yaml/FCCee/FCCee/spring2021/IDEA/"
basedir=os.path.join(os.getenv('FCCDICTSDIR', deffccdicts), '') + "yaml/FCCee/spring2021/IDEA/"
outdir="outputs/FCCee/higgs/mH-recoil/mumu/"

import multiprocessing
NUM_CPUS = int(multiprocessing.cpu_count()-2)

process_list=['p8_ee_ZZ_ecm240','p8_ee_WW_ecm240','p8_ee_ZH_ecm240']
fraction=1.0
fraction=0.1


import config.runDataFrame as rdf
myana=rdf.runDataFrame(basedir,process_list)
Expand Down

0 comments on commit 158aa7e

Please sign in to comment.