#include <AlMuon.h>
Inheritance diagram for AlMuon:
Public Methods | |
AlMuon () | |
constructor. More... | |
AlMuon (const AlMuon &) | |
copy constructor. More... | |
ALEPHTYPE | TYPE () const |
get the type. More... | |
void | Lock (bool recurse=0) |
lock the muon. More... | |
void | unLock (bool recurse=0) |
unlock the muon. More... | |
void | setEflw (AlEflw *theEflw) |
set the pointer to the assoc. Eflw. More... | |
AlEflw* | getEflw () const |
get the pointer to the assoc. Eflw. More... | |
void | setTrack (AlTrack *theTrack) |
set the pointer to the assoc. TRack. More... | |
AlTrack* | getTrack () const |
get the pointer to the assoc. Track. More... | |
int | IF () const |
Id Flag. More... | |
float | SR () const |
Sum of HCAL (hit -track) residuals. More... | |
float | DM () const |
distance between track and closest mu ch hit. More... | |
int | ST () const |
track number of shaoowing track (FRFT). More... | |
int | TN () const |
TrackNumber. More... | |
Private Attributes | |
AlEflw* | _theAssocEflw |
AlTrack* | _theAssocTrack |
Definition at line 19 of file AlMuon.h.
|
constructor.
Definition at line 17 of file AlMuon.cpp. |
|
copy constructor.
Definition at line 24 of file AlMuon.cpp. |
|
distance between track and closest mu ch hit.
Definition at line 109 of file AlMuon.cpp. |
|
Id Flag.
Definition at line 97 of file AlMuon.cpp. |
|
lock the muon.
Reimplemented from QvecBase. Definition at line 32 of file AlMuon.cpp. |
|
Sum of HCAL (hit -track) residuals.
Definition at line 103 of file AlMuon.cpp. |
|
track number of shaoowing track (FRFT).
Definition at line 115 of file AlMuon.cpp. |
|
TrackNumber.
Definition at line 121 of file AlMuon.cpp. |
|
get the type.
Reimplemented from QvecBase. |
|
get the pointer to the assoc. Eflw.
Definition at line 61 of file AlMuon.cpp. |
|
get the pointer to the assoc. Track.
Definition at line 79 of file AlMuon.cpp. |
|
set the pointer to the assoc. Eflw.
Definition at line 50 of file AlMuon.cpp. Referenced by AlphaBanks::InitObjectStructure().
|
|
set the pointer to the assoc. TRack.
Definition at line 68 of file AlMuon.cpp. Referenced by AlphaBanks::InitObjectStructure().
|
|
unlock the muon.
Reimplemented from QvecBase. Definition at line 38 of file AlMuon.cpp. |
|
|
|
|