#include "AtTabPad.h"
#include "AtAuxPad.h"
#include "AtDataManip.h"
#include "AtEvent.h"
#include "AtHit.h"
#include "AtMap.h"
#include "AtPad.h"
#include "AtPadArray.h"
#include "AtPadBase.h"
#include "AtRawEvent.h"
#include "AtTabInfo.h"
#include "AtViewerManager.h"
#include <FairLogger.h>
#include <TCanvas.h>
#include <TF1.h>
#include <TH1.h>
#include <iostream>
#include <memory>
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 |