Re: [ROOT] How to get the histogramm after the TChain->Draw method.

From: Rene Brun (Rene.Brun@cern.ch)
Date: Mon Nov 20 2000 - 16:58:51 MET


Hi Cyril,

If htemp is in your current pad gPad, from the command line, you can do:
 htemp->GetXaxis()->SetTimeDisplay(1);
 htemp->GetXaxis()->SetTimeFormat("some format");

Rene Brun

Cyril Lachaud wrote:
> 
> Hi Rooters,
> 
> I'm working on a shared library (so not "in line").
> 
> I would like to know how to access to the histo filled after the
> TChain->Draw method... (to modify axis for time format for example).
> 
> As far as I know this histo is called by default "htemp". But how can I do
>  htemp->GetXaxis->SetTimeFormat() ?
> 
> Thank you.
> 
>  Cyril Lachaud



This archive was generated by hypermail 2b29 : Tue Jan 02 2001 - 11:50:37 MET