#include "TRootanaDisplay.hxx"
#include "TPad.h"
#include "TSystem.h"
#include <stdlib.h>
Go to the source code of this file.
Functions | |
ClassImp (TRootanaDisplay) TRootanaDisplay |
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 }