8 |
|
#include "MitAna/DataCont/interface/CacheFlag.h" |
9 |
|
#include "MitAna/DataCont/interface/FastArray.h" |
10 |
|
#include "MitAna/DataCont/interface/FastArrayBasic.h" |
11 |
+ |
#include "MitAna/DataCont/interface/ObjArray.h" |
12 |
|
#include "MitAna/DataCont/interface/ProcIDRef.h" |
13 |
|
#include "MitAna/DataCont/interface/RefResolver.h" |
14 |
|
#include "MitAna/DataCont/interface/Types.h" |
57 |
|
#pragma link C++ typedef mithep::FArrDouble32; |
58 |
|
#pragma link C++ typedef mithep::FArrInt; |
59 |
|
#pragma link C++ typedef mithep::FArrUInt; |
60 |
+ |
|
61 |
+ |
#pragma link C++ class mithep::Collection<TObject>+; |
62 |
+ |
#pragma link C++ class mithep::ObjArray<TObject>+; |
63 |
|
#endif |