]> git.uio.no Git - u/mrichter/AliRoot.git/blobdiff - macros/lego.C
forgot to add unfolding containers back to the output list
[u/mrichter/AliRoot.git] / macros / lego.C
index a27a0303ce77cb4d916402bff14be896d1746bf3..c043dd0812ac041c8bdb19289fbe31d1def85a60 100644 (file)
@@ -1,4 +1,4 @@
-{
+void lego() {
 // macro to visualize the lego plots generated by gAlive->RunLego
    
    gROOT->Reset();
    hradl->SetContour(ncont);
    hradl->SetMaximum(5);
    hradl->Draw("lego2sphe");
-
-   TCanvas *cetar = new TCanvas("cetar","etar",10,10,600,400);
-   cetar->SetTheta(theta);
-   cetar->SetPhi(phi);
-   TH2F *hetar = (TH2F*)file->Get("hetar");
-   hetar->SetFillColor(2);
-   hetar->SetMaximum(1);
-   hetar->SetContour(ncont);
-   hetar->SetMaximum(5);
-   hetar->Draw("lego2sphe");
 }