#include <Aclock.h>
Inheritance diagram for SecondHand:
Public Member Functions | |
SecondHand (Int_t n=4, Float_t *x=fgSecondHandX, Float_t *y=fgSecondHandY) | |
~SecondHand () | |
Float_t | GetHandAngle () |
Protected Member Functions | |
UInt_t | GetTimeValue () |
Static Private Attributes | |
static Float_t | fgSecondHandX [] |
static Float_t | fgSecondHandY [] |
Definition at line 129 of file Aclock.h.
SecondHand::SecondHand | ( | Int_t | n = 4 , |
|
Float_t * | x = fgSecondHandX , |
|||
Float_t * | y = fgSecondHandY | |||
) | [inline] |
UInt_t SecondHand::GetTimeValue | ( | ) | [inline, protected, virtual] |
Reimplemented from ClockHand.
Definition at line 136 of file Aclock.h.
References ClockHand::GetSecond().
Float_t SecondHand::GetHandAngle | ( | ) | [inline, virtual] |
Reimplemented from ClockHand.
Definition at line 143 of file Aclock.h.
References ClockHand::GetSecond().
Float_t SecondHand::fgSecondHandX [static, private] |
Float_t SecondHand::fgSecondHandY [static, private] |