 
  
 
   Strip chart example.
 Strip chart example. 
 
 
  
#include <cstdio>
 
{
 
   
 
 
   ht->GetXaxis()->SetTimeDisplay(1);
 
   ht->GetYaxis()->SetNdivisions(520);
 
 
   for (
Int_t i = 1; i < 2300; i++) {
 
      
      if (i > 700)
         noise += 
signalval * sin((i - 700.) * 6.28 / 30) * exp((700. - i) / 300.);
 
   }
   printf(
"Real Time = %8.3fs, Cpu Time = %8.3fs\n", 
sw.RealTime(), 
sw.CpuTime());
 
}
ROOT::Detail::TRangeCast< T, true > TRangeDynCast
TRangeDynCast is an adapter class that allows the typed iteration through a TCollection.
R__EXTERN TRandom * gRandom
R__EXTERN TStyle * gStyle
R__EXTERN TSystem * gSystem
This class stores the date and time with a precision of one second in an unsigned 32 bit word (950130...
1-D histogram with a float per channel (see TH1 documentation)
virtual Double_t Gaus(Double_t mean=0, Double_t sigma=1)
Samples a random number from the standard Normal (Gaussian) Distribution with the given mean and sigm...
void SetTimeOffset(Double_t toffset)
Change the time offset for time plotting.
virtual Bool_t ProcessEvents()
Process pending events (GUI, timers, sockets).
- Author
- Rene Brun 
Definition in file hist063_TH1_seism.C.