CGEM BOSS 6.6.5.h
BESIII Offline Software System
Loading...
Searching...
No Matches
Cgem2DStrip.h File Reference
#include <TNamed.h>
#include <TAttLine.h>
#include <TAttFill.h>
#include <TPaveLabel.h>
#include <TPaveText.h>
#include <TVector3.h>
#include "BesCircle2D.h"
#include "BesPolygon2D.h"
#include "BesMarker2D.h"
#include "BesPaveText.h"

Go to the source code of this file.

Classes

class  Cgem2DStripBase
 
class  Cgem2DXStrip
 
class  CgemVStripCalculator
 
class  Cgem2DVStrip
 

Enumerations

enum  ECgemStripType { CGEM_X_STRIP = 0 , CGEM_V_STRIP = 1 }
 

Enumeration Type Documentation

◆ ECgemStripType

Enumerator
CGEM_X_STRIP 
CGEM_V_STRIP 

Definition at line 18 of file Cgem2DStrip.h.

19{
20 CGEM_X_STRIP = 0,
21 CGEM_V_STRIP = 1
22};
@ CGEM_X_STRIP
Definition Cgem2DStrip.h:20
@ CGEM_V_STRIP
Definition Cgem2DStrip.h:21