Main Page   Namespace List   Class Hierarchy   Alphabetical List   Compound List   File List   Namespace Members   Compound Members   File Members  

AlTau Class Reference

Alpha Taus (candidates). More...

#include <AlTau.h>

Inheritance diagram for AlTau:

Inheritance graph
[legend]
Collaboration diagram for AlTau:

Collaboration graph
[legend]
List of all members.

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...

AlEflwgetEflw () const
 get the pointer to the assoc. Eflw. More...


Private Attributes

int _nch
float _ech
AlEflw_theAssocEflw

Detailed Description

Alpha Taus (candidates).

Definition at line 18 of file AlTau.h.


Constructor & Destructor Documentation

AlTau::AlTau ( )
 

default constructor.

Definition at line 16 of file AlTau.cpp.

AlTau::AlTau ( const AlTau & oldAt )
 

copy constructor.

Definition at line 26 of file AlTau.cpp.

AlTau::AlTau ( const AlJet & oldAt )
 

copy constructor.

Definition at line 33 of file AlTau.cpp.


Member Function Documentation

ALEPHTYPE AlTau::TYPE ( ) const [inline, virtual]
 

get the object type.

Reimplemented from AlJet.

Definition at line 32 of file AlTau.h.

float AlTau::getEch ( ) const
 

get the energy of charged tracks.

Definition at line 47 of file AlTau.cpp.

AlEflw * AlTau::getEflw ( ) const
 

get the pointer to the assoc. Eflw.

Definition at line 57 of file AlTau.cpp.

int AlTau::getNch ( ) const
 

get the number of charged tracks.

Definition at line 42 of file AlTau.cpp.

void AlTau::setEch ( float ech )
 

set the energy of charged tracks.

Definition at line 45 of file AlTau.cpp.

Referenced by AlephCollection::ATauJn().

void AlTau::setEflw ( AlEflw * theEflw )
 

set the pointer to the assoc. Eflw.

Definition at line 51 of file AlTau.cpp.

Referenced by AlephCollection::ATauJn().

void AlTau::setNch ( int nch )
 

set the number of charged tracks.

Definition at line 40 of file AlTau.cpp.

Referenced by AlephCollection::ATauJn().


Member Data Documentation

float AlTau::_ech [private]
 

Definition at line 56 of file AlTau.h.

int AlTau::_nch [private]
 

Definition at line 54 of file AlTau.h.

AlEflw * AlTau::_theAssocEflw [private]
 

Definition at line 58 of file AlTau.h.


The documentation for this class was generated from the following files:
Generated at Wed Jun 18 17:21:31 2003 for ALPHA++ by doxygen1.2.8.1 written by Dimitri van Heesch, © 1997-2001