Skip to content

ravindkv/cms-talk-jerc

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Basic setups for EL9

  • cmsrel CMSSW_13_3_0
  • cd CMSSW_13_3_0/src
  • cmsenv
  • git clone [email protected]:ravindkv/cms-talk-jerc.git
  • voms-proxy-init --voms cms --valid 24:00

For Debugging (or catching the segmentation violation)

  • Compile the code with flag -g in the Makefile (GCC=g++ -g -std=c++17)
  • Run the code with gdp (gdb --args ./makeHist -o Data_2024Cv1_DiJet_JetMET1_Hist_1of100.root)
  • Once inside the gdb, type run
  • Type quit to exit

About

Codes for announcement and answers to the users on cms-talk

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published