Skip to content

jialin-guo1/HZZAnalysis

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

66 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This is HZZAnalysis based on Ntuple

To install V2

wget https://github.com/jialin-guo1/HZZAnalysis/blob/master/install.sh
chmod +x install.sh
./install.sh

To Run Siganl Model Only

NOTE: By running this install, you will be not able to run skimming proccess

1.Install

wget https://github.com/jialin-guo1/HZZAnalysis/blob/master/install_SigMod.sh
chmod +x install_SigMod.sh
./install_SigMod.sh

2.To reshape signal model(remove, please go step3 directly)

cd $CMSSW_BASE/src/HZZAnalysis/SignalModel
python MakeShape_v2.py -y 2018 -s sig

3.To Fit SignalModel

python FitShape.py -y 2018

all files what you need are already there

To install

Setup CMSSW env

export SCRAM_ARCH=slc7_amd64_gcc700
cmsrel CMSSW_10_6_26
cd CMSSW_10_6_26
cmsenv

include packages

git clone [email protected]:JHUGen/JHUGenMELA.git
cd JHUGenMELA
./setup.sh -j 8
cd ..

git clone [email protected]:MELALabs/MelaAnalytics.git
cd MelaAnalytics
./setup.sh -j 8
cd ..

git clone [email protected]:IvyFramework/IvyDataTools.git IvyFramework/IvyDataTools
git clone [email protected]:IvyFramework/IvyAutoMELA.git IvyFramework/IvyAutoMELA
git clone [email protected]:jialin-guo1/HZZAnalysis.git
scram b -j 8 

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published