#include "AtViewerManager.h"
#include "AtEventSidebar.h"
#include "AtRawEvent.h"
#include "AtSidebarFrames.h"
#include "AtTabBase.h"
#include <FairLogger.h>
#include <FairRootManager.h>
#include <FairRunAna.h>
#include <Rtypes.h>
#include <TClonesArray.h>
#include <TEveBrowser.h>
#include <TEveManager.h>
#include <TList.h>
#include <TObject.h>
#include <TRootBrowser.h>
#include <TString.h>
#include <TStyle.h>
#include <GuiTypes.h>
#include <iostream>
#include <utility>
Go to the source code of this file.
|
constexpr auto | cRED = "\033[1;31m" |
|
constexpr auto | cYELLOW = "\033[1;33m" |
|
constexpr auto | cNORMAL = "\033[0m" |
|
constexpr auto | cGREEN = "\033[1;32m" |
|
constexpr auto | cBLUE = "\033[1;34m" |
|
constexpr auto | cWHITERED = "\033[37;41m" |
|
◆ ClassImp()
◆ cBLUE
constexpr auto cBLUE = "\033[1;34m" |
|
constexpr |
◆ cGREEN
constexpr auto cGREEN = "\033[1;32m" |
|
constexpr |
◆ cNORMAL
constexpr auto cNORMAL = "\033[0m" |
|
constexpr |
◆ cRED
constexpr auto cRED = "\033[1;31m" |
|
constexpr |
◆ cWHITERED
constexpr auto cWHITERED = "\033[37;41m" |
|
constexpr |
◆ cYELLOW
constexpr auto cYELLOW = "\033[1;33m" |
|
constexpr |