17 clusterize->SelectCollisionCandidates();
18 clusterize->
SetOCDBPath(
"local://$ALICE_ROOT/OCDB");
22 AliEMCALRecParam * params = clusterize->
GetRecParam();
23 params->SetClusterizerFlag(AliEMCALRecParam::kClusterizerV2);
24 params->SetClusteringThreshold(0.1);
25 params->SetMinECut(0.50);
26 params->SetUnfold(kFALSE);
30 params->SetTimeCut(1e6);
31 params->SetTimeMin(-1);
32 params->SetTimeMax(1e6);
void JustUnfold(Bool_t yesno)
void SetOCDBPath(const char *path)
void FillAODFile(Bool_t yesno)
AliAnalysisTaskEMCALClusterize * ConfigEMCALClusterize()
AliEMCALRecParam * GetRecParam()
Reclusterize EMCal clusters, put them in a new branch for other following analysis.