#include <AlTau.h>
Inheritance diagram for AlTau:
Public Methods | |
AlTau () | |
default constructor. More... | |
AlTau (const AlTau &oldAt) | |
copy constructor. More... | |
AlTau (const AlJet &oldAt) | |
copy constructor. More... | |
ALEPHTYPE | TYPE () const |
get the object type. More... | |
void | setNch (int nch) |
set the number of charged tracks. More... | |
int | getNch () const |
get the number of charged tracks. More... | |
void | setEch (float ech) |
set the energy of charged tracks. More... | |
float | getEch () const |
get the energy of charged tracks. More... | |
void | setEflw (AlEflw *theEflw) |
set the pointer to the assoc. Eflw. More... | |
AlEflw* | getEflw () const |
get the pointer to the assoc. Eflw. More... | |
Private Attributes | |
int | _nch |
float | _ech |
AlEflw* | _theAssocEflw |
Definition at line 18 of file AlTau.h.
|
default constructor.
|
|
copy constructor.
|
|
copy constructor.
|
|
get the object type.
Reimplemented from AlJet. |
|
get the energy of charged tracks.
|
|
get the pointer to the assoc. Eflw.
|
|
get the number of charged tracks.
|
|
set the energy of charged tracks.
Definition at line 45 of file AlTau.cpp. Referenced by AlephCollection::ATauJn().
|
|
set the pointer to the assoc. Eflw.
Definition at line 51 of file AlTau.cpp. Referenced by AlephCollection::ATauJn().
|
|
set the number of charged tracks.
Definition at line 40 of file AlTau.cpp. Referenced by AlephCollection::ATauJn().
|
|
|
|
|
|
|