EIC Software
Reference for
EIC
simulation and reconstruction software on GitHub
|
#include <iostream>
#include <fstream>
#include <unistd.h>
#include <TObjString.h>
#include <TStyle.h>
#include <TCanvas.h>
#include <TColor.h>
#include <TLatex.h>
#include <TFile.h>
#include <TROOT.h>
#include <TArrow.h>
#include <TPolyLine.h>
#include <EicGeoMedia.h>
#include <EicToyModel.h>
Go to the source code of this file.
Macros | |
#define | _IR_REGION_SMARGIN_ ( 50.0 * etm::cm) |
#define | _IR_REGION_BMARGIN_ ( 30.0 * etm::cm) |
#define | _CANVAS_WIDTH_DEFAULT_ ( 1500) |
#define | _COLOR_LEGEND_HEIGHT_ (20.0 * etm::cm) |
#define | _COLOR_LEGEND_STEP_ (80.0 * etm::cm) |
#define | _COLOR_LEGEND_GAP_ ( 5.0 * etm::cm) |
#define | _HALL_RADIAL_BOUNDARY_ (350.0 * etm::cm) |
#define | _SAFETY_CLEARANCE_DEFAULT_ (0.0) |
#define | _VISUAL_CLEARANCE_DEFAULT_ (0.0) |
#define | _CROSSING_ANGLE_DEFAULT_ ( 0.025) |
#define _CANVAS_WIDTH_DEFAULT_ ( 1500) |
Definition at line 32 of file EicToyModel.cc.
View newest version in sPHENIX GitHub at line 32 of file EicToyModel.cc
Referenced by EicToyModel::WriteText().
#define _COLOR_LEGEND_GAP_ ( 5.0 * etm::cm) |
Definition at line 38 of file EicToyModel.cc.
View newest version in sPHENIX GitHub at line 38 of file EicToyModel.cc
Referenced by EicToyModel::DrawColorLegend().
#define _COLOR_LEGEND_HEIGHT_ (20.0 * etm::cm) |
Definition at line 36 of file EicToyModel.cc.
View newest version in sPHENIX GitHub at line 36 of file EicToyModel.cc
Referenced by EicToyModel::DrawColorLegend(), and EicToyModel::home().
#define _COLOR_LEGEND_STEP_ (80.0 * etm::cm) |
Definition at line 37 of file EicToyModel.cc.
View newest version in sPHENIX GitHub at line 37 of file EicToyModel.cc
Referenced by EicToyModel::DrawColorLegend().
#define _CROSSING_ANGLE_DEFAULT_ ( 0.025) |
Definition at line 49 of file EicToyModel.cc.
View newest version in sPHENIX GitHub at line 49 of file EicToyModel.cc
#define _HALL_RADIAL_BOUNDARY_ (350.0 * etm::cm) |
Definition at line 41 of file EicToyModel.cc.
View newest version in sPHENIX GitHub at line 41 of file EicToyModel.cc
Referenced by EicToyModel::DrawBeamLine().
#define _IR_REGION_BMARGIN_ ( 30.0 * etm::cm) |
Definition at line 30 of file EicToyModel.cc.
View newest version in sPHENIX GitHub at line 30 of file EicToyModel.cc
Referenced by EicToyModel::home().
#define _IR_REGION_SMARGIN_ ( 50.0 * etm::cm) |
Definition at line 29 of file EicToyModel.cc.
View newest version in sPHENIX GitHub at line 29 of file EicToyModel.cc
Referenced by EicToyModel::home().
#define _SAFETY_CLEARANCE_DEFAULT_ (0.0) |
Definition at line 46 of file EicToyModel.cc.
View newest version in sPHENIX GitHub at line 46 of file EicToyModel.cc
#define _VISUAL_CLEARANCE_DEFAULT_ (0.0) |
Definition at line 47 of file EicToyModel.cc.
View newest version in sPHENIX GitHub at line 47 of file EicToyModel.cc