98 AliFatal(
"Calibration parameters not found in CDB!");
117 AliFatal(
"Calibration parameters not found in CDB!");
137 AliFatal(
"Pedestal info not found in CDB!");
157 AliFatal(
"Simulations parameters not found in CDB!");
179 AliFatal(
"Reconstruction parameters not found in CDB!");
201 TTree *treeS =
TreeS();
207 branchS->ResetAddress();
209 if (sdigits) sdigits->Clear(
"C");
211 branchS->SetAddress(&sdigits);
212 branchS->GetEntry(0);
219 TTree *treeD =
TreeD();
225 branchD->ResetAddress();
227 if (digits) digits->Clear(
"C");
229 branchD->SetAddress(&digits);
230 branchD->GetEntry(0);
237 TTree *treeR =
TreeR();
243 branchR->ResetAddress();
247 branchR->SetAddress(&rp);
248 branchR->GetEntry(0);
261 TClonesArray* sdigits =
new TClonesArray(
"AliEMCALDigit",0);
275 TClonesArray* digits =
new TClonesArray(
"AliEMCALDigit",0);
void MakeSDigitsArray()
Add SDigits array to the data folder.
virtual void CleanFolders()
TFolder * GetDetectorDataFolder()
AliEMCALRecParam * ReconstructionParameters(Int_t eventType)
static const TString fgkECARecPointsBranchName
! Name of branch with ECA Reconstructed Points
static AliEMCALCalibData * fgCalibData
Energy calibration data.
AliCaloCalibPedestal * PedestalData()
void MakeDigitsArray()
Add Digits array to the data folder.
static AliEMCALSimParam * fgSimParam
Sim param.
AliEMCALSimParam * SimulationParameters()
Cell energy calibration factors container class.
Container of reconstruction parameters.
static AliEMCALCalibTime * fgCalibTime
Time calibration data.
Give access to hits, digits, recpoints arrays and OCDB.
AliCDBEntry * Get(const AliCDBId &query, Bool_t forceCaching=kFALSE)
static AliEMCALRecParam * fgRecParam
Rec param.
virtual ~AliEMCALLoader()
Disconnect trees and remove arrays.
Container of simulation parameters.
Cell time shifts container class.
pedestal/bad map monitoring and calibration tools
#define AliFatal(message)
AliEMCALLoader()
Default constructor for EMCAL Loader Class.
void MakeRecPointsArray()
Add RecPoints array to the data folder.
static const TString fgkECASDigitsBranchName
! Name of branch with ECA SDigits
AliEMCALCalibData * CalibData()
AliEMCALCalibTime * CalibTime()
static AliCDBManager * Instance(TMap *entryCache=NULL, Int_t run=-1)
static const TString fgkECADigitsBranchName
! Name of branch with ECA Digits
static AliCaloCalibPedestal * fgCaloPed
Dead map.