|
Last change
on this file since 294 was 286, checked in by campagne, 19 years ago |
|
ELYSE sauvegarde provisoire (JEC)
|
|
File size:
413 bytes
|
| Rev | Line | |
|---|
| [286] | 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.