Some material about Statistics for HEP:

My BLUE page is here.

Unfolding:

Links:

CMS-specific links:

ROOT commands for 1-tailed conversions (zvalue: "number of sigmas"):

zvalue = sqrt(2)*TMath::ErfInverse(1 - 2*pvalue)  
pvalue = 0.5 - 0.5*TMath::Erf(zvalue/sqrt(2))