For HF Electron Reconstruction Studies
Steps to run this:
-
Log in to lxplus (for the time being use lxplus7 :
ssh [email protected]
) -
Set up the CMSSW area:
$ cmsrel CMSSW_10_6_29
$ cd CMSSW_10_6_29/src
$ cmsenv
- Clone the repo:
$ git clone [email protected]:saghosh/HFEleStudy.git
- Compile:
$ scram b -j 8
- Go tot he test area and run the code (remember to set up your voms proxy before):
$ cd HFEleStudy/hfe/test/
$ voms-proxy-init --voms cms
(and enter your password)
$ cmsRun ZEE_RecHit_AOD_cfg.py
You should get your output ROOT file to anlayse further.