]> git.uio.no Git - u/mrichter/AliRoot.git/blob - PMD/AliPMDDoCalibration.C
- removed some histograms, namely (also for HLT) as these are not used anyway: (Hege)
[u/mrichter/AliRoot.git] / PMD / AliPMDDoCalibration.C
1 //
2 // This macro does the calibration by finding the isolated cells
3 //
4 void AliPMDDoCalibration()
5 {
6   AliPMDCalibrator *calibrator = new AliPMDCalibrator();
7   calibrator->Init();
8   calibrator->CalculateIsoCell();
9   calibrator->Store();
10 }