The procedure of calibration with Isolated tracks is described on CMS.StartUp page.
Once HCAL RecHits are calibrated we want to make sure that the calibration works well.
Parameters of Isolated Tracks (adjusted through validation_cfi.py)
Values in this table were used to produce all plots in this analysis.
# Set up:
cmsrel CMSSW_2_2_6
cd CMSSW_2_2_6/src
cmsenv
# Get the code from CVS:
cvs co UserCode/AndreyPozdnyakov
cd UserCode/AndreyPozdnyakov
scramv1 b
cd work
cmsRun xxxxx
Once it's done you will find ValidFile_XX.root file. In order to plot all histograms run plot.C script.
Before doing that you have to change it. Change the path were to produce .png files:
TString imgpath("~/public/html/validation/");. Then run: