![]() |
GRSISort "v4.0.0.5"
An extension of the ROOT analysis Framework
|
![]() |
#include "TGRSIint.h"
#include "GRootGuiFactory.h"
#include "GVersion.h"
#include "Getline.h"
#include "Globals.h"
#include "TDataParser.h"
#include "TGRSIOptions.h"
#include "TGRSIUtilities.h"
#include "GValue.h"
#include "TROOT.h"
#include "GCanvas.h"
#include "StoppableThread.h"
#include "TAnalysisHistLoop.h"
#include "TAnalysisWriteLoop.h"
#include "TDataLoop.h"
#include "TDetBuildingLoop.h"
#include "TEventBuildingLoop.h"
#include "TFragHistLoop.h"
#include "TFragWriteLoop.h"
#include "TFragmentChainLoop.h"
#include "TTerminalLoop.h"
#include "TUnpackingLoop.h"
#include "TPPG.h"
#include "TSortingDiagnostics.h"
#include "TParserLibrary.h"
#include "GRootCommands.h"
#include "TRunInfo.h"
#include "TInterpreter.h"
#include "TGHtmlBrowser.h"
#include <thread>
#include <utility>
#include <pwd.h>
Go to the source code of this file.
Namespaces | |
namespace | anonymous_namespace{TGRSIint.cxx} |
Functions | |
void | PopupLogo (bool) |
void | ReadTheNews () |
void | WaitLogo () |
Variables | |
bool | anonymous_namespace{TGRSIint.cxx}::g__CommandFinished |
std::mutex | anonymous_namespace{TGRSIint.cxx}::g__CommandListMutex |
Long_t | anonymous_namespace{TGRSIint.cxx}::g__CommandResult |
std::mutex | anonymous_namespace{TGRSIint.cxx}::g__CommandWaitingMutex |
std::string | anonymous_namespace{TGRSIint.cxx}::g__LineToProcess |
std::condition_variable | anonymous_namespace{TGRSIint.cxx}::g__NewResult |
bool | anonymous_namespace{TGRSIint.cxx}::g__ProcessingNeeded |
std::mutex | anonymous_namespace{TGRSIint.cxx}::g__ResultListMutex |
TChain * | gAnalysis = nullptr |
TChain * | gFragment = nullptr |
|
extern |
Popup logo, waiting till ROOT is ready to run.
Definition at line 289 of file grsixx.cxx.
References DrawCredits(), gAbout, gCreditsHeight, gCreditsPixmap, gCreditsRect, gCreditsWidth, gDisplay, GetRootLogo(), gFont, gGC, gHeight, gLogoPixmap, gLogoWindow, gPopupTime, gWidth, and ReadContributors().
Referenced by TGRSIint::DrawLogo().
void ReadTheNews | ( | ) |
Opens a random wikipedia page for your enjoyment
Definition at line 261 of file TGRSIint.cxx.
Referenced by TGRSIint::ApplyOptions().
|
extern |
Main event loop waiting till time arrives to pop down logo or when forced by button press event.
Definition at line 376 of file grsixx.cxx.
References DrawROOTCredit(), DrawVersion(), gAbout, gCreditsHeight, gCreditsPixmap, gCreditsRect, gDisplay, gDone, gFont, gGC, gLogoPixmap, gLogoWindow, gMayPopdown, gStayUp, ScrollCredits(), Sleep(), and StayUp().
Referenced by TGRSIint::DrawLogo().