Skip to content

IreneZoi/DAS2024JpsiJpsi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

24 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

This exercise is based on the code and analysis developed by Kai Yi, Liangliang Chen (NNU), Shiyi Huang (NNU), Bolin Li (NNU), Xining Wang (NNU), Kai Yi (NNU) and Yilin Zhou (NNU).

At the beginning of this short exercise an introduction will be done based on these slides.

Additional Material can be found here:

This exercise is described in this Twiki and divided in two steps, the event selection and the fitting part. The code for the two different parts is in two separate directories.

Setup:

ssh -Y [email protected]
cd ~/nobackup/
mkdir CMSDAS2024
cd CMSDAS2024
git clone https://github.com/IreneZoi/DAS2024JpsiJpsi.git
source /cvmfs/cms.cern.ch/cmsset_default.sh
cmsrel CMSSW_10_2_5
cmsrel CMSSW_11_1_1

For the event selection part:

cd ~/nobackup/CMSDAS2024JpsiJpsi/CMSSW_10_2_5/src
cmsenv
cd ../../eventselection/
root -l
root [0] .L myntuple.C++
root [1] .x runJobs_0.C
root [2] .q

root -l myhbk.root
root [1] .ls
root [2] myFourMuonmass->Draw()

For the fit part:

cd ~/nobackup/CMSDAS2024JpsiJpsi/CMSSW_11_1_1/src/
cmsenv
cd ../../fitpackage/
source makeLibSo.sh
root -l nointerf_nofd.C

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published