EDM analyzer for making ntuples from HCAL DIGIs and RecHits
# setup environment
export SCRAM_ARCH=slc7_amd64_gcc900
# setup cmssw release
cmsrel CMSSW_12_0_0
cd CMSSW_12_0_0/src
cmsenv
# clone repository
mkdir HCALPFG
cd HCALPFG
git clone -b PFG-CMSSW_12_0_X [email protected]:HCALPFG/HcalTupleMaker.git
# compile code
cd HcalTupleMaker
scram b -j 8
# setup cmssw environment
cd HCALPFG/HcalTupleMaker/test
cmsenv
# obtain grid proxy (optional)
voms-proxy-init -voms cms -rfc
# local runs
cmsRun pfg_Local_RAW_cfg.py
# global runs
cmsRun pfg_Global_RAW_cfg.py
-
Local runs can be found on the HCAL DPG eos space
- /eos/cms/store/group/dpg_hcal/comm_hcal/USC/runXXXXXX/USC_XXXXXX.root
-
Access this space using the
root://eoscms.cern.ch/
redirector- root://eoscms.cern.ch//eos/cms/store/group/dpg_hcal/comm_hcal/USC/runXXXXXX/USC_XXXXXX.root
-
If you wish to browse this space, do an
eosmount
on lxplus -
Copy a file locally using
xrdcp
-
Choose the correct global tag
-
Run information:
Maintained by HCAL PFG
Original author: Edmund Berry <Edmund.A.Berry(at)CERN.CH>