#include "AtTabMain.h"
#include "AtContainerManip.h"
#include "AtEvent.h"
#include "AtHit.h"
#include "AtMap.h"
#include "AtPad.h"
#include "AtPadReference.h"
#include "AtPattern.h"
#include "AtPatternEvent.h"
#include "AtRawEvent.h"
#include "AtTabInfo.h"
#include "AtTrack.h"
#include "AtViewerManager.h"
#include <FairLogger.h>
#include <Math/Point3D.h>
#include <TAttMarker.h>
#include <TCanvas.h>
#include <TEveBrowser.h>
#include <TEveEventManager.h>
#include <TEveGeoNode.h>
#include <TEveManager.h>
#include <TEvePointSet.h>
#include <TEveViewer.h>
#include <TEveWindow.h>
#include <TGLCamera.h>
#include <TGLViewer.h>
#include <TGTab.h>
#include <TGeoManager.h>
#include <TGeoVolume.h>
#include <TH1.h>
#include <TH2Poly.h>
#include <TNamed.h>
#include <TObject.h>
#include <TRootEmbeddedCanvas.h>
#include <TString.h>
#include <TStyle.h>
#include <TVirtualPad.h>
#include <TVirtualX.h>
#include <algorithm>
#include <array>
#include <cstdio>
#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" |
|
◆ 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 |
◆ cYELLOW
constexpr auto cYELLOW = "\033[1;33m" |
|
constexpr |