X-Git-Url: http://git.uio.no/git/?a=blobdiff_plain;ds=sidebyside;f=JETAN%2FAliAnalysisTaskFastEmbedding.cxx;h=46b723a7181dac00c3e0dfff6e794d0bfde116b3;hb=8248a894a59d8e74dd8fca5119e20f3f3af69450;hp=4527ec0838b2c008255e51ec9e96708741369c6a;hpb=bf7cfc8822d988e842942dd8af2a69cd20215816;p=u%2Fmrichter%2FAliRoot.git diff --git a/JETAN/AliAnalysisTaskFastEmbedding.cxx b/JETAN/AliAnalysisTaskFastEmbedding.cxx index 4527ec0838b..46b723a7181 100644 --- a/JETAN/AliAnalysisTaskFastEmbedding.cxx +++ b/JETAN/AliAnalysisTaskFastEmbedding.cxx @@ -522,8 +522,8 @@ void AliAnalysisTaskFastEmbedding::UserCreateOutputObjects() } - fh1AODfile = new TH1I("fh1AODfile", "overview of opened AOD files from the array", 2300, -0.5, 2299.5); - fh2AODevent = new TH2I("fh1AODevent","selected events;file;event", 2500,-.5,2499.5,5000,-.5,4999.5); + fh1AODfile = new TH1I("fh1AODfile", "overview of opened AOD files from the array", 23, -0.5, 2299.5); + fh2AODevent = new TH2I("fh1AODevent","selected events;file;event", 25,-.5,2499.5,50,-.5,4999.5); fHistList->Add(fh1AODfile); fHistList->Add(fh2AODevent); @@ -839,7 +839,7 @@ void AliAnalysisTaskFastEmbedding::UserExec(Option_t *) fh1TrackPt->Fill(tmpTr->Pt()); fh2TrackEtaPhi->Fill(tmpTr->Eta(), tmpTr->Phi()); } - } + } if(mcpartIN){ Int_t nMCpart = mcpartIN->GetEntriesFast();