AliPhysics  0fdb362 (0fdb362)
dNdetaDrawer::MarkerUtil Struct Reference

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)
 

Detailed Description

Definition at line 91 of file DrawdNdeta.C.

Member Enumeration Documentation

anonymous enum

Marker styles

Enumerator
kSolid 
kHollow 
kCircle 
kSquare 
kUpTriangle 
kDownTriangle 
kDiamond 
kCross 
kStar 

Definition at line 96 of file DrawdNdeta.C.

Member Function Documentation

static Int_t dNdetaDrawer::MarkerUtil::FlipHollowStyle ( Int_t  style)
inlinestatic

Flip an option bit

Parameters
styleStyle parameter
Returns
New style

Definition at line 161 of file DrawdNdeta.C.

static UShort_t dNdetaDrawer::MarkerUtil::GetMarkerBits ( Int_t  style)
inlinestatic

Get the marker option bits from a style

Parameters
styleStyle
Returns
option bits

Definition at line 136 of file DrawdNdeta.C.

Referenced by FlipHollowStyle(), and dNdetaDrawer::Ratio().

static Int_t dNdetaDrawer::MarkerUtil::GetMarkerStyle ( UShort_t  bits)
inlinestatic

Get the marker style from option bits

Parameters
bitsOption bits
Returns
Marker style

Definition at line 114 of file DrawdNdeta.C.

Referenced by FlipHollowStyle(), and dNdetaDrawer::Ratio().


The documentation for this struct was generated from the following file: