source: ELYSE/HEAD/source/ROOT/ELYSE_cint.h @ 286

Last change on this file since 286 was 286, checked in by campagne, 17 years ago

ELYSE sauvegarde provisoire (JEC)

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
12AIDA::ITuple* cast_ITuple(AIDA::ITupleEntry* aEntry) {
13  return dynamic_cast<AIDA::ITuple*>(aEntry);
14}
Note: See TracBrowser for help on using the repository browser.