source:
ELYSE/HEAD/source/ROOT/ELYSE_cint.h
| Last change on this file was 286, checked in by , 19 years ago | |
|---|---|
| File size: 413 bytes | |
| Line | |
|---|---|
| 1 | |
| 2 | #include <AIDA/IAnalysisFactory.h> |
| 3 | #include <AIDA/ITreeFactory.h> |
| 4 | #include <AIDA/ITree.h> |
| 5 | #include <AIDA/IManagedObject.h> |
| 6 | #include <AIDA/ITupleEntry.h> |
| 7 | #include <AIDA/ITuple.h> |
| 8 | |
| 9 | //FIXME : CINT can't dynamic_cast, then we use the below function |
| 10 | // if working with AIDA-3.2.1 to cast a ITupleEntry to ITuple. |
| 11 | |
| 12 | AIDA::ITuple* cast_ITuple(AIDA::ITupleEntry* aEntry) { |
| 13 | return dynamic_cast<AIDA::ITuple*>(aEntry); |
| 14 | } |
Note:
See TracBrowser
for help on using the repository browser.
