CGEM BOSS 6.6.5.h
BESIII Offline Software System
|
#include <TString.h>
#include <TColor.h>
#include <iostream>
#include <cmath>
#include "TMath.h"
#include "BesVisLib/BesView.h"
#include "BesVisLib/BesCursor.h"
#include "BesVisLib/Cgem2DStrip.h"
Go to the source code of this file.
Macros | |
#define | CGEM_X_STRIP_DISPLAY_CONDITION fLayer == 2 && fSheet == 1 |
#define | CGEM_V_STRIP_DISPLAY_CONDITION fLayer == 0 && fStrip >= 601 && fStrip <= 602 |
Functions | |
ClassImp (Cgem2DXStrip) ClassImp(Cgem2DVStrip) Cgem2DStripBase | |
#define CGEM_V_STRIP_DISPLAY_CONDITION fLayer == 0 && fStrip >= 601 && fStrip <= 602 |
Referenced by Cgem2DVStrip::DistancetoPrimitive(), and Cgem2DVStrip::Paint().
#define CGEM_X_STRIP_DISPLAY_CONDITION fLayer == 2 && fSheet == 1 |
Referenced by Cgem2DXStrip::DistancetoPrimitive(), and Cgem2DXStrip::Paint().
ClassImp | ( | Cgem2DXStrip | ) |
Definition at line 14 of file Cgem2DStrip.cxx.