#include <AlJet.h>
Inheritance diagram for AlJet:
Public Methods | |
AlJet () | |
default constructor. More... | |
~AlJet () | |
destructor. More... | |
AlJet (const AlJet &oldAj) | |
copy constructor. More... | |
AlJet (const DurhamProtoJet &protojet) | |
conversion constructor used by Durham algo. More... | |
AlJet (const JadeProtoJet &protojet) | |
conversion constructor used by Jade algo. More... | |
AlJet& | operator= (const AlJet &oldAj) |
ALEPHTYPE | TYPE () const |
object type. More... | |
AlephCollection<AlObject*>& | getObjects () const |
get the list of constituants. More... | |
void | addObject (const AlObject *a) |
add a constituant. More... | |
void | clearObjects () |
clear the list of constituants. More... | |
void | setScheme (int s) |
set the scheme used for reconstruction. More... | |
int | getScheme () const |
get the scheme used for reconstruction. More... | |
void | setMetric (int m) |
set the metric used for reconstruction. More... | |
int | getMetric () const |
get the metric used for reconstruction. More... | |
void | Lock (bool recurse=0) |
lock the jet. More... | |
void | unLock (bool recurse=0) |
unlock the jet. More... | |
Private Attributes | |
AlephCollection<AlObject*>* | _objects |
int | _scheme |
int | _metric |
Definition at line 25 of file AlJet.h.
|
default constructor.
|
|
destructor.
|
|
copy constructor.
|
|
conversion constructor used by Durham algo.
|
|
conversion constructor used by Jade algo.
|
|
lock the jet.
Reimplemented from QvecBase. Definition at line 97 of file AlJet.cpp. Referenced by AlephExManager::UserEvent().
|
|
object type.
Reimplemented from QvecBase. Reimplemented in AlTau. |
|
add a constituant.
Definition at line 115 of file AlJet.cpp. Referenced by AlJet().
|
|
clear the list of constituants.
|
|
get the metric used for reconstruction.
|
|
get the list of constituants.
|
|
get the scheme used for reconstruction.
|
|
|
|
set the metric used for reconstruction.
Definition at line 129 of file AlJet.cpp. Referenced by AlJet(), and AlToolBox::TagBjets().
|
|
set the scheme used for reconstruction.
Definition at line 123 of file AlJet.cpp. Referenced by AlJet(), and AlToolBox::TagBjets().
|
|
unlock the jet.
Reimplemented from QvecBase. Definition at line 104 of file AlJet.cpp. Referenced by AlephExManager::UserEvent().
|
|
|
|
|
|
|