]> git.uio.no Git - u/mrichter/AliRoot.git/blame - PMD/AliPMDDoCalibration.C
Centrality edges <0% and >90% checks are removed
[u/mrichter/AliRoot.git] / PMD / AliPMDDoCalibration.C
CommitLineData
7b2dea2e 1//
2// This macro does the calibration by finding the isolated cells
3//
4void AliPMDDoCalibration()
5{
6 AliPMDCalibrator *calibrator = new AliPMDCalibrator();
7 calibrator->Init();
8 calibrator->CalculateIsoCell();
9 calibrator->Store();
10}