1 #ifndef ALIMUONATTPAINTER_H
2 #define ALIMUONATTPAINTER_H
93 void Print(Option_t* opt=
"")
const;
97 void SetPlane(Bool_t bending, Bool_t nonBending);
Bool_t IsNonBendingPlane() const
Whether we are representing non bending plane.
Bool_t IsSinglePainter() const
Whether we represent attributes of a single painter (if false, means it's a painter group) ...
TString CathodeName() const
EBits
Internal status bits.
TString PlaneName() const
Bool_t IsPlaneDefined() const
Whether we are defined by plane.
Bool_t IsCathodeDefined() const
Whether we are defined by cathode.
Bool_t IsBendingPlane() const
Whether we are representing bending plane.
void SetSingle(Bool_t value)
void SetViewPoint(Bool_t front, Bool_t back)
void SetCathode(Bool_t cath0, Bool_t cath1)
Bool_t IsCathodeAndPlaneDisabled() const
Whether cathode & plane are disabled.
Bool_t IsBackView() const
Whether the painter is to be represented from back (as seen from IP)
Bool_t IsCathodeAndPlaneMutuallyExclusive() const
Whether we can select both cathode and plane.
void SetCathodeAndPlaneDisabled(Bool_t value)
Bool_t IsCathode1() const
Whether we are representing cathode 1.
virtual const char * GetName() const
Return our name.
Bool_t IsFrontView() const
Whether the painter is to be represented from front (as seen from IP)
TString ViewPointName() const
Bool_t IsValid() const
Whether we are valid.
Bool_t IsCathode0() const
Whether we are representing cathode 0.
Basic attributes shared by all painters.
void SetCathodeAndPlaneMutuallyExclusive(Bool_t value)
void SetPlane(Bool_t bending, Bool_t nonBending)
void SetValid(Bool_t value)
TString fName
name of the attributes
virtual ~AliMUONAttPainter()
void Print(Option_t *opt="") const