TRootanaDisplay.cxx File Reference

#include "TRootanaDisplay.hxx"
#include "TPad.h"
#include "TSystem.h"
#include <stdlib.h>
Include dependency graph for TRootanaDisplay.cxx:

Go to the source code of this file.

Functions

 ClassImp (TRootanaDisplay) TRootanaDisplay

Function Documentation

ClassImp ( TRootanaDisplay   ) 

Definition at line 6 of file TRootanaDisplay.cxx.

00009 {
00010   fNumberSkipEventsOnline = 1; 
00011   fNumberSkipEventsOffline = 0;
00012   fNumberProcessed = 0;
00013   fCachedDataContainer = 0;
00014   SetDisplayName("Rootana Display");
00015 
00016         fQuitPushed = false;
00017 
00018   // Don't create second main window.
00019   DisableAutoMainWindow();
00020 
00021   // Don't create output ROOT files;
00022   // Output ROOT files will kill histograms.
00023   DisableRootOutput(true);
00024 
00025 }


Generated on 12 Feb 2016 for ROOT Analyzer by  doxygen 1.6.1