ATTPCROOT  0.3.0-alpha
A ROOT-based framework for analyzing data from active target detectors
Functions | Variables
AtEventDrawTask.cxx File Reference
#include "AtEventDrawTask.h"
#include "AtAuxPad.h"
#include "AtBaseEvent.h"
#include "AtEvent.h"
#include "AtEventManager.h"
#include "AtFindVertex.h"
#include "AtHit.h"
#include "AtHitCluster.h"
#include "AtMap.h"
#include "AtPad.h"
#include "AtPadReference.h"
#include "AtPattern.h"
#include "AtPatternEvent.h"
#include "AtRawEvent.h"
#include "AtTrack.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 <TEveElement.h>
#include <TEveLine.h>
#include <TEveManager.h>
#include <TEvePointSet.h>
#include <TEveRGBAPalette.h>
#include <TEveTrans.h>
#include <TEveTreeTools.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 <TPad.h>
#include <TPaletteAxis.h>
#include <TROOT.h>
#include <TRandom.h>
#include <TSeqCollection.h>
#include <TStyle.h>
#include <TVirtualPad.h>
#include <TVirtualX.h>
#include "S800Ana.h"
#include "S800Calc.h"
#include <algorithm>
#include <array>
#include <cstdio>
#include <exception>
#include <iostream>
#include <map>
#include <string>
#include <utility>

Go to the source code of this file.

Functions

 ClassImp (AtEventDrawTask)
 

Variables

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"
 

Function Documentation

◆ ClassImp()

ClassImp ( AtEventDrawTask  )

Variable Documentation

◆ cBLUE

constexpr auto cBLUE = "\033[1;34m"
constexpr

Definition at line 74 of file AtEventDrawTask.cxx.

◆ cGREEN

constexpr auto cGREEN = "\033[1;32m"
constexpr

Definition at line 73 of file AtEventDrawTask.cxx.

◆ cNORMAL

constexpr auto cNORMAL = "\033[0m"
constexpr

Definition at line 72 of file AtEventDrawTask.cxx.

◆ 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 70 of file AtEventDrawTask.cxx.

◆ cYELLOW

constexpr auto cYELLOW = "\033[1;33m"
constexpr

Definition at line 71 of file AtEventDrawTask.cxx.