18 clusterize->SelectCollisionCandidates();
19 clusterize->
SetOCDBPath(
"local://$ALICE_ROOT/OCDB");
23 AliEMCALRecParam * params = clusterize->
GetRecParam();
24 params->SetClusterizerFlag(AliEMCALRecParam::kClusterizerV2);
25 params->SetClusteringThreshold(0.1);
26 params->SetMinECut(0.50);
27 params->SetUnfold(kFALSE);
31 params->SetTimeCut(1e6);
32 params->SetTimeMin(-1);
33 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.