![]() |
AliPhysics
0fdb362 (0fdb362)
|
Public Types | |
enum | { kSolid = 0x000, kHollow = 0x001, kCircle = 0x002, kSquare = 0x004, kUpTriangle = 0x006, kDownTriangle = 0x008, kDiamond = 0x00a, kCross = 0x00c, kStar = 0x00e } |
Static Public Member Functions | |
static Int_t | GetMarkerStyle (UShort_t bits) |
static UShort_t | GetMarkerBits (Int_t style) |
static Int_t | FlipHollowStyle (Int_t style) |
Definition at line 91 of file DrawdNdeta.C.
anonymous enum |
Marker styles
Enumerator | |
---|---|
kSolid | |
kHollow | |
kCircle | |
kSquare | |
kUpTriangle | |
kDownTriangle | |
kDiamond | |
kCross | |
kStar |
Definition at line 96 of file DrawdNdeta.C.
Flip an option bit
style | Style parameter |
Definition at line 161 of file DrawdNdeta.C.
Get the marker option bits from a style
style | Style |
Definition at line 136 of file DrawdNdeta.C.
Referenced by FlipHollowStyle(), and dNdetaDrawer::Ratio().
Get the marker style from option bits
bits | Option bits |
Definition at line 114 of file DrawdNdeta.C.
Referenced by FlipHollowStyle(), and dNdetaDrawer::Ratio().