V0 HBT in pPb at 8 TeV Setup CMSSW (work inside of CMSSW80X):
cmsrel CMSSW_8_0_24
cd CMSSW_8_0_24/src
cmsenv
Download:
git clone https://github.com/denerslemos/V0HBT.git
Compile:
cd V0HBT
g++ hbtV0.C hbt.h `root-config --libs` `root-config --cflags` -o executable.exe
Submit jobs:
python submit_new.py
After jobs are done, we merge all histograms using HADD (example for V0loose):
hadd Merged_V0HBT_AAAAA.root V0loose/*.root Pbp/V0loose/*.root
where AAAAA
corresponds to the systematics. We will need make sure to clean up the folder after merging histograms are big.