![]() |
ROOT
6.06/09
Reference Guide
|
Include dependency graph for TEventList.cxx:Go to the source code of this file.
Functions | |
| ClassImp (TEventList) TEventList | |
| Default constructor for a EventList. More... | |
| TEventList | operator+ (const TEventList &list1, const TEventList &list2) |
| Addition. More... | |
| TEventList | operator- (const TEventList &list1, const TEventList &list2) |
| Substraction. More... | |
| TEventList | operator* (const TEventList &list1, const TEventList &list2) |
| Intersection. More... | |
| ClassImp | ( | TEventList | ) |
Default constructor for a EventList.
Definition at line 51 of file TEventList.cxx.
| TEventList operator* | ( | const TEventList & | list1, |
| const TEventList & | list2 | ||
| ) |
Intersection.
Definition at line 495 of file TEventList.cxx.
| TEventList operator+ | ( | const TEventList & | list1, |
| const TEventList & | list2 | ||
| ) |
Addition.
Definition at line 475 of file TEventList.cxx.
| TEventList operator- | ( | const TEventList & | list1, |
| const TEventList & | list2 | ||
| ) |
Substraction.
Definition at line 485 of file TEventList.cxx.