#include <TEventList.h>
Inheritance diagram for TEventList:


Public Methods | |
| TEventList () | |
| Pointer to directory holding this tree. | |
| TEventList (const char *name, const char *title="", Int_t initsize=0, Int_t delta=0) | |
| TEventList (const TEventList &list) | |
| virtual | ~TEventList () |
| virtual void | Add (const TEventList *list) |
| virtual Bool_t | Contains (Int_t entry) |
| virtual void | Enter (Int_t entry) |
| TDirectory * | GetDirectory () const |
| virtual Int_t | GetEntry (Int_t index) const |
| virtual Int_t | GetIndex (Int_t entry) const |
| virtual Int_t * | GetList () const |
| virtual Int_t | GetN () const |
| virtual Bool_t | GetReapplyCut () |
| virtual Int_t | GetSize () const |
| virtual Int_t | Merge (TCollection *list) |
| virtual void | Print (Option_t *option="") const |
| virtual void | Reset (Option_t *option="") |
| virtual void | Resize (Int_t delta=0) |
| virtual void | SetDelta (Int_t delta=100) |
| virtual void | SetDirectory (TDirectory *dir) |
| virtual void | SetName (const char *name) |
| virtual void | SetReapplyCut (Bool_t apply=kFALSE) |
| virtual void | Sort () |
| virtual void | Subtract (const TEventList *list) |
| TEventList & | operator= (const TEventList &list) |
Protected Attributes | |
| Int_t | fN |
| Int_t | fSize |
| Int_t | fDelta |
| Bool_t | fReapply |
| Int_t * | fList |
| TDirectory * | fDirectory |
Friends | |
| TEventList | operator+ (const TEventList &list1, const TEventList &list2) |
| TEventList | operator- (const TEventList &list1, const TEventList &list2) |
|
|
Pointer to directory holding this tree.
|
|
||||||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
Definition at line 51 of file TEventList.h. |
|
|
|
|
|
|
|
|
Definition at line 54 of file TEventList.h. References fList. |
|
|
Definition at line 55 of file TEventList.h. References fN. |
|
|
Definition at line 56 of file TEventList.h. References fReapply. |
|
|
Definition at line 57 of file TEventList.h. References fSize. |
|
|
|
|
|
Reimplemented from TNamed. |
|
|
|
|
|
|
|
|
Definition at line 62 of file TEventList.h. References fDelta. |
|
|
|
|
|
Reimplemented from TNamed. |
|
|
Definition at line 65 of file TEventList.h. References fReapply. |
|
|
|
|
|
|
|
|
|
|
||||||||||||
|
|
|
||||||||||||
|
|
|
|
Definition at line 36 of file TEventList.h. Referenced by GetN(). |
|
|
Definition at line 37 of file TEventList.h. Referenced by GetSize(). |
|
|
Definition at line 38 of file TEventList.h. Referenced by SetDelta(). |
|
|
Definition at line 39 of file TEventList.h. Referenced by GetReapplyCut(), and SetReapplyCut(). |
|
|
Definition at line 40 of file TEventList.h. Referenced by GetList(). |
|
|
Definition at line 41 of file TEventList.h. |
1.2.16