ROOT logo


//Run EMCAL clusterization using information from calibration database.
// Author: Gustavo Conesa

AliEMCALLocalReconstruction()
{

  // Open local calibration data base
  AliCDBStorage* storage = AliCDBManager::Instance()->GetStorage("local://CalibDB");
  
  // Make clusterization, calibration parameters will be taken from CDB

  AliReconstruction rec ; 
  rec.SetRunLocalReconstruction("EMCAL") ;
  rec.Run() ;
}
 AliEMCALLocalReconstruction.C:1
 AliEMCALLocalReconstruction.C:2
 AliEMCALLocalReconstruction.C:3
 AliEMCALLocalReconstruction.C:4
 AliEMCALLocalReconstruction.C:5
 AliEMCALLocalReconstruction.C:6
 AliEMCALLocalReconstruction.C:7
 AliEMCALLocalReconstruction.C:8
 AliEMCALLocalReconstruction.C:9
 AliEMCALLocalReconstruction.C:10
 AliEMCALLocalReconstruction.C:11
 AliEMCALLocalReconstruction.C:12
 AliEMCALLocalReconstruction.C:13
 AliEMCALLocalReconstruction.C:14
 AliEMCALLocalReconstruction.C:15
 AliEMCALLocalReconstruction.C:16
 AliEMCALLocalReconstruction.C:17
 AliEMCALLocalReconstruction.C:18