Skip to content

DryRun/boostedzprime_venv

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

boostedhiggs

bash ~/nobackup/miniconda.sh -b -p miniconda/
source miniconda/bin/activate
conda create -n env python=3.6
conda activate env
pip install coffea --upgrade
conda install -c conda-forge xrootd

git clone https://github.com/DAZSLE/boostedzprime.git
cd boostedhiggs
pip install --user --editable .

standalone test on LPC

cd boostedzprime
python debug_launcher.py

for LPC job submission

cd ../
bash envSetup.sh
cd condor
voms-proxy-init -voms cms -valid 192:00
python CoffeaSubmit.py test run_zqq_processor.py <# of files per job (~50)> <1 to remake tar (if processor changes)>
python hadd_coffea_eos.py #point to out dir

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Python 99.5%
  • Shell 0.5%