#include <AlEflw.h>
Inheritance diagram for AlEflw:
Public Methods | |
AlEflw () | |
constructor. More... | |
AlEflw (const AlEflw &) | |
copy constructor. More... | |
ALEPHTYPE | TYPE () const |
get the type. More... | |
void | setEfType (const int &type) |
set the Eflow type. More... | |
EFLWTYPE | getEfType () const |
get the Eflow type. More... | |
void | setTrack (AlTrack *theTrack) |
set the pointer to the assoc. track. More... | |
AlTrack* | getTrack () const |
get the pointer to the assoc. track. More... | |
void | Lock (bool recurse=0) |
lock the Eflw. More... | |
void | unLock (bool recurse=0) |
unlock the Eflw. More... | |
Private Attributes | |
int | _efType |
AlTrack* | _theAssocTrack |
Definition at line 23 of file AlEflw.h.
|
constructor.
Definition at line 17 of file AlEflw.cpp. |
|
copy constructor.
Definition at line 20 of file AlEflw.cpp. |
|
lock the Eflw.
Reimplemented from QvecBase. Definition at line 64 of file AlEflw.cpp. Referenced by AlMuon::Lock(), and AlElec::Lock().
|
|
get the type.
Reimplemented from QvecBase. |
|
get the Eflow type. Eflow types are:
Definition at line 46 of file AlEflw.cpp. |
|
get the pointer to the assoc. track.
Definition at line 58 of file AlEflw.cpp. |
|
set the Eflow type.
Definition at line 27 of file AlEflw.cpp. |
|
set the pointer to the assoc. track.
Definition at line 52 of file AlEflw.cpp. |
|
unlock the Eflw.
Reimplemented from QvecBase. Definition at line 69 of file AlEflw.cpp. Referenced by AlMuon::unLock(), and AlElec::unLock().
|
|
|
|
|