Skip to content

Commit

Permalink
Merge pull request #92 from EmanuelPerez/master
Browse files Browse the repository at this point in the history
Fixed  "fraction" and  the path  to the yamls in the example examples…
  • Loading branch information
clementhelsens authored Jun 4, 2021
2 parents 049c453 + 158aa7e commit ad02bcd
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 ad02bcd

Please sign in to comment.