ROOT logo
AliPHOSLocalReconstruction()
{
  //Run PHOS clusterization using information from calibration database.
  // Author: Boris Polishchuk (Boris.Polichtchouk at cern.ch)

  AliCDBManager::Instance()->SetDefaultStorage("local://$ALICE_ROOT/OCDB");
  AliCDBManager::Instance()->SetSpecificStorage("PHOS","local://CalibDB");
 
  // Make clusterization, calibration parameters will be taken from CDB

  AliPHOSClusterizerv1 *clu = new AliPHOSClusterizerv1("galice.root");
  clu->SetEventRange(0,-1);
  clu->Exec("deb tim");
}
 AliPHOSLocalReconstruction.C:1
 AliPHOSLocalReconstruction.C:2
 AliPHOSLocalReconstruction.C:3
 AliPHOSLocalReconstruction.C:4
 AliPHOSLocalReconstruction.C:5
 AliPHOSLocalReconstruction.C:6
 AliPHOSLocalReconstruction.C:7
 AliPHOSLocalReconstruction.C:8
 AliPHOSLocalReconstruction.C:9
 AliPHOSLocalReconstruction.C:10
 AliPHOSLocalReconstruction.C:11
 AliPHOSLocalReconstruction.C:12
 AliPHOSLocalReconstruction.C:13
 AliPHOSLocalReconstruction.C:14
 AliPHOSLocalReconstruction.C:15