#include "AtEventDrawTaskS800.h"
#include "AtEvent.h"
#include "AtEventManagerS800.h"
#include "AtHit.h"
#include "AtMap.h"
#include "AtPad.h"
#include "AtPatternEvent.h"
#include "AtProtoEvent.h"
#include "AtProtoQuadrant.h"
#include "AtRawEvent.h"
#include "AtTpcMap.h"
#include "AtTpcProtoMap.h"
#include "AtTrack.h"
#include "AtTrackingEventAna.h"
#include <FairLogger.h>
#include <FairRootManager.h>
#include <Math/Point3D.h>
#include <TAttMarker.h>
#include <TAxis.h>
#include <TCanvas.h>
#include <TClonesArray.h>
#include <TColor.h>
#include <TEveBoxSet.h>
#include <TEveLine.h>
#include <TEveManager.h>
#include <TEvePointSet.h>
#include <TEveTrans.h>
#include <TEveTreeTools.h>
#include <TF1.h>
#include <TGraph.h>
#include <TH1.h>
#include <TH2.h>
#include <TH2Poly.h>
#include <TH3.h>
#include <TList.h>
#include <TNamed.h>
#include <TObject.h>
#include <TPaletteAxis.h>
#include <TROOT.h>
#include <TRandom.h>
#include <TSeqCollection.h>
#include <TString.h>
#include <TStyle.h>
#include <TVirtualPad.h>
#include <TVirtualX.h>
#include "S800Calc.h"
#include <algorithm>
#include <array>
#include <cmath>
#include <cstdio>
#include <iostream>
#include <memory>
#include <vector>
Go to the source code of this file.
|
constexpr auto | cRED = "\033[1;31m" |
| Event display task. More...
|
|
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 |
Event display task.
- Author
- JungWoo Lee (Korea Univ.) Adapted for AtTPCROOT by Yassid Ayyad (NSCL)
Definition at line 66 of file AtEventDrawTaskS800.cxx.
◆ cYELLOW
constexpr auto cYELLOW = "\033[1;33m" |
|
constexpr |