6 |
|
#include "MitAna/DataCont/interface/BaseCollection.h" |
7 |
|
#include "MitAna/DataCont/interface/StackArray.h" |
8 |
|
#include "MitAna/DataCont/interface/StackArrayBasic.h" |
9 |
+ |
#include "MitAna/DataCont/interface/FastArray.h" |
10 |
+ |
#include "MitAna/DataCont/interface/FastArrayBasic.h" |
11 |
|
#include "MitAna/DataCont/interface/ProcIDRef.h" |
12 |
|
#endif |
13 |
|
|
28 |
|
#pragma link C++ class mithep::StackArray<mithep::ProcIDRef,128>-; |
29 |
|
#pragma link C++ class mithep::StackArrayBasic<UInt_t, 1024>-; |
30 |
|
#pragma link C++ class mithep::StackArray<mithep::ProcIDRef,1024>-; |
31 |
+ |
#pragma link C++ class mithep::FastArray<mithep::ProcIDRef>-; |
32 |
+ |
#pragma link C++ class mithep::FastArrayBasic<UInt_t>-; |
33 |
|
#endif |